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'm currently building a VSTO plugin. The primary output is called ClickToDialPlugin.dll. Once I added an app.config file, votive seems to noticed and ass a new entry:
Then upon compilation, it complains that there's no app.config in the output directory. That's quite correct, because the source sould be named ClickToDialPlugin.dll.config. But even if I manually correct the error in the wxs file, the VS plugin immediately overwrites my change and again I'm stuck with being unable to compile.
Originally opened by sste
The text was updated successfully, but these errors were encountered:
I'm currently building a VSTO plugin. The primary output is called ClickToDialPlugin.dll. Once I added an app.config file, votive seems to noticed and ass a new entry:
Then upon compilation, it complains that there's no app.config in the output directory. That's quite correct, because the source sould be named ClickToDialPlugin.dll.config. But even if I manually correct the error in the wxs file, the VS plugin immediately overwrites my change and again I'm stuck with being unable to compile.
The text was updated successfully, but these errors were encountered: