cancel
Showing results for 
Search instead for 
Did you mean: 

SAP with .NET

Former Member
0 Kudos

I'm running VisualStudio2008 and 2012 on .NET Framework 4.

I've installed the SAP .NET Connector 3.0.

How can I add a reference to "SAP.Middleware.Connector" ?

It's not in the .NET References list. Why?

Thank you

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The dll's that where installed can be located under Windows Explorer:

C:\Program Files (x86)\SAP\SAP_DotNetConnector3_x86

So when you add the reference, you click on the tab "Browse" and then go to the SAP folder under Program Files x86. If you had installed both x86 and 64 bit dll's, make sure you reference the right ones for your project.

Then just add the line:

using SAP.Middleware.Connector;

Hope this is what you were asking for...

Former Member
0 Kudos

I found the problem. NCo 3.0 is not compatible with Microsoft .NET Framework 3.5. Must install 4.0.

Problem solved.

Thanx

Former Member
0 Kudos

You said "I found the problem. NCo 3.0 is not compatible with Microsoft .NET Framework 3.5. Must install 4.0."

Do you mean ASP.NET 4.0 or is their a new NCo out? If you mean NCo 3.0 is not compatible with .NET 3.5, I know SAP has 2 different types of NCo 3.0. One for the .NET Framework 4.0 and one for the others. Then between those two, there are the 32bit and 64bit versions.

Between you and me, I hope we can learn a lot about this NCo. Again thanks.

Former Member
0 Kudos

Yes, you're right. I didn't realize there was two different releases of NCo 3.0 (.NET Frawork 4 and Earlier). I was having problems adding references to NCo's DLLs in VS2008 (.NET Framework 3.5)... probably because I had the wrong version of NCo.

Thank you.