Debugger (No Such Interface Supported?)

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?
 
O

One Handed Man \( OHM - Terry Burns \)

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
 
G

Guest

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
 
O

One Handed Man \( OHM - Terry Burns \)

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top