<?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:API Q&amp;A</title><link>http://forums.method.me/cs/forums/15.aspx</link><description>Ask questions specific to the MethodAPI 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: Report designer will not log on</title><link>http://forums.method.me/cs/forums/thread/11410.aspx</link><pubDate>Sat, 17 Mar 2012 11:33:45 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:11410</guid><dc:creator>cmogletree</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/11410.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=11410</wfw:commentRss><description>&lt;p&gt;I did the update, and now I am getting an authentication error, this is the information that I came up with. &amp;quot;HTTP status 417&amp;quot; error&lt;/p&gt;
&lt;p&gt;If the proxy server uses Windows authentication, the Visual Studio 2005 Help system cannot provide Windows credentials to the proxy server. You can modify the Visual Studio 2005 configuration file to work around this issue. When you do this, the Visual Studio 2005 Start Page is not affected, and this page downloads content correctly.&lt;br /&gt;&lt;br /&gt;To make Visual Studio 2005 provide Windows credentials to the proxy server, either replace the code in the configuration file with the following code, or add the code starting with the &amp;lt;defaultProxy&amp;gt; tag and ending with the &amp;lt;/defaultProxy&amp;gt; tag to the configuration file.&lt;/p&gt;
&lt;div class="kb_codebody"&gt;
&lt;div class="kb_codecontent"&gt;&lt;code&gt;
&lt;pre class="code"&gt;&amp;lt;configuration&amp;gt;
    &amp;lt;startup&amp;gt;
        &amp;lt;supportedRuntime version=&amp;quot;v2.0.50727&amp;quot; safemode=&amp;quot;true&amp;quot;/&amp;gt;
        &amp;lt;requiredRuntime version=&amp;quot;v2.0.50727&amp;quot; safemode=&amp;quot;true&amp;quot;/&amp;gt;
    &amp;lt;/startup&amp;gt;
    &amp;lt;runtime&amp;gt;
        &amp;lt;assemblyBinding xmlns=&amp;quot;urn:schemas-microsoft-com:asm.v1&amp;quot;&amp;gt;
            &amp;lt;probing privatePath=&amp;quot;PublicAssemblies;PrivateAssemblies&amp;quot;/&amp;gt;
            &amp;lt;dependentAssembly&amp;gt;
                &amp;lt;assemblyIdentity name=&amp;quot;EnvDTE&amp;quot; publicKeyToken=&amp;quot;b03f5f7f11d50a3a&amp;quot; culture=&amp;quot;neutral&amp;quot;/&amp;gt;
                &amp;lt;bindingRedirect oldVersion=&amp;quot;7.0.3300.0&amp;quot; newVersion=&amp;quot;8.0.0.0&amp;quot;/&amp;gt;
            &amp;lt;/dependentAssembly&amp;gt;
        &amp;lt;/assemblyBinding&amp;gt;
    &amp;lt;/runtime&amp;gt;
    &amp;lt;system.net&amp;gt;
        &amp;lt;settings&amp;gt;
            &amp;lt;ipv6 enabled=&amp;quot;true&amp;quot; /&amp;gt;
        &amp;lt;/settings&amp;gt;
        &amp;lt;defaultProxy enabled=&amp;quot;true&amp;quot; useDefaultCredentials=&amp;quot;true&amp;quot;&amp;gt;
            &amp;lt;proxy bypassonlocal=&amp;quot;True&amp;quot; proxyaddress=&amp;quot;http://yourproxy&amp;quot;/&amp;gt;
        &amp;lt;/defaultProxy&amp;gt;
    &amp;lt;/system.net&amp;gt;
&amp;lt;/configuration&amp;gt;
&lt;/pre&gt;
&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;b&gt;Notes&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;You must insert the correct proxy server address for your network in the following line of code:
&lt;div class="kb_codebody"&gt;
&lt;div class="kb_codecontent"&gt;&lt;code&gt;
&lt;pre class="code"&gt;&lt;div class="indent"&gt;proxy bypassonlocal=&amp;quot;True&amp;quot; proxyaddress=&amp;quot;http://yourproxy:port#&amp;quot;/&lt;/div&gt;&lt;/pre&gt;
&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;The configuration file has the following file name:
&lt;div class="indent"&gt;Drive:\Program Files\Common Files\Microsoft Shared\Help 8\Dexplore.exe.config&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;If you use the integrated Help viewer, you must add the XML code to the configuration file. The configuration file has the following file name:
&lt;div class="indent"&gt;Drive:\Program Files\Microsoft Visual Studio 8\Common7\IDE\Devenv.exe.config&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="topOfPage"&gt;&lt;a href="http://www.methodintegration.com/cs/forums/AddPost.aspx?ReplyToPostID=11380&amp;amp;Quote=False#top"&gt;&lt;img src="http://www.methodintegration.com/library/images/support/kbgraphics/public/en-us/uparrow.gif" alt="" /&gt;Back to the top&lt;/a&gt;&lt;/div&gt;
&lt;h3 id="tocHeadRef"&gt;Method 2: Use the integrated Web browser in Visual Studio 2005&lt;/h3&gt;
&lt;p&gt;In certain cases, the proxy server may use another authentication scheme, such as LDAP-based authentication on a UNIX box. However, there is no guaranteed way to make the Visual Studio 2005 Help system provide the needed credentials to the proxy server. The Visual Studio 2005 client must be designed to prompt the user for credentials when the proxy server requests credentials. However, this prompting mechanism does not exist in Visual Studio 2005.&lt;br /&gt;&lt;br /&gt;You may be able to work around this issue by using the integrated Web browser in Visual Studio 2005. To do this, follow these steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Start Visual Studio 2005.&lt;/li&gt;
&lt;li&gt;On the &lt;strong class="uiterm"&gt;View&lt;/strong&gt; menu, point to &lt;strong class="uiterm"&gt;Other Windows&lt;/strong&gt;, and then click &lt;strong class="uiterm"&gt;Web Browser&lt;/strong&gt;.&lt;br /&gt;&lt;br /&gt;An authentication message may appear when the integrated Web browser tries to access a Web site. If you are prompted for authentication credentials, go to step 3.&lt;/li&gt;
&lt;li&gt;Enter a valid username and password.&lt;br /&gt;&lt;br /&gt;The Visual Studio 2005 Start Page and Visual Studio 2005 online Help may now function correctly.&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>Re: Report designer will not log on</title><link>http://forums.method.me/cs/forums/thread/11380.aspx</link><pubDate>Fri, 16 Mar 2012 14:05:29 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:11380</guid><dc:creator>Method_Valbon</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/11380.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=11380</wfw:commentRss><description>&lt;p&gt;&amp;hellip; if the above doesn&amp;#39;t help, I would also check software firewalls, hardware firewalls, and anti-virus. It could just be that the Method Report Designer needs to be allowed to &amp;quot;talk&amp;quot; to the internet on the computer.&lt;/p&gt;</description></item><item><title>Re: Report designer will not log on</title><link>http://forums.method.me/cs/forums/thread/11379.aspx</link><pubDate>Fri, 16 Mar 2012 13:47:46 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:11379</guid><dc:creator>Method_Valbon</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/11379.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=11379</wfw:commentRss><description>&lt;p&gt;Hi cmogletree,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m going to assume it&amp;#39;s not a account name, user name and password issue. I took the message you were getting and popped into my dear friend Google to get an opinion. &lt;/p&gt;
&lt;p&gt;Google...&lt;/p&gt;
&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/cs/Themes/methodtheme/images/icon-quote.gif"&gt; &lt;strong&gt;cmogletree:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&amp;quot;The underlying connection was closed: An unexpected error occurred on a receive.&amp;quot;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;One of the hits suggests making sure that you are using the most recent version of the .NET Framework which is relevant for our report designer. This was just one possible resolutions but an important one which might help you. Can you ensure you have the latest windows updates including .NET Framework updates? If you continue to have the problem please let us know or call in for support. &lt;/p&gt;
&lt;p&gt;Hope this helps. Good luck!&lt;/p&gt;</description></item><item><title>Report designer will not log on</title><link>http://forums.method.me/cs/forums/thread/11375.aspx</link><pubDate>Fri, 16 Mar 2012 10:29:43 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:11375</guid><dc:creator>cmogletree</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/11375.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=11375</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I have never been able to login to report designer I get this error &amp;quot;The underlying connection was closed: An unexpected error occurred on a receive.&amp;quot;&lt;/p&gt;</description></item></channel></rss>