problems running x32 on x64

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.
 
M

Mattias Sjögren

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
 
G

georgevs

Hi Mattias,

It is the exact decision we made;

Thanks!
George VS.

Mattias Sjögren напиÑа:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top