win32 dll is not working for c# application.
-
Hi all, this error comes when i am using win32 dll in c# application. An unhandled exception of type 'System.BadImageFormatException' occurred in Test.exe Additional information: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B) please help me for this. thanks in advance.
-
Hi all, this error comes when i am using win32 dll in c# application. An unhandled exception of type 'System.BadImageFormatException' occurred in Test.exe Additional information: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B) please help me for this. thanks in advance.
Please ask in the C# forum.
Cédric Moonen Software developer
Charting control [v3.0] OpenGL game tutorial in C++ -
Hi all, this error comes when i am using win32 dll in c# application. An unhandled exception of type 'System.BadImageFormatException' occurred in Test.exe Additional information: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B) please help me for this. thanks in advance.
-
Are you building both the binaries on the same platform? 32 bit or 64 bit ?
[Delegates] [Virtual Desktop] [Tray Me !]
-Malli...! :rose:**** -
Try this one, make your application run inside WoW64. For that go to the project properties, select the "build" tab and set the "platform target" to x86. FYI : Read this.[^]
[Delegates] [Virtual Desktop] [Tray Me !]
-Malli...! :rose:**** -
Try this one, make your application run inside WoW64. For that go to the project properties, select the "build" tab and set the "platform target" to x86. FYI : Read this.[^]
[Delegates] [Virtual Desktop] [Tray Me !]
-Malli...! :rose:**** -
thanks,its working fine but its safe and secure for further use. is C# application work for all platform x86 and x64.