开发者

Deploying Excel 2003 VSTO Workbook using Sharepoint for versioning control

I have an excel 2003 vsto workbook that I would like to make available via sharepoint for version control. Ideally it could be checked in/out by non-developers for tweaking excel equations, and I would be able to deploy the compiled dlls somewhere else when I need to update the managed VSTO code. I understand I may need to use some clickonce functionality as well so when a user first views the sheet they get all the necessary full-trust permissioning.

Also, it is my understanding that for a user to use the vsto functionality in an excel 2003 vsto workbook, they must have the compiled dll in thier GAC, is this true? When testing I get trust 开发者_StackOverflowexceptions otherwise.


I have found a solution.

Setup

  1. Create a custom setup project that adds the project output dlls to the GAC.
  2. Add excel doc to sharepoint

Client Install

  1. Install VSTO Runtime on client
  2. Install custom installer
  3. View/Check out workbook from sharepoint

I'm open to improvements.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜