views:

30

answers:

0

My ASP MVC Web project runs and debugs without any issues in VS2008SP1 (.NET 3.5 SP1). However when I run the Azure project that refers to the same Web project as a Web Role, although it runs without issues, I can't go back to Visual Studio when I'm done.

It seems as if VS is waiting for a modal form to close (I get the "bing" sound in such cases) and VS doesn't appear in the list of Apps when I Alt-Tab.

I have tried stopping the app in Development Fabric and it shuts down the application but VS doesn't come back and I have to kill the process from Task Manager.

I haven't tried this on other environments but my environment is: Windows 7 64bit, VS 2008 SP1, .NET 3.5 SP1 and I don't have any VS 2010 versions installed on this box.

Any help is appreciated.

Thanks