问题
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
![](https://i0.wp.com/i.stack.imgur.com/yfIqG.png)
回答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