Problem in Running Project...
-
Hi I m using VS.NET 2003. I m workling on web application using VB.Net. Problem is that, when i run the project it takes so much time as compare to other projects of web applications and if i place break point in my application then it does not move line by line after the break point,to continue i have to run it again. my other web projects are working well but having problem in this mentioned application. Can anyone know why it is happening?
-
Hi I m using VS.NET 2003. I m workling on web application using VB.Net. Problem is that, when i run the project it takes so much time as compare to other projects of web applications and if i place break point in my application then it does not move line by line after the break point,to continue i have to run it again. my other web projects are working well but having problem in this mentioned application. Can anyone know why it is happening?
You have compiled your project in Debug mode, not Release mode, yes?
------------------------------------------- Don't walk in front of me, I may not follow; Don't walk behind me, I may not lead; Just bugger off and leave me alone!!
-
You have compiled your project in Debug mode, not Release mode, yes?
------------------------------------------- Don't walk in front of me, I may not follow; Don't walk behind me, I may not lead; Just bugger off and leave me alone!!
I complied my project in Debug mode.