Porting Unmamanged code to 64 bit

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vmunjal
    New Member
    • Dec 2009
    • 1

    Porting Unmamanged code to 64 bit

    Hi,

    I have an application in which a small part is written in C++. The C++ dll is referred in C# (2.0) projects. I want to port this application to 64 bit environment.
    After moving to 64 bit enviornment I get the following error:

    System.BadImage FormatException : Could not load file or assembly 'Saf.StafStax.A pi, Version=1.0.362 4.26240, Culture=neutral , PublicKeyToken= null' or one of its dependencies. An attempt was made to load a program with an incorrect format..

    Can someone please suggest about how to get around this.

    Thanks.
Working...