Reputation: 761
I have a WCF Service project that is failing to load in Visual Studio 2019. When I try to reload the project from the Solution Explorer I get the error:
Value does not fall within the expected range
Any ideas what might be causing this?
Upvotes: 0
Views: 275
Reputation: 761
The fix is the same as the one I mentioned here:
With <UseIIS>True</UseIIS>
in the proj file, I had to make sure that the <IISUrl>
value pointed to a virtual directory I had set up on IIS.
Another cryptic error from VS!
Upvotes: 1