Tagged Questions
1
vote
1answer
993 views
SandBox Solutions Deployment of WSP to Solution Gallery : Beginner Questions
I am a beginner to SP Dev, and I have been reading a few things about Sandbox Solutions and the limitations there. Also it seems that to deploy a solution, I can simply upload a wsp to the solution ...
0
votes
3answers
1k views
Update a existing deployed farm solution
I've deployed a farm solution to a test environment by following the Technet Deploy solution packages page - works well. But development continues, and I need to redeploy.
When I follow the process ...
1
vote
2answers
662 views
SharePoint 2010 - Best practices: how to handle assemblies [Discussion]
There is a discussion which has been going on for serveral years when programming for SharePoint.
In Visual Studio you can add a SharePoint solution, which will be converted to a .wsp file to deploy. ...
2
votes
1answer
385 views
How to register an ashx handler through sharepoint 2010 farm solution
I have a 3rd party control that i want to add to the web part. That 3rd party control uses a generic ASHX handler. I can always add the registration to the actual WFE web.config but it's a bit ...
1
vote
0answers
58 views
Everytime I try to add an existing or new project to my SharePoint 2010 Solution it says “File not Found”
Everytime I try to add a class library to my SharePoint 2010 solution (which consists of about 4 other projects), I get the error:
Could not load file or assembly 'AF.XMLMapping, Version=1.0.0.0, ...
3
votes
2answers
176 views
How to programmatically detect if a solution is deployed?
Situation:
There's a sharepoint farm with ~60 solutions. On some not specified time someone can deploy a new /update an existing solution to this farm. Everytime a deployment is successfull I need to ...