SharePoint Guidance Drop Notes
Microsoft patterns and practices
******************************************
******************************************
What's in this Drop:
- Docs ************************************
*DropLocation\Docs\SharePointGuidance.pdf:
This is the guidance documentation.
*DropLocation\Docs\Setup.txt
Information on what is required to install to run the visual studio solutions
*DropLocation\IntegrationTest\SPGLib\Readme
documentation on how to build and run integrationTests
*DropLocation\IntegrationTest\SPGLib\Setup\Readme
documentation on how to automatically build and deploy the integrationTests
*DropLocation\Source\ExecutionModels\Sandboxed\Readme
documentation on how to build and deploy the SandboxRI
*DropLocation\Source\ExecutionModels\Sandboxed\Setup\Readme
documentation on how to automatically build and deploy the SandboxRI
*DropLocation\Source\ExecutionModels\Hybrid\Readme
documentation on how to build and deploy the Hyrbid RI
*DropLocation\Source\ExecutionModels\Hybrid\Setup\Readme
documentation on how to automatically build and deploy the Hyrbid RI
*DropLocation\Source\ExecutionModels\FullTrust\Readme
documentation on how to build and deploy the FullTrust RI
*DropLocation\Source\ExecutionModels\Hybrid 2\Readme
documentation on how to build and deploy the Hybrid 2 RI
- Solutions ******************************
*DropLocation\Source\SharePoint 2010\Microsoft.Practices.SharePoint.sln
The solution has the project for SharePoint ServiceLocator, SharePoint Logger, and SharePoint Configuration Manager.
*DropLocation\Source\SharePoint 2010\Microsoft.Practices.SharePoint(With Tests).sln
The solution include the projects in the above solution and plus Pex/Moles unit tests
*DropLocation\Source\ExecutionModels\Sandboxed\ExecutionModels.Sandboxed.sln
The solution has Sandboxed RI, and associated unit tests
*DropLocation\Source\ExecutionModels\FullTrust\ExecutionModels.FarmSolution.sln
The solution has FullTrust.Jobs and FullTrust RI
*DropLocation\Source\ExecutionModels\Hybrid\ExecutionModels.Sandboxed.Proxy.sln
The solution has Hybrid RI, WCF service, and associated unit tests
*DropLocation\Source\ExecutionModels\Hybrid 2\ExecutionModels.Hybrid2.sln
The solution has Hybrid2 RI, and associated Common unit tests
*DropLocation\IntegrationTest\SPGLib\SPGLib.sln
The solution has the Integraion test projects to test SharePoint ServiceLocator, SharePoint Logger, and SharePoint Configuration Manager.
NOTE:If you are using Earlier version of VSTS2010 RC then you need to follow steps to get compile Success.
1. open DropLocation\IntegrationTest\SPGLib\SPGLib.sln
2. Repalce All command PreRequestDataBinding with PreRequestDatabinding
- Keys folder ******************************
*DropLocation\Keys\Microsoft.Practices.Sharepoint.snk
the public key which is used in the Microsoft.Practices.SharePoint.sln
- Lib folder ******************************
*Microsoft.Practices.ServiceLocation.dll, which is used by Microsoft.Practices.SharePoint.sln and ExecutionModels.Sandboxed.sln