Visual Studio 2008 COM Exception Error
This morning I tried to open a Web Application Project using Visual Studio 2008 and got the following error:
System.Runtime.InteropServices.COM Exception
Sounds bad, doesn’t it? But actually the solution is very simple. Just ensure that the value for IISURL in the .csproj (or .vbproj) file is valid.
I would like to thank Martin Kulov for this tip.
Comments: