[Monodroid] Found conflicts between different versions of the same dependent assembly.
Wally McClure
theevilprogrammer at hotmail.com
Tue Mar 1 15:27:55 EST 2011
I'm attempting to reference System.Data (to access a sql server database along with Mono.Data.Tds) and System.Web.Services (to access WCF and ASMX services).
System.Data is pointing to: C:\Program Files\Reference Assemblies\Microsoft\Framework\MonoDroid\v1.0\System.Data.dll
System.Web.Services is pointing to: C:\Program Files\Reference Assemblies\Microsoft\Framework\MonoDroid\v1.0\System.Web.Services.dll
Everything runs on the device, but the message is confusing.
Wally
> Date: Tue, 1 Mar 2011 14:14:47 -0600
> From: monkey at jpobst.com
> To: monodroid at lists.ximian.com
> CC: theevilprogrammer at hotmail.com
> Subject: Re: [Monodroid] Found conflicts between different versions of the same dependent assembly.
>
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/mailman/private/monodroid/attachments/20110301/5c09ad27/attachment-0001.html
More information about the Monodroid
mailing list