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.
我需要添加 Repatcha.dll 作为对我的共享点沙盒解决方案的引用。如何使用 Visual Studio 2010 引用此 DLL?
它应该被打包并需要作为沙盒解决方案上传到在线站点。请提供将引用添加到我的项目的步骤。
请帮忙。
提前致谢!
您可以像使用 Add Reference 或 Nuget 的其他项目一样将程序集引用添加到 VS。
第二步是使用包配置,以便将所需的程序集部署到目标机器。
检查 Webpart 解决方案中的“高级”包配置。有一些相对于其他程序集的配置,您可以注册到 GAC 或 WebApplication。