i'm using the latest version of the ESRI Silverlight SDK in dev (3.2) and i'm trying to add a XAP built using this into the 3.0.1 version of the Sharepoint map web part. however, when i do i get the following error:
Could not load file or assembly ESRI.ArcGIS.Client.Extensibility, version=3.2.0.168, or one of its dependencies. the requested assembly version conflicts with what is already bound in the app domain.
i look inside the XAP file and there's no ESRI dlls in there, so where is it getting its incorrect reference from?
assuming it's doing what it's doing and there's nothing i can do about it, does this mean i can't use the 3.2 version of the SDK with sharepoint? if i use the 3.1 version of the SDK will it then work?
i'm also using the Builder and it uses the 3.2 version of everything.