Hello,
Since I switched PCs (not much has changed, same OS, same brand...), I've encountered an issue when attempting to add an assembly to my Syntax Editor. I'm getting this exception:
Could not load file or assembly 'CustomMarshalers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
This is how I load my assembly :
project.AssemblyReferences.Add("My.Custom.Assembly");
"My.Custom.Assembly" is an internal assembly installed with NuGet Package Manager and referenced in PackageReferences. This assembly works well when I use it directly in the project. However, when I try to initialize my SyntaxEditor with it, I encounter this exception.
Any help on this would be awesome.
Thanks,
Benjamin.