문제

I have a class file, where I store common methods used in several webparts. I'm asking now, how to include this file in .wsp package?

도움이 되었습니까?

해결책

Class files will not be part of the solution directly, all the code files will be compiled and will be part of the project assembly.This dll will be part of the solution package and it will be placed in the GAC when the solution is deployed.

So there is no need for you to do anything additional.

다른 팁

Maybe you should create .dll which contains needed code and deploy it in seperate .wsp package.

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