cancel
Showing results for 
Search instead for 
Did you mean: 

SAP .net connector 2.0 for Microsoft visual studio 2005

Former Member
0 Kudos

I want to connect SAP and .net 2.0 (Microsoft Visual studio 5.0) using Microsoft .NET connector 2.0.

I have downloaded this connector from SAP service market place. But when i run setup it says this

connector will work for Microsoft Visual studio 3.0 and we can build our application in Microsoft Visual

studio 3.0 and import it to Microsoft Visual studio 5.0.

But i want to build the application using Microsoft Visual studio 5.0 only then what is the way to do this.

Kindly help if someone has faced same problem

Edited by: manjusha ingale on Feb 13, 2009 6:39 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

with sap.net connector You need vs2003,.net framework 1.1 on your machine, but if you do not want to to install 1.1 , then you can create a webservice of the RFC/BAPI made in SAP and use this web service in your application made in VS2005,

In this case You will not be using the SAP.Net connector, but a webservice

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

Hi Manjusha,

In addition to what Puneeta suggested, you can also comile the class liabrary using .Net Connector 2.0 & Framework 1.1. And then reference that liabraray in VS2005 framework 2.0 project.

Regards.