cancel
Showing results for 
Search instead for 
Did you mean: 

SAP .NET Connector 3.0 error using VS 2008

Former Member
0 Kudos

I developed a windows application in VS 2008 and also used SAP .NET Connector 3.0 to connect to SAP.

This works fine on my local machine, where I can fetch the data from SAP without any issues. But after I deploy the build files onto the server, the application throws an

'Initialization : The type initializer for 'SAP.Middleware.Connector.RfcDestinationManager' threw an exception and also there are SidebySide errors like:

- Generate Activation Context failed for C:\Program Files\.....\sapnco_utils.dll. Reference error message: The referenced assembly is not installed on your system.

- Resolve Partial Assembly failed for Microsoft.VC80.CRT. Reference error message: The referenced assembly is not installed on your system

- Dependent Assembly Microsoft.VC80.CRT could not be found and Last Error was The referenced assembly is not installed on your system.

Environment: Server is Windows 2003, SP 2

Thanks

Ram

Edited by: naninet8 on Sep 21, 2011 5:37 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I had a similiar problem and I had to install the .net connector on the server even though the assembiles were in the application directory.

Former Member
0 Kudos

What's your compiler/assembly configuration?