Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Unable to load DLL 'sapnwrfc' or one of its dependencies: The specified module could not be found. #60

Open
EverGuzman opened this issue May 3, 2021 · 5 comments

Comments

@EverGuzman
Copy link

I've already installed locally sapnwrfc,dll (downloaded directly from SAP) in windows PATH. But I keep getting this error:

'Unable to load DLL 'sapnwrfc' or one of its dependencies: The specified module could not be found. (Exception from HRESULT: 0x8007007E)'

Already added the reference in my .NET Core Web App Project, but nothing seems to work.

Has anyone found the solution?

@nunomaia
Copy link
Owner

nunomaia commented May 4, 2021

Try to copy all files from lib folder of SAP NetWeaver RFC SDK package ( more or less 9 files ) into a folder that is listed on Windows path environment variable

@EnesKartal
Copy link

If your application is running on a different disk than your system disk you can get this error. Actually I'm trying to find solution for this topic.

@cuenta003
Copy link

Hello.

After many tests and read notes.

the SAPNWRFC need Visual Studio 2013 (VC++ 12.0)

find in: https://docs.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170

Finally my program was executed, run using ASP.NET Core, NwRfcNet on IIS.

@EnesKartal
Copy link

Hi, i can share news about this topic. When I updated server my problem is solved.

@BraulioME
Copy link

@cuenta003 Thank you, you solve my problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants