I have a C# windows form application (Actually it is a IE toolbar application), I have been working with it in VS2005 for years and everything is fine. Recently, I upgrade my IDE to VS2008, and also import that project to VS2008, but after import, in VS2008 I can't start debugging any more, it always show: "Error while trying to run project: Unable to start debugging"
While import, I kept the same .net framework as in VS2005, double checked the debug setting is same as vs2005. I can compile the project without any issue.
Thanks.