I have a SQL CLR project that was created in Visual Studio 2010 that I am trying to open in Visual Studio 2012. The UpgradeLog.htm
file shows a successful migration but when I try to reload the project I get these errors in the Visual Studio output console:
error : Visual Studio has encountered an unexpected error.
error : The given path's format is not supported.
The only options available are to reload the project or edit the .vbproj file.
Things I've tried:
- Searching Google for a solution.
- Tried on multiple machines, same result.
Any idea how to fix this?