문제

는 SharePoint 2010 Enterprise Edition (Dev Machine)을 사용하여 .WSP를 빌드 / 패키지화하고 SharePoint 2010 Standard Edition (Prod Machine)이 설치된 시스템에 배포 할 수 있습니까?

도움이 되었습니까?

해결책

The WSP package will not change depending on which edition of SharePoint is installed on the Development machine. So if you take the same visual studio project and package it on a machine with Foundation, Standard or Enterprise the WSP will be identical.

BUT by developing (and testing) on a machine which has a more advanced edition than the PROD farm you run the risk of not catching that you include dependencies on that advanced edition into your development.

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