cancel
Showing results for 
Search instead for 
Did you mean: 

Generate a proxy class for sap.net connector 3.0 for VS 2010

Former Member
0 Kudos

Requirement is to create Dll,

Earlier we are using XP  and VS 2003 with SAP connector 2.0 to create DLL but post system upgrade from XP to Windows 7  and  VS 2003 to VS 2010 even after install sap connector 3.0 not able to get sap proxy class to create dll's.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I recently created a library that should make it easier to work with NCo 3. You can achieve similar results when compared to previous NCo 2 proxy structure.

I would be glad to hear your opinion.

https://github.com/oenning/SharpSapRfc/

hynek_petrak
Active Participant
0 Kudos

Hi Nick,

.NCO 3 does not generate proxy classes anymore. You use a general IRFCFunction interface instead. I suggest you to review the available documentation for the .NCO3  (https://websmp101.sap-ag.de/connectors), e.g. the .NET Connector 3.0 Overview, or the Tutorial. You'll need to adopt your application design to the .NCO 3.

Hynek