Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Use <a href="http://www.codeplex.com/stsdev" rel="nofollow noreferrer">STSDev</a> to create the solution package. That should help with creating the WSP. The custom form, CQWP webpart and the .xls file should also be deployable within the project.</p> <p>To deploy the xslt, your feature will have an</p> <p><code>&lt;ElementManifest Location="mywebpartManifest.xml"&gt;</code></p> <p>This then points to a files such as</p> <pre><code>&lt;Elements xmlns="http://schemas.microsoft.com/sharepoint/"&gt; &lt;Module Name="Yourfile.xslt" Url="Style Library" Path="" RootWebOnly="TRUE"&gt; &lt;File Url="yourfile.xslt" Type="GhostableInLibrary" /&gt; &lt;/Module&gt; &lt;/Elements&gt; </code></pre> <p>for the webpart:</p> <pre><code>&lt;Module Name="myWebpart" List="113" Url="_catalogs/wp" RootWebOnly="FALSE"&gt; &lt;File Url="myWebpart.webpart" Type="GhostableInLibrary" /&gt; &lt;/Module&gt; </code></pre> <p>Now that file will need to be contained in the solution manifest.xml. This is done automatically from the STSDev project.</p> <p>e.g.</p> <pre><code>&lt;Resources&gt; &lt;Resource Location="SimpleFeature\Feature.xml"/&gt; </code></pre> <p>The actual schemas are:</p> <p><a href="http://msdn.microsoft.com/en-us/library/aa544502.aspx" rel="nofollow noreferrer">Site</a></p> <p><a href="http://msdn.microsoft.com/en-us/library/ms442108.aspx" rel="nofollow noreferrer">Solution</a></p> <p><a href="http://msdn.microsoft.com/en-us/library/ms414322.aspx" rel="nofollow noreferrer">Feature</a></p> <p><a href="http://social.msdn.microsoft.com/Forums/en-US/sharepointecm/thread/335399ea-f07f-43a5-a4e2-21d88ba2743e/" rel="nofollow noreferrer">and a link to someone else with the issue</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload