473,721 Members | 2,186 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VS2003 IDE frequent lock-ups

Bob
Even with relatively small, single-project solutions, when I do simple
things to my code such as add a carriage return, delete a line, or sometimes
even highlight text with the mouse, the IDE hangs for 5 to 10 seconds. Task
manager reports no CPU activity. The hard drive isn't working. VS is just
hanging there, doing nothing, not even repainting. I'm seriously at the end
of my rope with this one... someone please tell me how I might fix this.

Bob

Nov 20 '05 #1
6 1167
I've had that problem occasionally. It usually occurs when I leave a
project minimised for hours on end at work while do (work related) boring
things :D. I thought it was simply Windows swapping pagefile data in and
out of RAM - trying to optimise VS's memory or hard drive usage or summink
like that.
What spec is the PC you're using??
_______________ _______
The Grim Reaper

"Bob" <no****@nowhere .com> wrote in message
news:uQ******** *****@tk2msftng p13.phx.gbl...
Even with relatively small, single-project solutions, when I do simple
things to my code such as add a carriage return, delete a line, or sometimes even highlight text with the mouse, the IDE hangs for 5 to 10 seconds. Task manager reports no CPU activity. The hard drive isn't working. VS is just
hanging there, doing nothing, not even repainting. I'm seriously at the end of my rope with this one... someone please tell me how I might fix this.

Bob

Nov 20 '05 #2
I've seen it too. What's really annoying is the 10 second wait for auto-complete when you use CTRL+SPACE. I could type it in that amount of time. Unfortunately you are probably the victim of bugs in the IDE. My RAM was boosted to 755 Mb and it didn't really help. It's still a boat anchor.

"The Grim Reaper" wrote:
I've had that problem occasionally. It usually occurs when I leave a
project minimised for hours on end at work while do (work related) boring
things :D. I thought it was simply Windows swapping pagefile data in and
out of RAM - trying to optimise VS's memory or hard drive usage or summink
like that.
What spec is the PC you're using??
_______________ _______
The Grim Reaper

"Bob" <no****@nowhere .com> wrote in message
news:uQ******** *****@tk2msftng p13.phx.gbl...
Even with relatively small, single-project solutions, when I do simple
things to my code such as add a carriage return, delete a line, or

sometimes
even highlight text with the mouse, the IDE hangs for 5 to 10 seconds.

Task
manager reports no CPU activity. The hard drive isn't working. VS is just
hanging there, doing nothing, not even repainting. I'm seriously at the

end
of my rope with this one... someone please tell me how I might fix this.

Bob


Nov 20 '05 #3
I'm still on VS2002 and not only does it hang for 5-15 seconds, often the
cursor dissapears until I click another program window (anything - windows
explorer, start menu, etc) and then click on the code window again.

My windows form class is very large so I put it down to background compile
(I've seen this cause mentioned before) - but why recompile the entire class
when I change one or 2 lines.

VS is great, however IDE constantly hanging for 5-15 seconds is very
irritating and slows down my progress too much.

I'm using a 3.2GHz P4 with 4GB RAM. Hard to believe the IDE is so slow.
"Steve Blumenstein" <St************ **@discussions. microsoft.com> wrote in
message news:09******** *************** ***********@mic rosoft.com...
I've seen it too. What's really annoying is the 10 second wait for auto-complete when you use CTRL+SPACE. I could type it in that amount of
time. Unfortunately you are probably the victim of bugs in the IDE. My RAM
was boosted to 755 Mb and it didn't really help. It's still a boat anchor.
"The Grim Reaper" wrote:
I've had that problem occasionally. It usually occurs when I leave a
project minimised for hours on end at work while do (work related) boring things :D. I thought it was simply Windows swapping pagefile data in and out of RAM - trying to optimise VS's memory or hard drive usage or summink like that.
What spec is the PC you're using??
_______________ _______
The Grim Reaper

"Bob" <no****@nowhere .com> wrote in message
news:uQ******** *****@tk2msftng p13.phx.gbl...
Even with relatively small, single-project solutions, when I do simple
things to my code such as add a carriage return, delete a line, or

sometimes
even highlight text with the mouse, the IDE hangs for 5 to 10 seconds.

Task
manager reports no CPU activity. The hard drive isn't working. VS is just hanging there, doing nothing, not even repainting. I'm seriously at the
end
of my rope with this one... someone please tell me how I might fix

this.
Bob


Nov 20 '05 #4
Bob
The PC spec is irrelevant; at least on my machine when VS hangs there is
zero CPU usage and zero disk activity, it's like it's timing out to go look
for some irrelevant internet or network resource (all my projects, DLLs, etc
are local, source safe disabled). But if you must know, it's 2.6GHz with 1GB
RAM and a decent hard drive.

Did you know if you're running Zone Alarm and tell it not to allow VS.Net to
access the internet ever (I see no compelling reason), the IDE can lock up
hard when entering debug execution? Anyway I got rid of Zone Alarm just to
be safe and things worked just fine. But this new hanging behavior just
started happening in the last few weeks... now I'm really wondering what the
hell is wrong with VS. In addition to hangs during code editing, I also get
hangs 1. before every compile 2. closing the IDE 3. Just about everything
else I do.

Bob

"The Grim Reaper" <gr*********@bt openworld.com> wrote in message
news:cc******** **@hercules.bti nternet.com...
I've had that problem occasionally. It usually occurs when I leave a
project minimised for hours on end at work while do (work related) boring
things :D. I thought it was simply Windows swapping pagefile data in and
out of RAM - trying to optimise VS's memory or hard drive usage or summink
like that.
What spec is the PC you're using??
_______________ _______
The Grim Reaper

"Bob" <no****@nowhere .com> wrote in message
news:uQ******** *****@tk2msftng p13.phx.gbl...
Even with relatively small, single-project solutions, when I do simple
things to my code such as add a carriage return, delete a line, or

sometimes
even highlight text with the mouse, the IDE hangs for 5 to 10 seconds.

Task
manager reports no CPU activity. The hard drive isn't working. VS is just hanging there, doing nothing, not even repainting. I'm seriously at the

end
of my rope with this one... someone please tell me how I might fix this.

Bob



Nov 20 '05 #5
I had that after installing VB2005 Express Beta.
Uninstalling VB2005 cured it.

--
Mick Doherty
http://dotnetrix.co.uk/nothing.html
"Bob" <no****@nowhere .com> wrote in message
news:OL******** ******@TK2MSFTN GP09.phx.gbl...
The PC spec is irrelevant; at least on my machine when VS hangs there is
zero CPU usage and zero disk activity, it's like it's timing out to go look for some irrelevant internet or network resource (all my projects, DLLs, etc are local, source safe disabled). But if you must know, it's 2.6GHz with 1GB RAM and a decent hard drive.

Did you know if you're running Zone Alarm and tell it not to allow VS.Net to access the internet ever (I see no compelling reason), the IDE can lock up
hard when entering debug execution? Anyway I got rid of Zone Alarm just to
be safe and things worked just fine. But this new hanging behavior just
started happening in the last few weeks... now I'm really wondering what the hell is wrong with VS. In addition to hangs during code editing, I also get hangs 1. before every compile 2. closing the IDE 3. Just about everything
else I do.

Bob

"The Grim Reaper" <gr*********@bt openworld.com> wrote in message
news:cc******** **@hercules.bti nternet.com...
I've had that problem occasionally. It usually occurs when I leave a
project minimised for hours on end at work while do (work related) boring
things :D. I thought it was simply Windows swapping pagefile data in and out of RAM - trying to optimise VS's memory or hard drive usage or summink like that.
What spec is the PC you're using??
_______________ _______
The Grim Reaper

"Bob" <no****@nowhere .com> wrote in message
news:uQ******** *****@tk2msftng p13.phx.gbl...
Even with relatively small, single-project solutions, when I do simple
things to my code such as add a carriage return, delete a line, or

sometimes
even highlight text with the mouse, the IDE hangs for 5 to 10 seconds.

Task
manager reports no CPU activity. The hard drive isn't working. VS is just hanging there, doing nothing, not even repainting. I'm seriously at the end
of my rope with this one... someone please tell me how I might fix

this.
Bob


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.719 / Virus Database: 475 - Release Date: 12/07/2004
Nov 20 '05 #6
Well you've blown my speed/ram theory!! I'm only on 2.6 GHz/512 Mb meself
:(
I get hanging before major compiles - but my projects are relatively small.
On closing the IDE - if you watch the process' memory usage in Task
Manager - it doesn't hang, but the RAM and virtual memory is slowly released
as everything is cleaned up/disposed.
I've just had a good look at MS and the KB, and nothing I can find about
this :(
_______________ _______________ _
The Grim Reaper

"Bob" <no****@nowhere .com> wrote in message
news:OL******** ******@TK2MSFTN GP09.phx.gbl...
The PC spec is irrelevant; at least on my machine when VS hangs there is
zero CPU usage and zero disk activity, it's like it's timing out to go look for some irrelevant internet or network resource (all my projects, DLLs, etc are local, source safe disabled). But if you must know, it's 2.6GHz with 1GB RAM and a decent hard drive.

Did you know if you're running Zone Alarm and tell it not to allow VS.Net to access the internet ever (I see no compelling reason), the IDE can lock up
hard when entering debug execution? Anyway I got rid of Zone Alarm just to
be safe and things worked just fine. But this new hanging behavior just
started happening in the last few weeks... now I'm really wondering what the hell is wrong with VS. In addition to hangs during code editing, I also get hangs 1. before every compile 2. closing the IDE 3. Just about everything
else I do.

Bob

"The Grim Reaper" <gr*********@bt openworld.com> wrote in message
news:cc******** **@hercules.bti nternet.com...
I've had that problem occasionally. It usually occurs when I leave a
project minimised for hours on end at work while do (work related) boring
things :D. I thought it was simply Windows swapping pagefile data in and out of RAM - trying to optimise VS's memory or hard drive usage or summink like that.
What spec is the PC you're using??
_______________ _______
The Grim Reaper

"Bob" <no****@nowhere .com> wrote in message
news:uQ******** *****@tk2msftng p13.phx.gbl...
Even with relatively small, single-project solutions, when I do simple
things to my code such as add a carriage return, delete a line, or

sometimes
even highlight text with the mouse, the IDE hangs for 5 to 10 seconds.

Task
manager reports no CPU activity. The hard drive isn't working. VS is just hanging there, doing nothing, not even repainting. I'm seriously at the end
of my rope with this one... someone please tell me how I might fix

this.
Bob


Nov 20 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1853
by: William Ryan | last post by:
I just loaded VS2003 on a new machine and when I try to create a ASP.NET app or Web Service, I get the following error: "Visual Studio could not create or open application because your browser is configured to use a proxy server for the local server" In IE, there is nothing that I can see referencing any proxy and I don't connect to the internet with a proxy. The machine is brand new, so i know it's not some old registry setting or...
6
1555
by: White Knight | last post by:
I need the new "Port" functionality of Net Framework 2 to complete a project that is being produced using VS2003 and C#. If I download the release version will this cause problems with VS2003, and my earlier C# projects?
7
3044
by: YAZ | last post by:
Hello, I have a dll which do some number crunching. Performances (execution speed) are very important in my application. I use VC6 to compile the DLL. A friend of mine told me that in Visual studio 2003 .net optimization were enhanced and that i must gain in performance if I switch to VS 2003 or intel compiler. So I send him the project and he returned a compiled DLL with VS 2003. Result : the VS 2003 compiled Dll is slower than the VC6...
7
1648
by: tonelab | last post by:
I currently have VS2003 .net 1.1 installed with a number of 1.1 projects built in it. All of these projects create the /bin dll for deployment and have been running on remote servers that have the 1.1 framework installed. If I install Visual Web Developer Express Edition 2005 on my machine, it will install the .net 2.0 framework. When I go back and open up the 1.1 projects in VS2003 and deploy them again creating the /bin dll, will they...
6
1312
by: EmmanuelE | last post by:
Just installed VS2003 and tried a hello world app. Getting 404 error even when I explictly specify the start page in the url. In IIS Mgr (v 5.1), App has .aspx mapped to C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll. The file in question IS in the virtual directory and this is the inetmgr log file entry that occurs when my browser requests the page: 19:42:27 127.0.0.1 GET /UP1/WebForm1.aspx 404
3
1796
by: Darrin | last post by:
Hello, I see that VS2005 and the new framework 2.0 is out to the public now. Wondering about some things. When you install the new framework 2.0 can a person still use visual studio 2003 or do you need to use Visual Studio 2005? If you can use the new framework 2.0 with VS2003 are there any benifits?
10
3071
by: chris | last post by:
I'm not sure if this is a bug being caused by visual studio, or by the vb compiler itself. I have good size solution (33 projects) and am consistently having a problem with one project.. Basically everytime I build, I get the compiler error bc30456...which is basically that some local variable is not declared. However, the variable is declared...and basically if I change its declaration from private to protected the project will...
15
4224
by: Joseph Geretz | last post by:
OK, I'll admit it up front - I just don't get it. Here's our previous VS2003 development model. Developers develop the WS solution on their own workstations, using their own IIS web servers mapped to the local devleopment folder. Project compiles to a subfolder .\bin. To deploy, the asmx page and bin subfolder are copied to the production server. So now I upgrade to VS2005. OK, so except for the name, everything is changed. No more...
5
2224
by: Tony | last post by:
Hi all, Here's the link to the issue we were seeing on our ASP.NET system when modifying, adding and deleting directories in framework 2.0. http://blogs.msdn.com/toddca/archive/2005/12/01/499144.aspx I then tried a few of solution I found while perusing Google, - FCNMode registry mod - Relocating to App_Data folder to create/modify/delete directories.
1
1286
by: Hans Kesting | last post by:
Hi, Since I installed IE7, I regularly get a timeout while loading a web-project (using VS2003). A "reload" command (right-mouse on the webproject) solves this, but it is annoying. Does anyone know the reason and more important, how to solve this? Hans Kesting
0
9215
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9131
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9064
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6669
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5981
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4484
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4753
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2576
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2130
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.