This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Managed Code Custom Action not loading dependencies of dependencies
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 03, 2021
08:00 PM
Managed Code Custom Action not loading dependencies of dependencies
I have a C# dll references another C# dell that references Newtonsoft.
When I call my method in the first dll it calls into the second and fails when the second can't load the Newtonsoft dependencies. I have the first DLL in the support dir and the second + Newtonsoft dlls in the IsClrWrapper table. How do I get the dependencies of the dependencies to load?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 05, 2021
06:04 AM
Hi Watson,
Please try the suggestion provided in below link