Search code examples
asp.net-mvcincludefacebookfacebooktoolkit

How to add two assemblies with the same name into an asp.net mvc project


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?


Solution

  • extern alias?

    http://community.bartdesmet.net/blogs/bart/archive/2006/10/07/4502.aspx