I've created a local copy of my company's live site. It is developed using ms.net[vb.net] and am using msVisual Studio 2005 on my comp.

when i build and run it ,it runs fine but evrytime i put breakpoints it would open 46 tag viewers and my system would crash. I reinstalled visual studio but still when i put break points it doesn't work and an error of visual studio pops up

"visual studio encountered an error and will be closed any unsaved data in open files will be lost".

Can anyone plz. tell me how to solve this problem. Its urgent.

Thanx.

VS does that sometimes.

Locate your web.config file and compilation-line which looks something like below:

<compilation debug="false" strict="false" explicit="true"/>

if you have debug="false", change it to debug="true"

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.