| Visual Studio 2008 System.Runtime.InteropServices.COMException |
|
After installing Windows Vista on my computer, I copied the new asp.net project from my USB over onto my computer. I then try to run it with Visual Studio 2008 and I get an error message: System-Runtime-InteropServices-COMException I quickly look in the solution explorer window and find that the website project is not loaded. Although surprised and amazed, I quickly realized that I need to have IIS installed before I could load and run my asp.net project. If you are getting this error make sure you have installed IIS on your computer. After installing IIS I try again and the website runs fine.
|