Visual studio problem
-
Hi I have a nasty problem with my visual studio. I cannot enter Debug mode when click Start Debugging button its opening the web page of my solution but the solution is not in the Debug mode, I still see Start Debugging button instead of Stop and it never hits the breakpoints as it's not in debug mode. I do the iisreset several times and remove the temporary asp.net files and iisreset and clean the solution and close and do the same thing, no change it's always the same case. Can any one please tell me if any of you have the same problem. Thanks in advance, Aruna
-- http://ashakthi.blogspot.com http://kids-articles.blogspot.com
-
Hi I have a nasty problem with my visual studio. I cannot enter Debug mode when click Start Debugging button its opening the web page of my solution but the solution is not in the Debug mode, I still see Start Debugging button instead of Stop and it never hits the breakpoints as it's not in debug mode. I do the iisreset several times and remove the temporary asp.net files and iisreset and clean the solution and close and do the same thing, no change it's always the same case. Can any one please tell me if any of you have the same problem. Thanks in advance, Aruna
-- http://ashakthi.blogspot.com http://kids-articles.blogspot.com
gottimukkala wrote:
I do the iisreset several times and remove the temporary asp.net files and iisreset and clean the solution and close and do the same thing, no change it's always the same case.
So, your site is hosted in IIS and you want to debug it from Visual Studio ? If yes, Did you Attach the worker Process ? Which IIS Version are you using ?
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net
-
gottimukkala wrote:
I do the iisreset several times and remove the temporary asp.net files and iisreset and clean the solution and close and do the same thing, no change it's always the same case.
So, your site is hosted in IIS and you want to debug it from Visual Studio ? If yes, Did you Attach the worker Process ? Which IIS Version are you using ?
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net
I am using IIS 5.1 but My site doesn'z host on IIS Server. I just did iisreset if the visual studio catches something. It was working fine since 5 days I am having this problem.
-- http://ashakthi.blogspot.com http://kids-articles.blogspot.com
-
I am using IIS 5.1 but My site doesn'z host on IIS Server. I just did iisreset if the visual studio catches something. It was working fine since 5 days I am having this problem.
-- http://ashakthi.blogspot.com http://kids-articles.blogspot.com
-
Hi, If you are not using IIS then there is no sense that IISRESET will work for you. Are you a debugger user? Is debugging enabled for the current user? Have you set compilation debug = true for the current project?
Either you love IT or leave IT...
Thanks for your replies. I attched our webserver process to the debug and its working now.
-- http://ashakthi.blogspot.com http://kids-articles.blogspot.com
-
Thanks for your replies. I attched our webserver process to the debug and its working now.
-- http://ashakthi.blogspot.com http://kids-articles.blogspot.com
gottimukkala wrote:
I attched our webserver process to the debug and its working now.
I didn't get you ?:confused:
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net