You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a simple Nemerle ASP.Net WebSite project.
If you run with debugger (F5) everything works fine.
If you run without debugger (Ctrl+F5) gives you error message.
On the other hand if you right click and select -> View in Browser.
The project runs without debugger fine.
---------------------------
Microsoft Visual Studio
---------------------------
A project with an Output Type of Class Library cannot be started directly.
Also you can't use DLL as debug target.
In order to debug this project, add an executable project to this solution which references the library project. Set the executable project as the startup project.
---------------------------
OK
---------------------------
The text was updated successfully, but these errors were encountered:
Create a simple Nemerle ASP.Net WebSite project.
If you run with debugger (F5) everything works fine.
If you run without debugger (Ctrl+F5) gives you error message.
On the other hand if you right click and select -> View in Browser.
The project runs without debugger fine.
The text was updated successfully, but these errors were encountered: