문제

I am working on a test environment where is installed Windows Server 2008 R2, SharePoint Foundation 2010 and Visual Studio 2010.

I have developed and debugged a new Event Receiver for a Document List using a solution configured as "sandboxed solution".

Now I am ready to deploy my custom Event Receiver, but how? Do you known a guide or a list of steps compatible with this environment?

도움이 되었습니까?

해결책

Once you have packaged your solution as James has stated you will find the resulting WSP file in the relevant folder (Release or Debug) in the \bin folder within your project structure.

This is the file which needs to be uploaded to the solution gallery within your target site collection. Once it is uploaded into this gallery use the ribbon to activate it, then just check that your features are activated. Web scoped features will need to be activated via the UI.

That should be all that is required.

다른 팁

In Visual Studio 2010 you should just be able to right click the project in the solution explorer and click "Package", and deploy the resulting WSP file to your live environment.

If you are testing your solution, pressing F5 should deploy it straight into your development environment for testing.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top