Just installed Visual Studio 2015 Enterprise with Update 1. When I try to debug any application I receive this error:
IIS Express (v10) tray does not start, although i can start iisexpress manually (successfully). I still can't debug my application.
I can open the same project in visual studio 2013 and debugging runs fine (with iisexpress).
I have tried the following:
I am at a loss as to what it could be. Any help is greatly appreciated!
for future reference this was resolved by uninstalling VS 2015. Then I downloaded the new(er) VS 2015 with Update 1 already included as apposed to installing it (Update 1) separately after the VS 2015 installation.