cancel
Showing results for 
Search instead for 
Did you mean: 

Can not run web application on Web Server

Former Member
0 Kudos

Hello,

I completed in web application development with SAP.net 2.0. It work well on my desktop, but on Web Server (IIS 5.0 and Windows2000 Server) I can not open

web page, Error Message is :-

Parser Error Message: File or assembly name SAP.Connector, or one of its dependencies, was not found.

Line 17: <compilation defaultLanguage="vb" debug="false">

Line 18: <assemblies>

Line 19: <add assembly="SAP.Connector, Version=2.0.0.0, Culture=neutral, PublicKeyToken=50436dca5c7f7d23" />

Line 20: <add assembly="SAP.Connector.Rfc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=50436dca5c7f7d23" />

Line 21: </assemblies>

Source File: C:\gr\web.config Line: 19

Could you please tell me how to fix this problem?

Thank you

Teerakorn

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you very much.

Teerakorn.

reiner_hille-doering
Active Contributor
0 Kudos

Have you installed the two mentioned assemblies into the target machine's GAC (global assembly cache)? If not, drag the two files from SAP .NET Connector Installation folder on the development machine (usually in c:\program files\SAP\SAP .NET Connector 2.0) to the "c:\windows\Assembly" folder of the target machine.

Also make sure that you have a copy of LIBRFC32.DLL in the target machine's System32 directory.