Hi all, I am having problem in using the source view of an asp.net page in VS.net 2008 IDE. I am not using Design view at all. IDE hangs a bit every now and then, when I use intellisense in it, and I scroll the page. Please throw some light on it. Such issues doesnt come up while editing the HTML page, and while editing same asp.net page with the HTML editor which can be configured using Tools -> Options menu option.
+1
A:
This might help to make your visual studio a bit faster in general. I am not very sure about the exact reason for the behavior you mentioned of your Visual Studio.
I suspect that it has something to do with Graphical Interfaces like Toolbox etc.
Thanks
Mahesh Velaga
2009-12-07 19:52:23
+1
A:
I've had problems like that with Visual Studio before. The intensity of the problems seem to multiply exponentially as the size of the file I work with gets larger.
Here's what I'd reccomend:
- Check and make sure Visual Studio is fully updated (Help > Check For Updates) ; there have been some patches released and they will help you immensly!
- If your code has any breakpoints, disable them all and start afresh later (Debug > Disable All Breakpoints)
- If that fails, here are some more optimizations you can try.
rlb.usa
2009-12-07 20:02:12
I read about those optimizations. I wonder that why parial page concept isnt allowed to asp.net page itself.
pokrate
2009-12-08 06:02:19
A:
In my case, I think longer file is the culprit. I think partial page concept should be applicable to asp.net page too.
pokrate
2009-12-08 06:07:00