cancel
Showing results for 
Search instead for 
Did you mean: 

.net connector on 64bit Vista

0 Kudos

hi all,

currently, i have a problem with our program on windows vista 64bit version

using SAP .Net Connector.

sap gui 710 is installed.

on 32bit everything works fine.

on 64bit, first of all, "librfc32.dll" can´t be found.

it is located (like all other 32bit) in c:windowssysWOW64.

after copying these files into c:windowssystem32, the exceptionmessage is:

"file has wrong format".

has anybody an idea to solve this problem?

thx

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi IGZ,

how are you doing ?

the librfc32.dll file in sysWOW64 works fine on my 64 bit system [7317 kb]

plz register this file itself

if you would like, please send me an email [details in my profile], i can reply with the version that works for me

with respect,

amit

Former Member
0 Kudos

Hi,

I also having the same problem,

*Development*

I have created a service in .net 3.5 which will connect to SAP using SAP.Net connector Proxy class (Developed in .net 2003).

*Deployment*

Now above created service need to be hosted in 64 bit server, I hosted the service where in I am getting the error as below

u201CAn attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)u201D

I have done all .dll copying as mentioned in this link /community [original link is broken]

Note:** Deployment server is not installed with 1.1 framework

Still not working