Click here to Skip to main content
15,798,592 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI,

Thanks in advance,

I am not able to start my visual studio project, When i am putting a break point at start GLOBAL.asax, it get deactivated. (saying : The breakpoint will not currently be hit. No symbols have been loaded for this document).

Sometime Process with an id 5188 is not running error.

I have try all the debugging setting, But still its not working.

Even I change environmental variable setting (Control Panel\All Control Panel Items\System) variable name : _CSRUN_DISABLE_WORKAROUNDS
variable value : 1

but still its not working.

Please help me to resolve my problem .


Regards,
Yogesh.

What I have tried:

I have try all the debugging setting, But still its not working.

Even I change environmental variable setting (Control Panel\All Control Panel Items\System) variable name : _CSRUN_DISABLE_WORKAROUNDS
variable value : 1

but still its not working.
Posted
Updated 24-Jan-18 22:03pm

1 solution

The first, and most obvious question, is have you checked to make sure you have up to date PDB files for all the constituent parts of your application? When debugging, you should check that all the files in your project are being built as debug which, unless you have done something wacky with your settings, generate PDB files by default. Do a full rebuild of your application and test.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900