i can edit the code, and there is no error(even if i edit a string variable) it showing me message box like above so, for each and every code change im restaring the application, how to aovid this message box and how to continue code edit without any interruption?
winseealn@ho...
Participant
840 Points
1042 Posts
visual studio debug issue
Nov 01, 2012 12:38 PM|LINK
hi all,
im using .net 4.0 with VS 2010 premium edition.
while debugging i can edit the code but, i'm getting exception like below
how to resolve this?
dhol.gaurav
Contributor
3998 Points
725 Posts
Re: visual studio debug issue
Nov 01, 2012 12:46 PM|LINK
Hey,
Stop the debug and built your code and run your application again it will work.
OR
There is an error into your edited code
let me know if any query
Gaurav Dhol
Skype ID : dhol.gaurav
If My Post contains helped you, Please Mark as Answer
winseealn@ho...
Participant
840 Points
1042 Posts
Re: visual studio debug issue
Nov 01, 2012 12:53 PM|LINK
thanks for your response.
my question is:
i can edit the code, and there is no error(even if i edit a string variable) it showing me message box like above so, for each and every code change im restaring the application, how to aovid this message box and how to continue code edit without any interruption?
winseealn@ho...
Participant
840 Points
1042 Posts
Re: visual studio debug issue
Nov 02, 2012 09:13 AM|LINK
any solution would be appreciated.
dhol.gaurav
Contributor
3998 Points
725 Posts
Re: visual studio debug issue
Nov 02, 2012 09:36 AM|LINK
Hey,
have you installed any third party plugins ?? some of the plugins may create a problem i read some where
let me know if any query
Gaurav Dhol
Skype ID : dhol.gaurav
If My Post contains helped you, Please Mark as Answer
winseealn@ho...
Participant
840 Points
1042 Posts
Re: visual studio debug issue
Nov 02, 2012 09:53 AM|LINK
yes, i was but, unstalled all the plugins and restarted but, no luck.
winseealn@ho...
Participant
840 Points
1042 Posts
Re: visual studio debug issue
Nov 05, 2012 05:50 AM|LINK
any solution is there?