<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.method.me/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Method:Classic General Q&amp;amp;A</title><link>http://forums.method.me/cs/forums/13.aspx</link><description>Ask technical support questions, how do I? Questions... Or anything else you want to know from the Method Team and other Method users.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>Re: Object reference not set to an instance of an object. Error from Web to Lead From</title><link>http://forums.method.me/cs/forums/thread/18612.aspx</link><pubDate>Fri, 16 Aug 2013 13:53:37 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:18612</guid><dc:creator>Method_Adam</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/18612.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=18612</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;Chris,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;/span&gt;This is likely because you were trying to use the missing webform. &amp;nbsp;I sent you an email regarding that and I&amp;#39;ll let you know when I hear more.&lt;/p&gt;
&lt;p&gt;- Adam&lt;/p&gt;</description></item><item><title>Re: Object reference not set to an instance of an object. Error from Web to Lead From</title><link>http://forums.method.me/cs/forums/thread/18611.aspx</link><pubDate>Fri, 16 Aug 2013 13:06:42 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:18611</guid><dc:creator>bergyver</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/18611.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=18611</wfw:commentRss><description>&lt;p&gt;&lt;span style="overflow:hidden;"&gt;OK so i was working now i get this message uppon submit&lt;/span&gt;&lt;/p&gt;
&lt;h1&gt;&lt;span id="mce_1_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/h1&gt;
&lt;h1&gt;&lt;span id="mce_1_start" style="overflow:hidden;"&gt;&lt;/span&gt;Server Error in &amp;#39;/MethodWebForms&amp;#39; Application.&lt;/h1&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;i&gt;Runtime Error&lt;/i&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;span&gt;&lt;/span&gt;&lt;span style="font-family:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;"&gt;&lt;span style="font-family:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;"&gt;&lt;b&gt;Description:&amp;nbsp;&lt;/b&gt;An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Details:&lt;/b&gt;&amp;nbsp;To enable the details of this specific error message to be viewable on remote machines, please create a &amp;lt;customErrors&amp;gt; tag within a &amp;quot;web.config&amp;quot; configuration file located in the root directory of the current web application. This &amp;lt;customErrors&amp;gt; tag should then have its &amp;quot;mode&amp;quot; attribute set to &amp;quot;Off&amp;quot;.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table bgcolor="#ffffcc"&gt;

&lt;tr&gt;
&lt;td&gt;
&lt;pre&gt;&amp;lt;!-- Web.Config Configuration File --&amp;gt;

&amp;lt;configuration&amp;gt;
    &amp;lt;system.web&amp;gt;
        &amp;lt;customErrors mode=&amp;quot;Off&amp;quot;/&amp;gt;
    &amp;lt;/system.web&amp;gt;
&amp;lt;/configuration&amp;gt;&lt;/pre&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;/table&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="font-family:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;"&gt;&lt;span style="font-family:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;"&gt;&lt;br /&gt;&lt;b&gt;Notes:&lt;/b&gt;&amp;nbsp;The current error page you are seeing can be replaced by a custom error page by modifying the &amp;quot;defaultRedirect&amp;quot; attribute of the application&amp;#39;s &amp;lt;customErrors&amp;gt; configuration tag to point to a custom error page URL.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table bgcolor="#ffffcc"&gt;

&lt;tr&gt;
&lt;td&gt;
&lt;pre&gt;&amp;lt;!-- Web.Config Configuration File --&amp;gt;

&amp;lt;configuration&amp;gt;
    &amp;lt;system.web&amp;gt;
        &amp;lt;customErrors mode=&amp;quot;RemoteOnly&amp;quot; defaultRedirect=&amp;quot;mycustompage.htm&amp;quot;/&amp;gt;
    &amp;lt;/system.web&amp;gt;
&amp;lt;/configuration&amp;gt;&lt;/pre&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;/table&gt;
&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: Object reference not set to an instance of an object. Error from Web to Lead From</title><link>http://forums.method.me/cs/forums/thread/18608.aspx</link><pubDate>Thu, 15 Aug 2013 21:37:43 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:18608</guid><dc:creator>Method_Adam</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/18608.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=18608</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;Hi Chris,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;/span&gt;Could you email me your account name and the web form that&amp;#39;s missing? &amp;nbsp;This will help us look into this issue and see what we can do. &amp;nbsp;Also, can you tell which browser you were working in?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Adam&lt;/p&gt;</description></item><item><title>Re: Object reference not set to an instance of an object. Error from Web to Lead From</title><link>http://forums.method.me/cs/forums/thread/18586.aspx</link><pubDate>Thu, 15 Aug 2013 05:12:59 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:18586</guid><dc:creator>bergyver</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/18586.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=18586</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;It works again but now i have a different problem....it seems to have lost my saved form, i exited saving by&amp;nbsp;hitting save and new...then went back to load it and the one it loaded was not my form....looks like &lt;span id="mce_6_start" style="overflow:hidden;"&gt;the one it is loading is&lt;/span&gt;&amp;nbsp;the basic form&lt;span id="mce_7_start" style="overflow:hidden;"&gt; template&lt;/span&gt;, the one i originally modified (significantly). &amp;nbsp;Can you please let me know what to do here i was just about to be done with this form....&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;On one more suggestion...it would be nice to allow me to use the variabl&lt;span id="mce_1_start" style="overflow:hidden;"&gt;&lt;/span&gt;e from the form in the from field like i can do in the subject field....the from&lt;span id="mce_2_start" style="overflow:hidden;"&gt; email&lt;/span&gt;&amp;nbsp;field looks like it needs a correct email address before it would move on.&lt;span id="mce_3_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: Object reference not set to an instance of an object. Error from Web to Lead From</title><link>http://forums.method.me/cs/forums/thread/18570.aspx</link><pubDate>Wed, 14 Aug 2013 16:04:11 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:18570</guid><dc:creator>Method_Adam</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/18570.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=18570</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;span id="mce_1_start" style="overflow:hidden;"&gt;Hi Chris,&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;span id="mce_1_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;Could you try this again? &amp;nbsp;We&amp;#39;ve just deployed a fix and this should be working now. &amp;nbsp;Please let me know if you are still having issues.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;- Adam&lt;/p&gt;</description></item><item><title>Object reference not set to an instance of an object. Error from Web to Lead From</title><link>http://forums.method.me/cs/forums/thread/18566.aspx</link><pubDate>Wed, 14 Aug 2013 03:50:39 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:18566</guid><dc:creator>bergyver</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/18566.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=18566</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;span id="mce_1_start" style="overflow:hidden;"&gt;I created a custom form a while back..the form is working on my site but i went to edit the form a bit and when i go to load it I get&amp;gt;&amp;gt; Error:&amp;nbsp;&lt;/span&gt;&lt;span id="ContentPlaceHolder1_lbl_error" class="pspan"&gt;Object reference not set to an instance of an object.&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;span id="mce_2_start" style="overflow:hidden;"&gt;Weather I am reporting a bug or i messed something up can you please lend a suggestion or solution.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;</description></item></channel></rss>