Open obiwanjacobi opened 3 years ago
I am having a similar problem with VST.NET1. You can reproduce it in this PR: https://github.com/robianmcd/midi-shape-shifter/pull/9
This is the type of error that I get
I hope that I can fix this and upgrade to VST.NET2
I managed to fix the above using ILRepack: https://github.com/ravibpatel/ILRepack.Lib.MSBuild.Task
Here is the config file needed for that. The VST.NET files need to stay outside https://github.com/robianmcd/midi-shape-shifter/blob/master/MidiShapeShifter/MidiShapeShifter/ILRepack.targets
When a plugin has dependent assemblies that are loaded after the initial boot/load sequence of the plugin, they are not found in the
deploy/bin
location. They are only found when moved to thedeploy
folder.(NoteToSelf: Have a sample project to reproduce: VST.NET-DepLoadingProblem.7z)