pokrate
pokrate

Reputation: 3974

VS.net 2008 issue with asp.net pages

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.

Upvotes: 1

Views: 65

Answers (3)

pokrate
pokrate

Reputation: 3974

In my case, I think longer file is the culprit. I think partial page concept should be applicable to asp.net page too.

Upvotes: 0

rlb.usa
rlb.usa

Reputation: 15043

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:

  1. 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!
  2. If your code has any breakpoints, disable them all and start afresh later (Debug > Disable All Breakpoints)
  3. If that fails, here are some more optimizations you can try.

Upvotes: 1

Mahesh Velaga
Mahesh Velaga

Reputation: 21991

Read this Post

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

Upvotes: 1

Related Questions