473,412 Members | 3,860 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,412 software developers and data experts.

Debugger (No Such Interface Supported?)

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?
Nov 21 '05 #1
4 2769
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

"Smoothy1976" <Sm*********@discussions.microsoft.com> wrote in message
news:F2**********************************@microsof t.com...
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?

Nov 21 '05 #2
windows forms application

"One Handed Man ( OHM - Terry Burns )" wrote:
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

"Smoothy1976" <Sm*********@discussions.microsoft.com> wrote in message
news:F2**********************************@microsof t.com...
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?


Nov 21 '05 #3
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

"Smoothy1976" <Sm*********@discussions.microsoft.com> wrote in message
news:20**********************************@microsof t.com...
windows forms application

"One Handed Man ( OHM - Terry Burns )" wrote:
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

"Smoothy1976" <Sm*********@discussions.microsoft.com> wrote in message
news:F2**********************************@microsof t.com...
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?


Nov 21 '05 #4
I tried a new project with form, ran without any code same error. This is
weird

"One Handed Man ( OHM - Terry Burns )" wrote:
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

"Smoothy1976" <Sm*********@discussions.microsoft.com> wrote in message
news:20**********************************@microsof t.com...
windows forms application

"One Handed Man ( OHM - Terry Burns )" wrote:
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

"Smoothy1976" <Sm*********@discussions.microsoft.com> wrote in message
news:F2**********************************@microsof t.com...
> 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?


Nov 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: skilla | last post by:
Hi people, I've got WinXP Pro SP2 English on my laptop and since installing SP2 got the IISRESET "No such interface supported" error. The whole story: I was writing a fairly simple ASP app...
0
by: Niklas | last post by:
Hi this is my test class which I want to use in COM: <System.Runtime.InteropServices.InterfaceType(Runtime.InteropServices.ComInterfaceType.InterfaceIsDual), _ ...
5
by: Tom Edelbrok | last post by:
I have narrowed down a previous problem to the following more specific items: 1) I have my startup object in VB.NET (VS 2003) set to Sub Main(). 2) Inside of Sub Main() I do a...
18
by: R. Bernstein | last post by:
Okay, a bit of an exaggeration. Recently, I've been using Python more seriously, and in using the debugger I think one of the first things I noticed was that there is no "restart" ("R" in...
4
by: Peppie | last post by:
I have a (self proclaimed ) very nice and well designed database that organizes my clients, contacts, projects and documents sent to my clients (including a report generator in MS Word). At...
3
by: Adeel | last post by:
I am new to php. i have installed the PDT all in one package and then i installed the zend debugger plugin for PDT. Every thing is running fine and i am able to debug the single php page using zend...
2
by: Jonathan Wilson | last post by:
I have an app written in native C++ using Visual C++ 2005 (pro edition). How can I set a memory breakpoint in the debugger for this app? Or alternatively, is there another source level debugger I...
7
by: colin | last post by:
Hi, Ive written a 3dmodel editor, and it works fairly well it harldy uses any cpu exept when its loading a texture from bitmap in the debugger, at all other times it hardly uses any cpu but from...
13
by: MJ | last post by:
G'day. I am currently using VS6 to debug my classic ASP pages. It works well, but I find that I'd like something a little more robust and newer. I'm not liking the way it works these days (by...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.