My project Structure looks like this:
myApp
-->WCFSerLib (Any CPU Deafult application)
-->ClassLib1 (Any CPU)
-->ClassLib2 (x86)
When I try to execute my application Unfortuantely am getting this below error.
System.BadImageFormatException was unhandled by user code
Is there anyway such that I can achieve the above?
Thanks
Thank you guys,
problem was with winscard.dll it uses Handles which are Int32
.all I changed is replacing the Int32 with Int64.