daniel2007
May 17th, 2007, 08:00 AM
hi,
I am trying to run an v1.1.4322 component (serviced component) developed and compiled on a 32bit platform on a 64bit server with v2.0 installed (64 and 32bit versions) and v1.1.4322 for 32 bit installed. I receive an error about an "object reference not set to an instance of object" and the event log says:
The following information is part of the event: .NET Runtime version : 2.0.50727.42 - .NET Framework Initialization ErrorTo run this application, you first must install one of the following versions of the .NET Framework:
v1.1.4322
The CorFlags details for the component are:
Version : v1.1.4322
CLR Header: 2.0
PE : PE32
CorFlags : 9
ILONLY : 1
32BIT : 0
Signed : 1
I do not have the code for the component in order to recompile it.
My only guess is that the 64 bit framework is trying to run it and it should run under v1.1 of 32 bit.
Any ideas on how to run it under 32bit. If i try to run CorFlags /32BIT+ I get a message saying that the component is strongly signed and I cannot use it if I chnage the flags.
Did anyone have an idea on how to deal with this.
10x,
Daniel
I am trying to run an v1.1.4322 component (serviced component) developed and compiled on a 32bit platform on a 64bit server with v2.0 installed (64 and 32bit versions) and v1.1.4322 for 32 bit installed. I receive an error about an "object reference not set to an instance of object" and the event log says:
The following information is part of the event: .NET Runtime version : 2.0.50727.42 - .NET Framework Initialization ErrorTo run this application, you first must install one of the following versions of the .NET Framework:
v1.1.4322
The CorFlags details for the component are:
Version : v1.1.4322
CLR Header: 2.0
PE : PE32
CorFlags : 9
ILONLY : 1
32BIT : 0
Signed : 1
I do not have the code for the component in order to recompile it.
My only guess is that the 64 bit framework is trying to run it and it should run under v1.1 of 32 bit.
Any ideas on how to run it under 32bit. If i try to run CorFlags /32BIT+ I get a message saying that the component is strongly signed and I cannot use it if I chnage the flags.
Did anyone have an idea on how to deal with this.
10x,
Daniel