B
B
Benchstyle2020-08-17 13:29:11
C++ / C#
Benchstyle, 2020-08-17 13:29:11

How can I add dependencies to an exported .dll without having to register them in the import environment?

I create an exported dll that is used in another environment and contains dependencies (nuget packages). When importing in the deployment environment, I have to register dll dependencies through RegAsm and this is not always possible right away, can I somehow export the dependency files inside the implemented dll?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question