views:

35

answers:

3

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?

A: 

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

Rei Miyasaka
A: 

Those don't actually have the same name.

Chris
Of course these three assemblies dont have the same name, but each of the two frameworks consists of three assemblies with these names!
paskster