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 posting this in the hope that it may help somebody having the same issues. Feel free to close it at your leisure.
I cloned the repo and attempted to compile either Debug or Release to AnyCPU and got 2 errors on asm-dude-vsix about invalid installation targets. I tracked down the errors to three lines in file extension.vsixmanifest that were specifying ProductArchitecture as x86 for the three visual studio editions. After removing the three lines the project was able to compile cleanly.
This is a great tool that fills a big void that is surprisingly missing on Visual Studio. Thank you for making it as good as it is.
Paxcut
The text was updated successfully, but these errors were encountered:
I am posting this in the hope that it may help somebody having the same issues. Feel free to close it at your leisure.
I cloned the repo and attempted to compile either Debug or Release to AnyCPU and got 2 errors on asm-dude-vsix about invalid installation targets. I tracked down the errors to three lines in file extension.vsixmanifest that were specifying ProductArchitecture as x86 for the three visual studio editions. After removing the three lines the project was able to compile cleanly.
This is a great tool that fills a big void that is surprisingly missing on Visual Studio. Thank you for making it as good as it is.
Paxcut
The text was updated successfully, but these errors were encountered: