473,378 Members | 1,467 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,378 software developers and data experts.

IDE problem in vs 2003

I'm having a problem while writing code in the IDE for VB.NET 2003. All
is fine, then suddenly the IDE stops auto-indenting code, doesn't
"squiggly-underline" typos, and in general stops handling the text in a
"dynamic" fashion (as you type it and hit return). Clicking in any of
the Tasks or Output windows, then back into the text IDE area forces the
code to reparse, and updates all typos, indenting, etc. The app
continues this way until a restart of vs.net. Then a short time later,
it does it again. This happens on several development machines.

Has anyone experienced this?
Nov 21 '05 #1
13 1161
Sam,

"Sam Marrocco" <sm****************@gtninc.com> schrieb:
I'm having a problem while writing code in the IDE for VB.NET 2003. All is
fine, then suddenly the IDE stops auto-indenting code, doesn't
"squiggly-underline" typos, and in general stops handling the text in a
"dynamic" fashion (as you type it and hit return). Clicking in any of the
Tasks or Output windows, then back into the text IDE area forces the code
to reparse, and updates all typos, indenting, etc. The app continues this
way until a restart of vs.net. Then a short time later, it does it again.
This happens on several development machines.


I remember I experienced something similar some time ago, but it doesn't
occur on a regular basis. Does this phenomenon only occur in a single
solution/project or does it occur with every solution/project? Do you use
any 3rd-party add-ins and extensions for VS.NET on all the machines?

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #2
Nak
Hi there,
I'm having a problem while writing code in the IDE for VB.NET 2003. All
is fine, then suddenly the IDE stops auto-indenting code, doesn't
"squiggly-underline" typos, and in general stops handling the text in a
"dynamic" fashion (as you type it and hit return). Clicking in any of the
Tasks or Output windows, then back into the text IDE area forces the code
to reparse, and updates all typos, indenting, etc. The app continues this
way until a restart of vs.net. Then a short time later, it does it again.
This happens on several development machines.


I get this irritating bug all of the time using VB.NET 2002 Standard.
The only way for me to cure this is the close the IDE and open it again. I
had first thought that it was a memory issue (or lack of) but I have 512mb
of ram and I would presume that would be enough to run the IDE. How much
ram do you have? It is certainly a strange bug and pretty much renders
VS.NET into and IDE as useful as notepad, the intellisense is what makes it
so good in the first place.

One thing I try not to do now is have more than 1 IDE open at a time,
that usually causes allot of problems for me, in more ways than one!

Nick.
Nov 21 '05 #3
Out of chance, do you have a SQL Reporting Services project in your
solution?

Greg

"Nak" <a@a.com> wrote in message
news:%2******************@TK2MSFTNGP11.phx.gbl...
Hi there,
I'm having a problem while writing code in the IDE for VB.NET 2003. All
is fine, then suddenly the IDE stops auto-indenting code, doesn't
"squiggly-underline" typos, and in general stops handling the text in a
"dynamic" fashion (as you type it and hit return). Clicking in any of
the Tasks or Output windows, then back into the text IDE area forces the
code to reparse, and updates all typos, indenting, etc. The app
continues this way until a restart of vs.net. Then a short time later,
it does it again. This happens on several development machines.


I get this irritating bug all of the time using VB.NET 2002 Standard.
The only way for me to cure this is the close the IDE and open it again.
I had first thought that it was a memory issue (or lack of) but I have
512mb of ram and I would presume that would be enough to run the IDE. How
much ram do you have? It is certainly a strange bug and pretty much
renders VS.NET into and IDE as useful as notepad, the intellisense is what
makes it so good in the first place.

One thing I try not to do now is have more than 1 IDE open at a time,
that usually causes allot of problems for me, in more ways than one!

Nick.

Nov 21 '05 #4
Nak wrote:
One thing I try not to do now is have more than 1 IDE open at a time,
that usually causes allot of problems for me, in more ways than one!

Nick,
I regularly use more than one IDE at a time, each with a different
project open, and that has never been a problem. This problem *does*
exist even when only one IDE is used.
Nov 21 '05 #5
Greg Burns wrote:
Out of chance, do you have a SQL Reporting Services project in your
solution?

Definitely not.
Nov 21 '05 #6
Herfried K. Wagner [MVP] wrote:

Does this phenomenon only occur in a single
solution/project or does it occur with every solution/project? Do you
use any 3rd-party add-ins and extensions for VS.NET on all the machines?


It seems to be related to a particular project; but it's tough to nail
it down:
-It's never happened before I was doing this particular project
-I was doing this project for months before it started happening.
-I haven't had it happen during any other project so far.

I'm tempted to relate it to this particular solution/project. It doesn't
seem to be a particular action that causes it--it just starts to happen.
No third party add-ins/extensions on either machine, just straight vs
2003. I've been attempting to narrow it down, but can't really delete
large blocks of code from the app in order to do so. I'm hoping I'll
stumble on a particular sequence of actions that causes it.
Nov 21 '05 #7
Sam,

There has been showed a crazy bug by Mirza in this newsgroup, can it be that
one?

http://groups-beta.google.com/group/...3b3a2a22b7f97b
Cor
Nov 21 '05 #8
Nak
Hi Greg,
Out of chance, do you have a SQL Reporting Services project in your
solution?


Nope, sorry.

Nick.
Nov 21 '05 #9
Nak
Hi Cor,
http://groups-beta.google.com/group/...3b3a2a22b7f97b


That's certainly a mad one, thank god my naming conventions are a little
tighter than that.

Nick.
Nov 21 '05 #10
On Sat, 15 Jan 2005 23:31:11 +0100, Herfried K. Wagner [MVP] wrote:
Sam,

"Sam Marrocco" <sm****************@gtninc.com> schrieb:
I'm having a problem while writing code in the IDE for VB.NET 2003. All is
fine, then suddenly the IDE stops auto-indenting code, doesn't
"squiggly-underline" typos, and in general stops handling the text in a
"dynamic" fashion (as you type it and hit return). Clicking in any of the
Tasks or Output windows, then back into the text IDE area forces the code
to reparse, and updates all typos, indenting, etc. The app continues this
way until a restart of vs.net. Then a short time later, it does it again.
This happens on several development machines.


I remember I experienced something similar some time ago, but it doesn't
occur on a regular basis. Does this phenomenon only occur in a single
solution/project or does it occur with every solution/project? Do you use
any 3rd-party add-ins and extensions for VS.NET on all the machines?


I have experienced exactly this problem very frequently.

It comes and goes within sessions, and with one solution open and one copy
of vs.net running. I have 1GB of ram on my machine and it happens when
vs.net is the only thing running.

I think it is related to vs.net getting confused when you edit code and
create what it thinks is syntactic garbage (even though this is created
only for a moment while you edit). For example, if you edit a line of
code and create an "If" statement without an "End If", it might happen. I
haven't been able to make this happen with a specific sequence of editing
events, but for me, vs.net gets into this state when I am doing this kind
of editing.

It is clearly a bug (or a limitation) in the intellisense parser.

For what it's worth, my installation was originally vs.net 2002
professional, since upgraded to vs.net 2003 professional. I believe the
problem occurred in vs.net 2002 as well, but wouldn't swear to it.

Terry Brown
Stickman Software
http://www.stickmansoftware.com

Nov 21 '05 #11
There has been showed a crazy bug by Mirza in this newsgroup, can it be that
one?


Interesting....I checked, and couldn't find anything similiar in my
code. Also, the code compiles and runs fine--it's just the IDE that
stops parsing/indenting, etc.
Nov 21 '05 #12
Sam,

Did you see that message yesterday (I thought) in this newsgroup, where
somebody said that he had cleaned completly all files in his bin directory.

After that you have made a safe copy of course

Cor
Nov 21 '05 #13

Did you see that message yesterday (I thought) in this newsgroup, where
somebody said that he had cleaned completly all files in his bin directory.


No, I didn't. I just cleaned out the bin directory and worked in the ide
for a bit, and the had the same problem. Ugh.
Nov 21 '05 #14

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

Similar topics

1
by: David Lee | last post by:
Need some help bad here. Am using VB.Net Standard 2003 supplied for a class and I need to install Msde and the sample databases to work on homework. Following the documentation I can download...
0
by: Tom Lee | last post by:
Hi, I'm new to .NET 2003 compiler. When I tried to compile my program using DEBUG mode, I got the following errors in the C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7 \include\xdebug...
6
by: David Waz... | last post by:
Moved an app from W/2000 Asp V1.0 to W/2003, VS/2003, ASPV 1.1 Page runs a long job, uploading 2 large fixed length files (300,000 rows) into SQL database. A process is run against the data,...
22
by: EP | last post by:
When running my asp.net hosting service (asp.net without IIS), on server 2003 with IIS not installed, I get the following when trying to process a request. "System.DllNotFoundException: Unable to...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...

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.