Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个类文件,其中存储了几个 webpart 中使用的常用方法。我现在在问,如何将此文件包含在 .wsp 包中?
也许您应该创建包含所需代码的 .dll 并将其部署在单独的 .wsp 包中。
类文件不会直接成为解决方案的一部分,所有代码文件都将被编译并成为项目程序集的一部分。此 dll 将成为解决方案包的一部分,并在部署解决方案时放置在 GAC 中。
所以你不需要做任何额外的事情。