Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Visual Studio.NET / Debugging / May 2008

Tip: Looking for answers? Try searching our database.

Visual STUDIO 2005 is slow

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
dentone - 22 Apr 2008 14:49 GMT
I have migrated my web asp (VB) application to my windows 2003 server, but
now when i open the solutuion whit Visual Studio , Visual Studio is very low
to open it and to debug it!!!

THANK's
Jeffrey Tan[MSFT] - 23 Apr 2008 03:57 GMT
Hi Dentone,

Can you provide more detailed information regarding this problem? The
current information is not enough for us to identify the root cause.

Is your original application coded in Asp or Asp.net? When you migrate it
to VS2005 IDE, do you rewrite it in Asp.net? Does the slowness happen to
all VS2005 IDE operations or only F5 debugging? This will help us to
understand if this problem is related to the VS2005 debugger or not.

Also, when the VS2005 is slow, I recommend you to open Task Manager to
examine the CPU usage. Do you get high CPU usage during the slowness?

Finally, to better isolate the problem, have you tried to copy the project
to another VS2005 machine, does the slowness problem still exist? This will
help us to identify if the problem is that machine specific or project
specific.

I will wait for your further information, thanks.

Best regards,
Jeffrey Tan
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Jeffrey Tan[MSFT] - 23 Apr 2008 03:59 GMT
Additionally, if you create a new Asp.net project in the VS2005 or open
other existing projects, do you still have the slowness problem? Thanks.

Best regards,
Jeffrey Tan
Microsoft Online Community Support
=========================================
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.

This posting is provided "AS IS" with no warranties, and confers no rights.
DENTONE - 23 Apr 2008 13:36 GMT
1)The original code was in asp.net.
2) When i migrate from 2003 .net to 2005 .net i only migrate the code.
3) The slowness happen when i open the project and also when i debug

N.B. The problem happen when i transfer the project from my computer to
Windows 2003 server.
The sever is in the same domain of my PC and the user that i use is the
administrator of the domain that is also the administrator of the sever.
The project is in the wwwroot of the server. The wwwroot is shared with my
PC
When i open the project i have to wait 2 minutes for display Visual Studio
IDE and every time i open a seingle aspx page i have to wait before i cans
see the IDE.
And when i have to wait i see in the left bottom corner of visual studio a
flashing simbol like the one that i put in the atthacment.

4) The CPU usage go maximu to 30% for 1 second and the maximum 10%
5) I have transfer the project to another server . but the problem is the
same.
6) Now i am formatting a new machine that i want to use like client so I
have new client and new server.

> Additionally, if you create a new Asp.net project in the VS2005 or open
> other existing projects, do you still have the slowness problem? Thanks.
[quoted text clipped - 11 lines]
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
DENTONE - 23 Apr 2008 14:40 GMT
I have tryied to make another project and is not slow...(only two asp.net
pages)
> Additionally, if you create a new Asp.net project in the VS2005 or open
> other existing projects, do you still have the slowness problem? Thanks.
[quoted text clipped - 11 lines]
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
DENTONE - 23 Apr 2008 16:41 GMT
I have tryed to open the project from another PC (new PC) attached to the
network and i have the same problem.
I see in the botto of the Visual studio write in Italian  "Creazione del
controllo...." in english is like "Creation of the control...".
For each control that i have in the page i have to wait 20-30 seconds.

> Additionally, if you create a new Asp.net project in the VS2005 or open
> other existing projects, do you still have the slowness problem? Thanks.
[quoted text clipped - 11 lines]
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
Wen Yuan Wang [MSFT] - 24 Apr 2008 10:17 GMT
Hello Dentone,

This should be Project specific issue. The issue only occurs on this
project, and persists on different machines.

Could you please let me know some detail information about your project?
Based on my experience, such hang issue could be caused by Visual
SourceSafe connection. Is it a VSS Controlled project? When loads VSS
Controlled project, VS IDE should have to connect underling VSS database to
retrieve last version information. This could take a long time if there is
some issue with your network. We can identify it by disconnection your
project from VSS Database in ["File"/"Change Source Control"/"Disconnect"].
If the issue doesn't occur after you separate it from VSS, this should be a
VSS connection issue.

Moreover, according to your reply, VS IDE also loads asp.net page very
slow. You have waited 2 minutes for VS IDE display an asp.net page. Does
this issue occur on each page in your project? If you add a new asp.net
page, does the issue also occur on that page?

At last, I want to ensure you have applied VS 2005 sp1 on your VS 2005.
Because a lots of issues has been fixed in that service packet. Thanks.

Hope this helps. I'm sorry if you feel I have too much question. But, we
need detailed information before performing further research. If you have
any more concern, please also feel free to let us know. We are glad to
assist you.

Have a great day,
Best regards,
Wen Yuan

Microsoft Online Community Support
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
DENTONE - 24 Apr 2008 11:55 GMT
I don't Have Visual SourceSafe installed .
Also if i add another page is slow.
I have service pack 1 installed.
P.s. : If i transfer the project into the wwwroot of my PC al go
correctly!=!=!?!?!?!?!

> Hello Dentone,
>
[quoted text clipped - 40 lines]
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
Wen Yuan Wang [MSFT] - 25 Apr 2008 11:20 GMT
Hello Dentone,
Thanks for your reply.

Is it possible for you to send me your project? Please understand it's very
difficult to trouble-shoot project specific issue without  real
environment. This behavior is really strange. We will appreciate if you can
send your project to us to reproduce the issue. We are willing to drill
into the problem and figure out the root cause.

You can get me at v-wywang@microsoft.com. I will reply you as soon as we
receives your mail. If you have any other concern, please also feel free to
let us know. We are glad to assist you.

Have a great day,
Best regards,
Wen Yuan

Microsoft Online Community Support
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
DENTONE - 28 Apr 2008 08:10 GMT
It's is possible that is a caspol problem?!?!?!
It is a problem for me to send the project out of my office regard copyrigth
security problems!!

thank's
> Hello Dentone,
> Thanks for your reply.
[quoted text clipped - 25 lines]
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
Wen Yuan Wang [MSFT] - 29 Apr 2008 13:24 GMT
Hello DENTONE,
Thanks for your reply.

In my opinion, it doesn't seem like a caspol problem. As far as I know,
Caspol doesn't run when you are opening solution in VS. According to your
description, VS IDE also hangs on load solution, correct?

It seems the issue doesn't persist if you create a new solution. I'd like
to suggest you may consider moving whole project into that new solution. Is
this possible for you?

By the way, I also suspect this maybe a disk issue. After you move the
solution to other disk on machine, does the issue still persist?

Hope this helps. Please feel free to let me know if you have any more
concern. We are glad to assist you.
Have a great day,
Best regards,

Wen Yuan
Microsoft Online Community Support
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Wen Yuan Wang [MSFT] - 05 May 2008 11:11 GMT
Hello Dentone,

This is Wen Yuan again. I just want to check if your issue has been
resolved.

Have you had chance to try my methods? Does it works? If the issue still
persists, please feel free to let me know. Please also understand there may
be many steps we suggest you try on your side. Because the issue doesn't
occur on simple project, we cannot reproduce the issue on our side. We
cannot get problematic project either. Thereby, we need you do some tests
and collect further information. This helps on narrow down the issue very
much.

Moreover, if this issue is very urgent, we suggest you can also consider
contacting Microsoft CSS directly. If the problem is confirmed to be a
product bug, the case charge will be free. You can check
http://support.microsoft.com for regional support phone numbers.

If you have any more concern, please also feel free to let us know. We are
glad to assist you.
Have a great day,
Best regards,
Wen Yuan

Microsoft Online Community Support
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
DENTONE - 07 May 2008 16:38 GMT
Thank's for the Help i think i try to trasfer all the project to a new one.

BYE
> Hello Dentone,
>
[quoted text clipped - 30 lines]
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
Wen Yuan Wang [MSFT] - 08 May 2008 12:57 GMT
Hello DENTONE,
Thanks for your reply.

If you face any issue when moving the project into new one, please don't
hesitate to let us know. It's my pleasure to assist you. Again, please also
feel free to let us know if you need any assistance.

Have a great day,
Best regards,
Wen Yuan

Microsoft Online Community Support
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.