Previously, I could build projects and launch the sites..but suddenly, it stopped building and launching them.. I dont know why. It suddenly happened..
What happens is that it builds them , and then it fails to build, therefore, no launch happens..
How do I overcome that problem ..
note: no error message appears…it keeps building, no matter matter how long I leave it to build
Your project might be in a very deeply nested folder, sometimes VS have problems compiling projects that exists in a very deeply nested directory.
For example,
if your project exists in
C:\some folder\some other folder\..\few more folders\..\project then there are chances that VS might not compile the project, even it compiles, it may not be able to show the compile errors’ source.
so, the solution,
try to move your project in a simpler and less nested directory, then reload it in VS and try to compile it.
Hope this helps.