problems running x32 on x64

  • Thread starter Thread starter georgevs
  • Start date Start date
G

georgevs

Hgroup,

I have problems running .net application;

The application is built with VS2005 C# for AnyCPU on Win32 machine;
The application has failed running on Win64 machine;

Tha application has couple of assemblies, exposes classes to COM and
interops with COM classes written in VS2003

Can anyone give me any clue where I can find sensible information for
the enviroment I have, what may have gone wrong?

Thanks!
George VS.
 
Tha application has couple of assemblies, exposes classes to COM and
interops with COM classes written in VS2003

If you depend on COM classes written in native code you should compile
for the correct CPU architecture, not use AnyCPU.


Mattias
 
Hi Mattias,

It is the exact decision we made;

Thanks!
George VS.

Mattias Sjögren напиÑа:
 
Back
Top