cancel
Showing results for 
Search instead for 
Did you mean: 

SAP .net connector and Visual C++ 2010?

Former Member
0 Kudos

Greetings,

I'm developing an application in visual C++ using visual studio 2010 and I'm using the following guide to try and get SAP .net connectivity to work:

http://www.codeproject.com/KB/dotnet/SAP_NET_Connector.aspx

I'm having problems from the get-go, however, as "SAP connector proxy" does not appear under Project->Add->New Item.

Looking around google, I have a sneaking suspicion that the problem might simply be that Visual Studio 2010 is no supported, despite it using the .NET 4.0 framework. Is this indeed the problem? Would I be better to roll back to Visual Studio 2008? Or am I missing some bigger point?

thanks in advance for any help!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Your problem is that you are using C++ and example is shown for C#...

It's only for C# not for C++

Former Member
0 Kudos

I'm having the same problem. Did you discover the reason for this?

Yours,

David

Former Member
0 Kudos

I also am having this problem. Downloaded and installed the latest SAP .net connector and was trying to follow these instructions http://www.codeproject.com/KB/dotnet/Connect_SAP_from_VS2008.aspx

but get to the same point where it says "create a SAP Connector Proxy item" but my copy of Visual Studio 2003 doesn't have this component.

Does anyone know how you can fix this?