Tagged Questions
2
votes
3answers
191 views
Update-SPSolution & Items in a Document Library
I have the following situation:
solution1.wsp that has a document library with files inside (I use a module element for adding new files to the feature)
and solution2.wsp that has a document library ...
3
votes
2answers
247 views
Getting AssemblyFileVersion of a wsp **without** a feature
I got a monitoring page where I show the version of all web parts, features etc.
If I use features with Event Receiver I can easily get the version. If the Feature has no event receiver I solved that ...
1
vote
2answers
527 views
Deploy multiple wsp versions to different webapps in the same farm
Im working on a newer version (2.0) of my sharepoint2010 wsp (which contains several features and webparts). I have dev+test servers which have a webapp each with v1.0 of wsp. In the newer version ...