Prev: Repeater with Datalist - quick help needed for tomorrow's presentation
Next: Cannot compile a solution in VS2010 which references Microsoft.SQLServer.ManagedDTS.dll unless target is changed to .NET 4.0
From: gerry on 20 Apr 2010 17:34 F5 on a brand new , unmodifed web application in vs2010 takes +30 seconds to display the 1st page. During that time network activity is extreme , the router log shows an outgoing connection to 207.46.105.140 which is microsoft. Ctl-F5 has bo delay and no network activity. The status bar shows loading symbols messages - they appear to be all from the local hard drive but maybe those are local paths on a remote machine so I disabled source server support - no joy. Anyone know what is going on ? And how to stop it - this is annoying to say the least and a real waste of time. Gerry
From: Alexey Smirnov on 21 Apr 2010 02:48 On Apr 20, 11:34 pm, "gerry" <ge...(a)newsgroup.nospam> wrote: > F5 on a brand new , unmodifed web application in vs2010 takes +30 seconds to > display the 1st page. > During that time network activity is extreme , the router log shows an > outgoing connection to 207.46.105.140 which is microsoft. > Ctl-F5 has bo delay and no network activity. > > The status bar shows loading symbols messages - they appear to be all from > the local hard drive but maybe those are local paths on a remote machine so > I disabled source server support - no joy. > > Anyone know what is going on ? And how to stop it - this is annoying to say > the least and a real waste of time. > > Gerry I'm not sure if this is related to Symbols configuration but you can easily check it. Go to Tools-Configuration, Show all settings, Debugging, Symbols and see if you have the Microsoft Symbol Servers option selected.
From: gerry on 21 Apr 2010 08:01 thanks Alexey, that did it - there was a symbol server reference to http://referencesource.microsoft.com/symbols which nslookup resolves to 207.46.105.140. I thought that unchecking "Enable source server support" would have disabled this but I guess I need to look up what the difference is between source & symbol server - especially since checking "Enable source server support" give the message "When using Source Server, only use symbol files that are from a known and trusted location" - sounds like they are the same thing to me. .... I just checked my vs2008 config and it is set to use both source server and the same symbol server - and debugging a web app results in a request to the same ip but the impact is negligible. In vs2010 if I check enable source server but disable all symbol servers I get the same performance as vs2008. It looks like the 'problem' is the way the vs2008 'Search the above locations only when symbols are loaded manually" option has been converted into vs2010. This was unchecked in 2008 and in 2010 was set to "Automatically load symbols for All modules unless excluded" where imo it should have been "Automatically load symbols for Only specified modules" with no modules specified. All solved. Gerry "Alexey Smirnov" <alexey.smirnov(a)gmail.com> wrote in message news:be9784ac-ef89-4539-9195-24c6634973ed(a)r1g2000yqb.googlegroups.com... On Apr 20, 11:34 pm, "gerry" <ge...(a)newsgroup.nospam> wrote: > F5 on a brand new , unmodifed web application in vs2010 takes +30 seconds > to > display the 1st page. > During that time network activity is extreme , the router log shows an > outgoing connection to 207.46.105.140 which is microsoft. > Ctl-F5 has bo delay and no network activity. > > The status bar shows loading symbols messages - they appear to be all from > the local hard drive but maybe those are local paths on a remote machine > so > I disabled source server support - no joy. > > Anyone know what is going on ? And how to stop it - this is annoying to > say > the least and a real waste of time. > > Gerry I'm not sure if this is related to Symbols configuration but you can easily check it. Go to Tools-Configuration, Show all settings, Debugging, Symbols and see if you have the Microsoft Symbol Servers option selected.
From: Alexey Smirnov on 21 Apr 2010 15:32
On Apr 21, 2:01 pm, "gerry" <ge...(a)newsgroup.nospam> wrote: > thanks Alexey, > > that did it - there was a symbol server reference tohttp://referencesource.microsoft.com/symbolswhich nslookup resolves to > 207.46.105.140. > > I thought that unchecking "Enable source server support" would have disabled > this but I guess I need to look up what the difference is between source & > symbol server - especially since checking "Enable source server support" > give the message "When using Source Server, only use symbol files that are > from a known and trusted location" - sounds like they are the same thing to > me. > > ... > > I just checked my vs2008 config and it is set to use both source server and > the same symbol server - and debugging a web app results in a request to the > same ip but the impact is negligible. > In vs2010 if I check enable source server but disable all symbol servers I > get the same performance as vs2008. > > It looks like the 'problem' is the way the vs2008 'Search the above > locations only when symbols are loaded manually" option has been converted > into vs2010. This was unchecked in 2008 and in 2010 was set to > "Automatically load symbols for All modules unless excluded" where imo it > should have been "Automatically load symbols for Only specified modules" > with no modules specified. > > All solved. > > Gerry > > "Alexey Smirnov" <alexey.smir...(a)gmail.com> wrote in message > > news:be9784ac-ef89-4539-9195-24c6634973ed(a)r1g2000yqb.googlegroups.com... > On Apr 20, 11:34 pm, "gerry" <ge...(a)newsgroup.nospam> wrote: > > > > > > > F5 on a brand new , unmodifed web application in vs2010 takes +30 seconds > > to > > display the 1st page. > > During that time network activity is extreme , the router log shows an > > outgoing connection to 207.46.105.140 which is microsoft. > > Ctl-F5 has bo delay and no network activity. > > > The status bar shows loading symbols messages - they appear to be all from > > the local hard drive but maybe those are local paths on a remote machine > > so > > I disabled source server support - no joy. > > > Anyone know what is going on ? And how to stop it - this is annoying to > > say > > the least and a real waste of time. > > > Gerry > > I'm not sure if this is related to Symbols configuration but you can > easily check it. Go to Tools-Configuration, Show all settings, > Debugging, Symbols and see if you have the Microsoft Symbol Servers > option selected. Glad you got it working. For more information about Symbol/Source Server, see https://blogs.blackmarble.co.uk/blogs/rfennell/archive/2010/03/01/do-you-use-a-symbol-server.aspx http://blogs.msdn.com/jimlamb/archive/2009/06/15/enabling-symbol-and-source-server-support-in-tfs-build-2010-beta-1.aspx http://blogs.msdn.com/adamroot/archive/2009/06/17/source-server-and-symbol-server-features-in-team-foundation-server-2010-beta-1.aspx |