Hi.
I have a executable that is built using .NET framework 2.0.575. The exe reference Crystal 2008 .NET components. So ihave Ngen the exe so that it load time is reduced.
How ever i had problem with the following component when ngen tried to install it to the native image path. "BusinessObjects.Enterprise.Sdk"
I got the following error:
"Error compiling BusinessObjects.Enterprise.Sdk, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692fbea5521e1304: An attempt was made to load a program with an incorrect format.
(Exception from HRESULT: 0x8007000B)
Failed to generate native code for dependent image BusinessObjects.Enterprise.Sdk, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692fbea5521e1304
because of the following error: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)"
Has this been fixed ?
Is Business Objects aware of this ?
Is the something to do with the way the DLL is compiled.
Thanks.