I do not have Application Files dialog box in my vs2010

我们两清 提交于 2020-01-14 03:07:06

问题


I am using : Visual studio 2010 Professional Edition and developing Excel addin 2007 Where could i find the options I have there? Or could you tell me which edition of vs has the button?

Print screen

Thank you!

回答1:


Found the explanation from the msdn it says :

When you are trying to deploy Office addin :

Data FilesFiles with .xml, .mdb, and .mdf extensions are automatically copied to the application data directory. You cannot configure these data files by using the Application Files dialog box. To locate the data directory, use the DataDirectory property. For more information, see Accessing Local and Remote Data in ClickOnce Applications.




回答2:


If you right click on your Project file and choose properties... then the Publish tab... you do not see the Application Files button there?

IIRC, ClickOnce is supported in all versions of Visual Studio... all the way down to the Express Editions.



来源:https://stackoverflow.com/questions/6378801/i-do-not-have-application-files-dialog-box-in-my-vs2010

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!