cancel
Showing results for 
Search instead for 
Did you mean: 

Could not load file or assembly 'rscp4n.DLL' or one of its dependencies. The specified module could not be found.

Former Member
0 Kudos

Hello,

I have a problem, when I run my page in visual studio 2010, this, run perfectly, but when I publish the web site in IIS 7 and I try to go in, I get this error:

Anyone had this error before?

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

I had this same problem.

I solved it by removing rscp4n.dll from my build.

I put in the sapnco.dll from the nuget package and all worked well without the offending dll.

Regards,,

Jerry

MarkusTolksdorf
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Luis,

have you made sure that the visual studio runtime libraries for VS 2010 are installed on the machine, on which the IIS is running?

Best regards,

Markus

Former Member
0 Kudos

Hi Markus,

I installed the following on my web server and the error was resolved.

Microsoft Visual C++ 2010 Redistributable Package (x64)

Thanks,

Allan