<?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>Search results by user ID 5466</title><link>http://forums.method.me/cs/search/SearchResults.aspx?o=DateDescending&amp;u=5466</link><description>Search results by user ID 5466</description><dc:language>en-US</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/p/2996/11410.aspx#11410</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><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>Auto import </title><link>http://forums.method.me/cs/forums/p/3003/11394.aspx#11394</link><pubDate>Fri, 16 Mar 2012 19:29:37 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:11394</guid><dc:creator>cmogletree</dc:creator><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Scheduling and Invoicing</title><link>http://forums.method.me/cs/forums/p/3001/11392.aspx#11392</link><pubDate>Fri, 16 Mar 2012 18:47:16 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:11392</guid><dc:creator>cmogletree</dc:creator><description>&lt;p&gt;&amp;nbsp;When I select the work order list tab, in existing workorders, I see two date boxes at the top.&amp;nbsp; The boxes say &amp;quot;to date&amp;quot;, and &amp;quot;from date&amp;quot;, when I select my dates and hit the refresh screen nothing happens.&amp;nbsp; &lt;/p&gt;</description></item><item><title>Scheduling and Invoicing</title><link>http://forums.method.me/cs/forums/p/3001/11390.aspx#11390</link><pubDate>Fri, 16 Mar 2012 17:56:42 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:11390</guid><dc:creator>cmogletree</dc:creator><description>&lt;p&gt;&amp;nbsp;Within the scheduling and invoice tab, when I put&amp;nbsp;create a work order&amp;nbsp;with a specific date, it will not allow me to refresh my screen to a specific time frame.&amp;nbsp; &lt;/p&gt;</description></item><item><title>Report designer will not log on</title><link>http://forums.method.me/cs/forums/p/2996/11375.aspx#11375</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><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><item><title>Change Time zone </title><link>http://forums.method.me/cs/forums/p/2650/9920.aspx#9920</link><pubDate>Tue, 03 Jan 2012 23:01:01 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:9920</guid><dc:creator>cmogletree</dc:creator><description>&lt;p&gt;How do I change the timezone for the&amp;nbsp;system?&amp;nbsp; I need&amp;nbsp;the system&amp;nbsp;to work on an eastern time zone.&amp;nbsp;&lt;/p&gt;</description></item><item><title>saved fields not showing up</title><link>http://forums.method.me/cs/forums/p/2626/9801.aspx#9801</link><pubDate>Mon, 26 Dec 2011 19:05:46 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:9801</guid><dc:creator>cmogletree</dc:creator><description>&lt;p&gt;&amp;nbsp;I have moved the address information&amp;nbsp;from&amp;nbsp;the customer form to&amp;nbsp;the add/edit workorder form.&amp;nbsp; When I put information in the address field and save it, once I click the edit button on the work order list form everything shows up but the address in the add/edit work order form.&amp;nbsp; Some added information, before I added the address section in the add/edit work order form it was in the customer form.&amp;nbsp; I entered information in that form before I moved it, and now that information is showing up in the add/edit work order, if the customer was previously added before the change.&lt;/p&gt;</description></item><item><title>Edit Map</title><link>http://forums.method.me/cs/forums/p/2625/9800.aspx#9800</link><pubDate>Mon, 26 Dec 2011 10:35:14 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:9800</guid><dc:creator>cmogletree</dc:creator><description>&lt;p&gt;&amp;nbsp;I have to change the map to allow me the set pick up and drop off points.&amp;nbsp; Our company picks up clients and drop them off like a cab service, It has to show pick up and drop off points and also show the points to the next client pick up and drop off point.&amp;nbsp; I have moved the billing and shipping address boxes to the add/edit work order table, because the addresses change with the work order.&amp;nbsp; I need the map to plot from the billing address to the shipping address and then on to the next clients.&amp;nbsp; &lt;/p&gt;</description></item><item><title>unable to edit priority field</title><link>http://forums.method.me/cs/forums/p/2621/9793.aspx#9793</link><pubDate>Sat, 24 Dec 2011 00:21:10 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:9793</guid><dc:creator>cmogletree</dc:creator><description>&lt;p&gt;&amp;nbsp;The priority field is not allowing me to edit the drop down options.&amp;nbsp; I tried to create another one in another table, but it did not show up in the field options in the add/edit work order.&lt;/p&gt;</description></item><item><title>add/ edit work order</title><link>http://forums.method.me/cs/forums/p/2619/9786.aspx#9786</link><pubDate>Fri, 23 Dec 2011 19:13:57 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:9786</guid><dc:creator>cmogletree</dc:creator><description>&lt;p&gt;I need&amp;nbsp;to make changes to the add/edit&amp;nbsp;work order form in the scheduling and invoicing section.&amp;nbsp; I am trying to add and edit fields, where do I make those changes?&lt;/p&gt;</description></item></channel></rss>