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