can I configure an unmanaged app to use a certain version of the runtime?
- From: "bg" <bg@xxxxxx>
- Date: Tue, 1 Nov 2005 15:39:08 -0000
hi all,
I have an unmanaged app that uses some dotnet based components we have
written via COM (the components are registered for COM interop). The
components are all written/use v 1.1 of the dotnet runtime.
With the dotnet 2.0 runtime installed, we are finding the app blows up
trying to create the components and we can see in the debugger that the
wrong version of the runtime is being loaded when we try to create the
components.
Is it possible to some how configure the app to only use v 1.1 of the
runtime?
TIA
bg
.
- Follow-Ups:
- Re: can I configure an unmanaged app to use a certain version of the runtime?
- From: Willy Denoyette [MVP]
- Re: can I configure an unmanaged app to use a certain version of the runtime?
- From: Nicole Calinoiu
- Re: can I configure an unmanaged app to use a certain version of the runtime?
- Prev by Date: Re: In-context WinEventHook causes AccessViolation in explorer.exe (C#, VS2005 RC)
- Next by Date: Re: can I configure an unmanaged app to use a certain version of the runtime?
- Previous by thread: Re: In-context WinEventHook causes AccessViolation in explorer.exe (C#, VS2005 RC)
- Next by thread: Re: can I configure an unmanaged app to use a certain version of the runtime?
- Index(es):
Relevant Pages
|