cancel
Showing results for 
Search instead for 
Did you mean: 

Developed a .net connector application on x86, but have to run it on x64

Former Member
0 Kudos

Hi,

I have developed an interface based on SAP .NET Connector 3.0 in 32bit on my computer, but now the application should run on a 64bit server.

How do I do that? I can't install the 64bit binaries on my computer.

Thank You very much for your help!

Michael

Accepted Solutions (1)

Accepted Solutions (1)

former_member197445
Contributor
0 Kudos

Is it web-based?  If so, installing your app with the 32-bit binaries is fine.  Just enable 32-bit applications in the Advanced Settings of the application pool.

Former Member
0 Kudos

Hi Case,

thanks for your help! Unforunately it's not web based. It's running as a windows service and this service doesn't start at the 64 bit server. I don't know how what to change to make this possible.

Thank You!

Michael

former_member197445
Contributor
0 Kudos

Any clues in the server Event Viewer in the form of error messages? 

regardless, you should be able to install a 32-bit service.  You may or may not need something like the Corflags.exe utility that installs with Visual Studio.  It's worth a try.

http://msdn.microsoft.com/en-us/library/ms164699.aspx

Use the /32BIT+ flag and see if that helps.

Answers (0)