如何将两个同名的程序集添加到asp.net mvc项目中

发布于 2024-09-28 02:00:21 字数 224 浏览 1 评论 0原文

我在我的 Asp.net MVC 应用程序中使用 Facebook 工具包。但现在我也喜欢使用 Facebook c# Sdk,特别是为了测试,哪一个更适合我。

遗憾的是,它们都由三个同名的程序集组成:

  1. Facebook
  2. Facebook.Web
  3. Facebook.Web.Mvc

我怎样才能将两者都包含在我的项目中?

I'm using the Facebook Toolkit inside my Asp.net MVC Application. But now I like to use the Facebook c# Sdk as well, exspecially to test, which one works better for me.

Sadly they both consist of three assemblies that have the same name:

  1. Facebook
  2. Facebook.Web
  3. Facebook.Web.Mvc

How can I still include both in my project?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

木有鱼丸 2024-10-05 02:00:21

我认为您也许可以使用 ILMerge 来“包装”具有不同名称的程序集之一。

I think you might be able to use ILMerge to "wrap" one of the assemblies under a different name.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文