cancel
Showing results for 
Search instead for 
Did you mean: 

.net connector 2.0 runtime

Former Member
0 Kudos

How do I install only the runtime on a machine running IIS? The installation of SAPDotNetConnectorSetup_20 requires VisualStudio. Thanks.

Problem resolved. Thanks.

Message was edited by: yakima

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please mark this as answered (and award points), to tell others that this question has been answered.

Thanks,

Ofer

Answers (1)

Answers (1)

Former Member
0 Kudos

All you need to install on the server (except .NET Framework Runtime of course):

SAP.Connector.Dll (in GAC)

SAP.Connector.Rfc.DLL (IN GAC)

librfc32.dll in <Windows>\system32 (if it's not there already)

Regards,

Ofer

Former Member
0 Kudos

Or place the SAP.*.dll in your /bin folder of your web app (same folder as the .exe for a win forms app).

H