Visual Studio 2010 Silverlight Project Opening in a browser as a file: // instead of localhost: //

My main project, which I am working on for some odd reason, opens in the browser as a file: // now instead of localhost: // as it was before. I do not know any settings that I changed to do this, and Visual Studio ASP.NET Development Server still starts when debugging. All my other projects are still loaded from the development server when they start.

Why did this project suddenly decide that it wants to work as a regular file, and not from a development server? How can I fix it so that it boots from localhost, as it should again?

Thank,

-Sootah

+3
source share
1 answer

, Visual Studio Silverlight. -/ .

+7

Source: https://habr.com/ru/post/1789135/


All Articles