0 pts.
 Visual Studio.Net 2003
I have a user who when she tries to run a project, recieves the following: "Error while trying to run project:Unable to start debugging. No such interface supported" Similar message appears when selcting Tools, Debug Processes. Software has been reinstalled, as well .Net Framework 1.1. Any advice is greatly appreciated.

Software/Hardware used:
ASKED: October 3, 2005  10:06 AM
UPDATED: March 19, 2006  6:52 PM

Answer Wiki:
I have seen this before on other boards but have yet to experience this exact error. Other users have had success by re-registering oleaut32.dll. regsvr32 %SystemRoot%system32oleaut32.dll Please let me know how it goes. Cheers, Jerry
Last Wiki Answer Submitted:  October 7, 2005  8:24 am  by  Jtunes   0 pts.
All Answer Wiki Contributors:  Jtunes   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Did you compile your project in debug mode for the user? You should use release.

 5 pts.

 

Another thing to check is to make sure that the user in question is a member of the “Debugger Users” group on the machine she is using.

 0 pts.