[Monodroid] Found conflicts between different versions of the same dependent assembly.
Jonathan Pobst
monkey at jpobst.com
Tue Mar 1 15:14:47 EST 2011
Can you provide some more details?
What are you trying to do?
Where do you see this message?
MonoDroid does not use app.config, nor 4.0 assemblies, so I am confused.
Thanks!
Jonathan
On 3/1/2011 2:06 PM, Wally McClure wrote:
> I'm getting the message:
> Found conflicts between different versions of the same dependent assembly.
>
> When I select the warning, I get a message to fix the problem with a
> redirect in the app.config. To solve this, I have unreferenced the
> System.Data and System.Web.Services namespaces and have readded them.
> This allows me to rebuild the app, however, I continue to get the
> message on each build. Any suggestions on resolving this?
>
> app.config contents:
>
> <?xml version="1.0"?>
> <configuration>
> <runtime>
> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
> <dependentAssembly>
> <assemblyIdentity name="System.Data" publicKeyToken="B77A5C561934E089" culture="neutral"/>
> <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0"/>
> </dependentAssembly>
> <dependentAssembly>
> <assemblyIdentity name="System.Web.Services" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
> <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0"/>
> </dependentAssembly>
> </assemblyBinding>
> </runtime>
> </configuration>
>
>
>
> _______________________________________________
> Monodroid mailing list
> Monodroid at lists.ximian.com
>
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid
More information about the Monodroid
mailing list