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

Connection open issues #53

Open
lastingyeh opened this issue Jun 24, 2020 · 6 comments
Open

Connection open issues #53

lastingyeh opened this issue Jun 24, 2020 · 6 comments

Comments

@lastingyeh
Copy link

Hi nunomaia

As issues below

Could not open the ICU common library.
The following files must be in the path described by
the environment variable "PATH":
icuuc50.dll, icudt50.dll, icuin50.dll [D:/depot/bas/753_REL/src/flat/nlsui0.c 662] pid = 25568

Thanks.

@oliver-hermann
Copy link
Contributor

Hey @lastingyeh,

this package depends on external libraries provided by SAP.
Check this answer #44 (comment)

Cheers

@lastingyeh
Copy link
Author

Dear nunomaia

I meet the issues with .net core API project after download all DLL and put all at /bin/netcoreapp3.1. May you suggest how to place the DLL file at the project?

Thanks.

@oliver-hermann
Copy link
Contributor

Hey,

try referencing the library in the csproj file, this might help: https://stackoverflow.com/questions/7822983/how-do-i-include-dlls-in-my-csproj-file

Cheers

@lastingyeh
Copy link
Author

Dear sir,

At my test projects below 2

  1. Project - .NetCore Console Project -> work successfully.
  2. Project - .NetCore Web API -> work failed

After I add PackageReference Include="SapNwRfc" Version="1.0.0.56" in 'Web API project'

Thanks

@oliver-hermann
Copy link
Contributor

Hey,

you are referencing another nuget package there, not the required SAP SDK library.
Again, you need an external library which you can only obtain from SAP directly. It is called sapnwrfc.dll.

Cheers

@lastingyeh
Copy link
Author

Thanks for your patient reply.
I will check again

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

2 participants