Reputation: 1
We are developing a windows form application in vb.net with over 400 projects in the solution and are built in 64-bit architecture. Now, we have an external dll of c++ type with 32-bit architecture which we are able to refer in our application, but throws an error like this
"an attempt was made to load a program with an incorrect format. (exception from hresult: 0x8007000в)"
Is there anyway that I can run the application and refer the dll without changing all 400 projects to 32-bit architecture?
Upvotes: 0
Views: 602