cancel
Showing results for 
Search instead for 
Did you mean: 

.NET installation without Visual Studio .NET

Former Member
0 Kudos

Hi,

Is there a way to install the SAP .NET Connector without the need of installing the Visual Studio .NET?

I want to test the use of the connector with another developement tool.

Thanks,

Serge

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

The answer is simply... no. you can not install the connector without VS2003 installed.

sorry

Regards,

Ofer

Former Member
0 Kudos

Hi Serge,

To implement a custom runtime:-

Copy the listed files into your asp.net web application's "bin" directory.

1> SAP.Connector.dll

2> SAP.Connector.Rfc.dll

Make sure you have registered librfc32.dll and you do not need to install VS.NET 2003 to RUN the application provided the .NET runtime is installed.

If you have more than one application on the same server talking to any SAP system, then it is a good idea to register the SAP.Connector.dll & SAP.Connector.Rfc.dll files as well

Hope this helps.

)

Amit.

Former Member
0 Kudos

How would you generate a proxy without VS.NET?

Thanks,

Eric