after lot of trouble I am now able to run my project.
But there is another problem,
debugging.
I can see that simple Run in debug mode will not work.
I tried Attaching to porcess w3wp.exe BUT the symbols are not loaded so I can not set the break point.
Can anyone tell me whats going on here ?
VS 2017
Umbraco v7
I think we may need more information to trouble-shoot your issue. Otherwise this is more of a discussion on general debugging practices than a "how do I fix this?"
What does your Umbraco instance look like? Are you using dependencies and/or 3rd party extensions? Does the project build without errors? Etc...
How do you debug your MVC / Umbraco project ?
after lot of trouble I am now able to run my project. But there is another problem, debugging.
I can see that simple Run in debug mode will not work. I tried Attaching to porcess w3wp.exe BUT the symbols are not loaded so I can not set the break point.
Can anyone tell me whats going on here ? VS 2017 Umbraco v7
I think we may need more information to trouble-shoot your issue. Otherwise this is more of a discussion on general debugging practices than a "how do I fix this?"
What does your Umbraco instance look like? Are you using dependencies and/or 3rd party extensions? Does the project build without errors? Etc...
dont know enough details about the project yet. but I was able to debug it directly from VS after setting this :
That is really odd, you should be able to run a localhost instance and debug from that. The project is set to debug and not release right?
is working on a reply...