views:

138

answers:

1

Hi, I'm trying to use the sharepoint API to deploy some solutions and the global DLLs work fine with solution.deploy, but im having trouble with solutions that specificy a web application.

I have a webapplication test and want to deploy to it, but the deploy command needs a web application collection, and im not sure how these relate or work, I've spent hours trying to find a guide to writing an API based install or similar but with no luck..

Thanks!

+1  A: 

Its just a generic collection of URI's. One for each web application you need to deploy the solution to.

A code sample can be seen here.

Charlie
Oh its so obvious now! Thank you very much :)
Nathan