Open rezanid opened 1 month ago
Looking more carefully I noticed that Community.VisualStudio.Toolkit.DependencyInjection.Core
is looking for an older version of the required assembly. To fix this I will need to download and recompile the dependent assembly. Is there any better way to fix this issue, given that I'm in the context of a Vsix?
After I converting my package to use dependency injection, I get assembly load exceptions. I checked the public key of the libraries and all of them are correct. The files are physically in the same folder as the main assembly. I even tried signing my assemblies and all the open source assemblies and still have the same problem. Here is a log from ActivityLog.xml that shows that
Community.VisualStudio.Toolkit.DependencyInjection.Core
assembly is not able to load the mainCommunity.VisualStudio.Toolkit
assembly.