RE: VS2003 Starts and Debugs Slower Than VS2002

Tech-Archive recommends: Fix windows errors by optimizing your registry



Gary,

I know my posting was a little vague, but I really didn't see much out of
the ordinary. I had all ready verified it was not in mix-mode debugging (you
mean unmanaged code debugging right). I am workin in ASP.Net (VB) and with
VB projects (both windows and class libraries). They all seem to start very
slowly and take a long time to enter debug mode with an error occurs.

This morning I started a VB solution with a windows project and a class
library. Did not notice any thing that I would think is out of the ordinary.
I also started a very large ASP.Net (VB) solution this morning and did
notice in the middle of the output something that may be strange:

'/LM/W3SVC/1/Root/CustomerPortal-6-127895022624872549': Loaded
'c:\windows\assembly\gac\system.enterpriseservices\1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseservices.thunk.dll', No symbols loaded.

The thread '<No Name>' (0x132c) has exited with code 0 (0x0).
The thread '<No Name>' (0x18f8) has exited with code 0 (0x0).

'/LM/W3SVC/1/Root/CustomerPortal-6-127895022624872549': Loaded
'c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net
files\customerportal\14e1ba52\d0172373\assembly\dl2\83656dff\00ec4af7_7da2c301\interop.scccustomerclass.dll', No symbols loaded.


Here is an example. This morning I created a very simple VB.Net (VS2002)
Windows application that would cause a IndexOutOfRangeException. The form
had one button with the following code:

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click
Dim a(7) As Int16
Dim i As Integer

For i = 1 To 9
a(i) = i
Next

End Sub


When I run this application it goes into debug mode immediately after
clicking the button because an Index Out of Range Exception. Then I open
(and convert) the project to VS2003. In VS2003, takes 37-39 seconds after
clicking the button to go into debug mode.

I'm not sure what else I can give you, but I'll try anything you would like.
It is very frustrating.
--
Pat B
BCC Software, Inc
A BÖWE BELL + HOWELL COMPANY


""Gary Chang[MSFT]"" wrote:

Hi Pat,

Would you please tell us some more detailed information about the problem?

Which type of the project experiences such a problem? Do you notice any
information from the Output window when the VS2003 IDE to launch that
project?

By the way, don't use the "mixed mode debugging" if the target program is
not a mixed mode program. The mixed-mode debugger would be very slow.

If you have any issues or concerns, please let me know. It's my pleasure to
be of assistance.

Thanks!

Best regards,

Gary Chang
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.



.


Quantcast