开发者

silverlight project output to sharepoint 2010 feature resource?

开发者 https://www.devze.com 2023-02-09 01:52 出处:网络
I\'ve seen a long time ago a tip to easily add a silverlight project output to a sharepoint project. However I don\'t remember what was the tip.

I've seen a long time ago a tip to easily add a silverlight project output to a sharepoint project. However I don't remember what was the tip.

My solution is like this :

  • MySolution
    • MySolution.SharePoint.WebPart project
    • MySolution.SharePoint.SL project

My goal is to build a webpart that renders the silverlight inclusion (with specific parameters, that's why I cannot use the OOB silverlight webpart).

In visual Studio, what is the easiest way to automatically include开发者_StackOverflow社区 the silverligth project output in the webpart resources ?

thx steve


answering myself.

the procedure is described here : Create a Silverlight 4 Web Part for SharePoint 2010.

The idea is to add a module in the SP project, and to setup the module to add the project output of the silverlight project.

thx anyelse

0

精彩评论

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