473,395 Members | 2,437 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

IDE/Debugger Extremely Slow

I am running VB for ASP.Net in VS.Net 2003 and am experiencing extremely slow
response in the ide at times and the debugger. Below is additional detail on
the problem. Any thoughts are much appreciated.

VS.Net IDE Extremely Slow
Symptoms:
· When you type in IDE editor you have to wait several seconds before the
text appears
Observations:
· This occurs for a page with many controls and a lot of code when editing
another page in the same project the editor speed seemed normal
VS.Net Debugger extremely slow
Symptoms:
· When you step through code in the debugger it takes about 10 –15 seconds
to go from one line to the next
Observations:
· This occurs for both a large page with many controls and a lot of code and
another page in the same project that is quite small
· The project this occurs in is quite large, and is under source control. In
a small web project not under source control the debugger steps through
quickly

Mar 23 '06 #1
6 2011
Is it like this on one specific PC or lots, could it just be that your
comp0uter is not up to the job ?

"DCC-700" wrote:
I am running VB for ASP.Net in VS.Net 2003 and am experiencing extremely slow
response in the ide at times and the debugger. Below is additional detail on
the problem. Any thoughts are much appreciated.

VS.Net IDE Extremely Slow
Symptoms:
· When you type in IDE editor you have to wait several seconds before the
text appears
Observations:
· This occurs for a page with many controls and a lot of code when editing
another page in the same project the editor speed seemed normal
VS.Net Debugger extremely slow
Symptoms:
· When you step through code in the debugger it takes about 10 –15 seconds
to go from one line to the next
Observations:
· This occurs for both a large page with many controls and a lot of code and
another page in the same project that is quite small
· The project this occurs in is quite large, and is under source control. In
a small web project not under source control the debugger steps through
quickly

Mar 23 '06 #2
clickon <cl*****@discussions.microsoft.com>'s wild thoughts
were released on Thu, 23 Mar 2006 14:54:02 -0800 bearing the
following fruit:
Is it like this on one specific PC or lots, could it just be that your
comp0uter is not up to the job ?
My thoughts exactly. My PC had 512MB of memory and couldn't
cope with VS2005. I've got 2GB now and the speed issues are
no longer a problem.

J

"DCC-700" wrote:
I am running VB for ASP.Net in VS.Net 2003 and am experiencing extremely slow
response in the ide at times and the debugger. Below is additional detail on
the problem. Any thoughts are much appreciated.

VS.Net IDE Extremely Slow
Symptoms:
· When you type in IDE editor you have to wait several seconds before the
text appears
Observations:
· This occurs for a page with many controls and a lot of code when editing
another page in the same project the editor speed seemed normal
VS.Net Debugger extremely slow
Symptoms:
· When you step through code in the debugger it takes about 10 –15 seconds
to go from one line to the next
Observations:
· This occurs for both a large page with many controls and a lot of code and
another page in the same project that is quite small
· The project this occurs in is quite large, and is under source control. In
a small web project not under source control the debugger steps through
quickly

Jan Hyde (VB MVP)

--
What would you call an electronic device designed to take rectal temperatures?
An anal log thermometer (By Clynch Varnadore)

Mar 24 '06 #3
Did you install .NET 2.0 recently.

I had that problem after I installed it. Reboot helped.

Also make sure in IIS console that you are running your project with .NET
1.1

George
"DCC-700" <DC****@discussions.microsoft.com> wrote in message
news:76**********************************@microsof t.com...
I am running VB for ASP.Net in VS.Net 2003 and am experiencing extremely
slow
response in the ide at times and the debugger. Below is additional detail
on
the problem. Any thoughts are much appreciated.

VS.Net IDE Extremely Slow
Symptoms:
· When you type in IDE editor you have to wait several seconds before the
text appears
Observations:
· This occurs for a page with many controls and a lot of code when editing
another page in the same project the editor speed seemed normal
VS.Net Debugger extremely slow
Symptoms:
· When you step through code in the debugger it takes about 10 -15 seconds
to go from one line to the next
Observations:
· This occurs for both a large page with many controls and a lot of code
and
another page in the same project that is quite small
· The project this occurs in is quite large, and is under source control.
In
a small web project not under source control the debugger steps through
quickly

Mar 24 '06 #4
you probably do not have enough memory. bump your machine to at least 1gb

-- bruce (sqlwork.com)
"DCC-700" <DC****@discussions.microsoft.com> wrote in message
news:76**********************************@microsof t.com...
I am running VB for ASP.Net in VS.Net 2003 and am experiencing extremely
slow
response in the ide at times and the debugger. Below is additional detail
on
the problem. Any thoughts are much appreciated.

VS.Net IDE Extremely Slow
Symptoms:
· When you type in IDE editor you have to wait several seconds before the
text appears
Observations:
· This occurs for a page with many controls and a lot of code when editing
another page in the same project the editor speed seemed normal
VS.Net Debugger extremely slow
Symptoms:
· When you step through code in the debugger it takes about 10 -15 seconds
to go from one line to the next
Observations:
· This occurs for both a large page with many controls and a lot of code
and
another page in the same project that is quite small
· The project this occurs in is quite large, and is under source control.
In
a small web project not under source control the debugger steps through
quickly

Mar 24 '06 #5
I was having similar problems.
Search & Delete the (.suo) and (.ncb) files for your project.

You may have to repeat this when you see slowness in the IDE.

-Parag
Bruce Barker wrote:
you probably do not have enough memory. bump your machine to at least 1gb

-- bruce (sqlwork.com)
"DCC-700" <DC****@discussions.microsoft.com> wrote in message
news:76**********************************@microsof t.com...
I am running VB for ASP.Net in VS.Net 2003 and am experiencing extremely
slow
response in the ide at times and the debugger. Below is additional detail
on
the problem. Any thoughts are much appreciated.

VS.Net IDE Extremely Slow
Symptoms:
· When you type in IDE editor you have to wait several seconds beforethe
text appears
Observations:
· This occurs for a page with many controls and a lot of code when editing
another page in the same project the editor speed seemed normal
VS.Net Debugger extremely slow
Symptoms:
· When you step through code in the debugger it takes about 10 -15 seconds
to go from one line to the next
Observations:
· This occurs for both a large page with many controls and a lot of code
and
another page in the same project that is quite small
· The project this occurs in is quite large, and is under source control.
In
a small web project not under source control the debugger steps through
quickly


Apr 7 '06 #6


Yes. Deleting the suo file corrected the problem The file was 2.6 MBs.
Any thoughts on how the file got so huge???

Thank you much.

*** Sent via Developersdex http://www.developersdex.com ***
Apr 17 '06 #7

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

Similar topics

6
by: Tran Tuan Anh | last post by:
Hi all, I am new to Python and desperated to look for a good Python debugger. I mean a debugger with source coding tracking. For C/C++, emacs and gud offers execellent development env. The...
3
by: Saradhi | last post by:
I am trying to attach my process to the .NET Debugger to debug my process. and I am using the folliwng code. if ( !(applicationObject.Debugger.DebuggedProcesses == null) ) { int processId =...
0
by: Saradhi | last post by:
Here I am back with the same question again. I am trying to attach my process to the .NET Debugger to debug my process. and I am using the folliwng code. if (...
7
by: Piet Van Vlierberghe | last post by:
We are a software firm developing in C++ and we recently made the step from Microsoft Visual Studio 6 to Microsoft Visual Studio .NET 2003. We are really excited about the quality of the compiler;...
14
by: Andrew Bullock | last post by:
Hi, I had this problem before I reinstalled Windows XP SP2 (fully patched), but I cant remember what I had to do to fix it :( I have a loop which scans every pixel in a series of images. When...
0
by: schmurgon | last post by:
Debugging my 1.1 framework ASP.NET web application (which talks to a ..NET Web Service on the same machine) has become extremely slow since installing VS 2005 and / or SQL Server 2005. It takes...
0
by: Carlo Marchesoni | last post by:
I have an application that has a main.aspx page (something like a todo list). Clicking one of the items open an new window (javascript window.open) with a new aspx page. this is extremely slow....
5
by: coldpizza | last post by:
I am trying to fill a sqlite3 database with records, and to this end I have written a class that creates the db, the table and adds rows to the table. The problem is that the updating process is...
7
by: colin | last post by:
Hi, Ive written a 3dmodel editor, and it works fairly well it harldy uses any cpu exept when its loading a texture from bitmap in the debugger, at all other times it hardly uses any cpu but from...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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...
0
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...

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.