Click here to Skip to main content
15,880,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I was trying to simplify my problem posted here

http://www.codeproject.com/Questions/267721/native-dll-built-with-CLR-flag-containing-a-manage/?cmt=164099#cmt2_267721

I created a MFC dll and added a manged C++ class to it (same class as the one in the above post) . Compiled with /CLR flag.

When I add this dll to winforms project and run it i get

System.BadImageFormatException. Any clue ?

However I see the class and the name space and winform project compiles fine unlike the problem I have in the above mentioned post.

Shashi
Posted

1 solution

I found the problem... I had to compile my Winform application in x86 mode, because the default any CPU was getting compiled on 64bit.

I still have to figure out why my larger application dll is not working

Shashi
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900