|
-
Feb 13th, 2003, 06:04 AM
#1
Thread Starter
Lively Member
Auto Syntax Checking in .NET / VB.NET
Is it possible to switch off the auto checking of syntax in .NET? if so how?
My problem stems from the fact that my development PC is low spec (no i can't just get a new PC!) and every time I move the cursor of a modified line of code it performs a syntax check of the whole solution. I would rather write code and perform a build when i'm ready.
Thanks in advance
Andy.
P.S. While I'm at it any other useful tips to speed up .NET?
-
Feb 13th, 2003, 07:27 AM
#2
Hyperactive Member
I got the same problem, my PC Athlon 1800/256 DDR works slower then my P3 700 and i have no idea why.
What u can do is change some settings in the vs.net options, don't know what exactly becose i am at my work, without vs.net
There's a certain mystique when I speak, that you notice that it's sorta unique, cause you know it's me
-
Feb 13th, 2003, 09:22 AM
#3
Thread Starter
Lively Member
I've had a look through the settings but can't see anything obvious, anyone else got any ideas?
-
Feb 13th, 2003, 12:37 PM
#4
Hyperactive Member
my vs.net handles just fine with my AMD Afthlon 1600+..under xp & 2000 pro..a little slow when run with VMWare
-
Feb 13th, 2003, 01:11 PM
#5
Sleep mode
I don't think you can (not quite sure thought).Because .NET syntax checks the code line by line to prevent error-making .I think
-
Feb 13th, 2003, 01:37 PM
#6
It gives you some options to shut off but I don't think you can stop the syntax bit. You could use a different IDE if you want.
The only options I see are under Tools->Options->Text Editor->Basic there is the Statement Completion items under General and the VB Specific items that are optional and may cut out some lag.
-
Feb 14th, 2003, 02:29 AM
#7
New Member
I cannot help you with the auto syntax checking, but have another tip for improved performance; keep the dynamic help turned off.
/Sara
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|