Need to include native dll in a .net core application - publishing step fails to include native dll

  • Thread starter Thread starter walterwPH
  • Start date Start date
W

walterwPH

Guest
I have a native dll in a .net core 2.1 web application. Everything is working except for publishing to IIS. When publishing, the native dll is not published.

What is the proper way to include the native dll so it gets published with the .net core web application

I can work around the issue by manually copying the file to IIS, but would prefer to not rely on my memory to do it.

Continue reading...
 
Back
Top