<?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: runtime error</title><link>http://forums.method.me/cs/forums/thread/4763.aspx</link><pubDate>Mon, 24 Jan 2011 22:57:00 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:4763</guid><dc:creator>Method_Michael</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/4763.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=4763</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;mjmitch,&lt;/p&gt;
&lt;p&gt;This should now be resolved.&lt;/p&gt;
&lt;p&gt;-Michael&lt;/p&gt;</description></item><item><title>Re: runtime error</title><link>http://forums.method.me/cs/forums/thread/4743.aspx</link><pubDate>Mon, 24 Jan 2011 16:57:56 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:4743</guid><dc:creator>Method_Michael</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/4743.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=4743</wfw:commentRss><description>&lt;p&gt;Hi mjmitch,&lt;/p&gt;
&lt;p&gt;Have you tried removing the tab link and re-adding it to the customer portal? If this persists you can try re-importing screens from the App Library. If you are still having issue can you please enable MethodSupport and email me your account name to &lt;a href="mailto:m.melo@methodintegration.com"&gt;m.melo@methodintegration.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;-Michael&lt;/p&gt;</description></item><item><title>Re: runtime error</title><link>http://forums.method.me/cs/forums/thread/4727.aspx</link><pubDate>Sat, 22 Jan 2011 20:08:49 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:4727</guid><dc:creator>mjmitch</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/4727.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=4727</wfw:commentRss><description>&lt;p&gt;I received this under Customer&amp;nbsp;Center - Estimates. I also have 2 tabs called estimates and when I tried to remove one, they both get deleted and the error shows up on a different tab under Customer Center.&lt;/p&gt;</description></item><item><title>Re: runtime error</title><link>http://forums.method.me/cs/forums/thread/4724.aspx</link><pubDate>Sat, 22 Jan 2011 13:10:23 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:4724</guid><dc:creator>Method_Paul</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/4724.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=4724</wfw:commentRss><description>&lt;p&gt;mjmitch -&lt;/p&gt;
&lt;p&gt;Can you let us know where you are getting this error, so that we can see if we can duplicate it?&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Paul&lt;/p&gt;</description></item><item><title>runtime error</title><link>http://forums.method.me/cs/forums/thread/4723.aspx</link><pubDate>Sat, 22 Jan 2011 02:22:05 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:4723</guid><dc:creator>mjmitch</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/4723.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=4723</wfw:commentRss><description>&lt;p&gt;&lt;span&gt; How do I fix this?&lt;/span&gt;&lt;span style="font-family:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;"&gt;&lt;b&gt;Description: &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. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Details:&lt;/b&gt; 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;table bgcolor="#ffffcc"&gt;

&lt;tr&gt;
&lt;td&gt;&lt;code&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;/code&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;/table&gt;
&lt;br /&gt;&lt;b&gt;&lt;font face="Verdana"&gt;Notes:&lt;/font&gt;&lt;/b&gt; 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;table bgcolor="#ffffcc"&gt;

&lt;tr&gt;
&lt;td&gt;&lt;code&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;/code&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;/table&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;h1&gt;Server Error in &amp;#39;/Method&amp;#39; Application. 
&lt;hr /&gt;
&lt;/h1&gt;
&lt;h2&gt;&lt;i&gt;Runtime Error&lt;/i&gt; &lt;/h2&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>