Reputation: 3036
I'm not newbie in programming but run into some trouble that I can't fix for 2+ hours. I have a solution of 8 projects - 1 is ASP.NET Core (.net framework) web application, 7 are service libraries. All this worked fine until today.
I don't know what I did wrong - just was making some updates on controller actions etc as I've been doing many and many days before. After some point my solution stopped working at all. How it was:
What might have happened here?
Upvotes: 1
Views: 1382
Reputation: 2232
Restart your machine... .NET Core Runtime might have a problem. Also you might have upgraded your nuget packages and not your .NET Core Runtime.
Upvotes: 1