cancel
Showing results for 
Search instead for 
Did you mean: 

Installing librfc32.dll failed: LoadLibrary("librfc32.dll") failed

Former Member
0 Kudos

I have no problems using/testing generated proxies using SAP .NET Connector 2.0.1 in

the development environment. I'm using Visual Studio 3.0 for generating the proxy and

Visual Studio 5.0 for testing the proxy, since the deployment environment relies on

.NET framework 2.0

However the runtime deployment of the proxies gives me some problems.

Deploying the runtime version of SAP .NET Connector 2.0.1 requires the following files

(as described in the release notes) :

SAP.Connector.dll

SAP.Connector.Rfc.dll

LIBRFC32.dll

Calling the proxy (in the deployment environment) generates the following error:

-


Error calling RFC. Message was: Unable to load DLL 'librfc32.dll": This application has failed to start

because the application configuration is incorrect. Reinstalling the application may fix this problem.

(Exception from HRESULT: 0x800736B1)

-


I have tried to install the LIBRFC32.dll using this command:

regsvr32 librfc32.dll

- but this leaves me with the following error:

-


LoadLibrary("librfc32.dll") failed - This application has failed to start because the application

configuration is incorrect. Reinstalling the application may fix this problem.

-


Furthermore I have tried to implement note 684106, which implies installing C runtime dll's, but this

seems to have no effect at all.

What can I do to make the runtime deployment work in a .NET framework 2.0 environment?

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

I am encountering the same issue. Have you seen this before?