문제

WSP Builder는 실행 시간에 매니페스트를 생성 한 다음 삭제 한 다음 어떻게 든 안전한 컨트롤을 더 많이 추가 할 수 있습니다 (다른 방법을 알고 있지만 이런 식으로 할 수 있는지 알고 싶습니다)

도움이 되었습니까?

해결책

WSPBuilder will only allows Safe Controls entries for objects that inherits from the "Control" class. A simple fix could be to create an empty class that inherits from WebControl and use the same namespace in your fake ascx file.

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