Debugger (No Such Interface Supported?)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Weird problem that just started...I have no idea what has happened, but every
project when I try to run(debug) I get a "Microsoft Development Environment"
box, and it tells me "Error while trying to run project: Unable to start
debugging" and on the next line "No such interface supported". I have no
idea what has happened, and its for every project. I have tried
reinstalling vb.net and the 1.1 componenets, nothing, I tried to register
mscordbi.dll...no luck. Any ideas out there?
 
Is this a Windows Forms application, or a ASP.NET application ?

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing
 
windows forms application

One Handed Man ( OHM - Terry Burns ) said:
Is this a Windows Forms application, or a ASP.NET application ?

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing
 
OK, this is very common on ASP.NET ( Winforms ) application, but I havent
seen it on Windows Forms as of yet.

Do you have unmanaged code referred to in your applications, if so this may
be causing the problem.

Have you tried a freshly created one form application with no code in it ?


--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing
 
Back
Top