You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am on Visual Studio 2017 v15.9.20, right click on resource file x.ironmenta > Run Custom Tool results in the following error message:
The custom tool 'IronMetaGenerator' failed. Could not load file or assembly 'Microsoft.VisualStudio.Shell.15.0, Version=16.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
I've installed the NuGet package and the Visual Studio Extension in the project. Is this something that can be fixed?
note: IronMeta.App.Exe appears to be working.
The text was updated successfully, but these errors were encountered:
I can reproduce this on my system, thanks. It's probably because I build the VS extension with VS2019. If I have time I'll try to investigate further, but I'm afraid that VS2017 is not a very high priority.
not a big issue, I can make generation automatic via CLI in the meantime. By the way, kudos for sharing your code, I hope I can build something strong with it 👍
I am on Visual Studio 2017 v15.9.20, right click on resource file
x.ironmenta > Run Custom Tool
results in the following error message:I've installed the NuGet package and the Visual Studio Extension in the project. Is this something that can be fixed?
note: IronMeta.App.Exe appears to be working.
The text was updated successfully, but these errors were encountered: