1

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 enter image description here Thank you!

Sergey Kucher
  • 4,140
  • 5
  • 29
  • 47

2 Answers2

4

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.

Sergey Kucher
  • 4,140
  • 5
  • 29
  • 47
  • Seeing (from the screenshot) that this is an Excel Add-in... I just created one in VS2010 Ultimate, and sure enough the Applications Files button is not there. Coupled with your MSDN finding, I think we have an answer. – Brendan Grant Jun 17 '11 at 01:54
1

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.

Brendan Grant
  • 937
  • 7
  • 16