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
First off, I just want to say that I love the solution you have here. Its definitely easy to set up and use!
Unfortunately, I've come across an issue when attempting to build the VSIX solution...
Once I open the project and try to build it, there seems to be several references missing e.g. EnvDTE, Newtonsoft.Json.
Luckily I've managed to add back was was missing using a combination of adding the references and using nuget packages.
Is this a normal part of the process?
I'm using VS2017 Professional if that is any help? I do have the VS extension dev pack installed
The text was updated successfully, but these errors were encountered:
Hi there,
First off, I just want to say that I love the solution you have here. Its definitely easy to set up and use!
Unfortunately, I've come across an issue when attempting to build the VSIX solution...
Once I open the project and try to build it, there seems to be several references missing e.g. EnvDTE, Newtonsoft.Json.
Luckily I've managed to add back was was missing using a combination of adding the references and using nuget packages.
Is this a normal part of the process?
I'm using VS2017 Professional if that is any help? I do have the VS extension dev pack installed
The text was updated successfully, but these errors were encountered: