Click here to Skip to main content
16,008,175 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: DirectShow .NET HELP!!! Pin
Brian JR17-Jul-03 8:49
Brian JR17-Jul-03 8:49 
GeneralRe: DirectShow .NET HELP!!! Pin
Heath Stewart17-Jul-03 8:51
protectorHeath Stewart17-Jul-03 8:51 
GeneralRe: DirectShow .NET HELP!!! Pin
Brian JR16-Jul-03 15:46
Brian JR16-Jul-03 15:46 
GeneralRe: DirectShow .NET HELP!!! Pin
drpepper5-Aug-03 5:09
drpepper5-Aug-03 5:09 
Generaldot.net application error Pin
misiek14-Jul-03 7:11
misiek14-Jul-03 7:11 
GeneralRe: dot.net application error Pin
Russell Morris14-Jul-03 8:17
Russell Morris14-Jul-03 8:17 
GeneralRe: dot.net application error Pin
misiek14-Jul-03 21:09
misiek14-Jul-03 21:09 
GeneralRe: dot.net application error Pin
Heath Stewart15-Jul-03 8:55
protectorHeath Stewart15-Jul-03 8:55 
Actually, if this happened when you're running the application, more than likely the .NET Framework is either not installed or not installed correctly. If an exception occured in the .NET application itself, the message would be different. This is Windows's default Dr. Watson (or whatever name they give it these days) message. Basically, the VC runtime doesn't understand the PE/COFF executable format. These formats have references to the VM that runs them, like VB (non-.NET) and .NET assemblies.

Also, remember that the language doesn't matter, except in the case of certain language interoperability issues (NOTE: not COM interop - just language interop). MC++ has some language-specific assemblies to allow developers to use mixed mode and some C++ symantecs. VB.NET has a few assemblies that allow developers to use the "old ways" in some cases. These assemblies basically have some methods that older code uses wrapped into an assembly. Other than that, all .NET languages compile to intermediate language, or IL, which doesn't have anything to do with the source language. Just FYI.

 

Reminiscent of my younger years...
10 LOAD "SCISSORS"
20 RUN

Generalnext dot.net application error Pin
misiek16-Jul-03 6:20
misiek16-Jul-03 6:20 
GeneralGarbage Collection in DotNet Pin
dskumar9914-Jul-03 4:24
dskumar9914-Jul-03 4:24 
GeneralRe: Garbage Collection in DotNet Pin
Philip Fitzsimons15-Jul-03 2:32
Philip Fitzsimons15-Jul-03 2:32 
GeneralRe: Garbage Collection in DotNet Pin
Heath Stewart15-Jul-03 8:58
protectorHeath Stewart15-Jul-03 8:58 
GeneralSocket Problems on particular machine Pin
stonee7413-Jul-03 5:43
stonee7413-Jul-03 5:43 
GeneralRe: Socket Problems on particular machine Pin
stonee7428-Jul-03 4:49
stonee7428-Jul-03 4:49 
GeneralAnother "Interop" question. Pin
igor196012-Jul-03 12:46
igor196012-Jul-03 12:46 
GeneralRe: Another "Interop" question. Pin
igor196012-Jul-03 15:23
igor196012-Jul-03 15:23 
GeneralRe: Another "Interop" question. Pin
Mike Dimmick13-Jul-03 1:16
Mike Dimmick13-Jul-03 1:16 
GeneralRe: Another "Interop" question. Pin
igor196013-Jul-03 9:25
igor196013-Jul-03 9:25 
GeneralRe: Another "Interop" question. Pin
Heath Stewart15-Jul-03 9:09
protectorHeath Stewart15-Jul-03 9:09 
GeneralRe: Another "Interop" question. Pin
Jeffster15-Jul-03 12:07
Jeffster15-Jul-03 12:07 
GeneralRe: Another "Interop" question. Pin
Heath Stewart15-Jul-03 12:50
protectorHeath Stewart15-Jul-03 12:50 
GeneralRe: Another "Interop" question. Pin
igor196016-Jul-03 5:29
igor196016-Jul-03 5:29 
GeneralRe: Another "Interop" question. Pin
Nick Parker13-Jul-03 9:57
protectorNick Parker13-Jul-03 9:57 
GeneralRe: Another "Interop" question. Pin
igor196013-Jul-03 10:52
igor196013-Jul-03 10:52 
GeneralWIN CE and .NET Pin
Dato12-Jul-03 10:24
Dato12-Jul-03 10:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.