[Monodroid] Found conflicts between different versions of the same dependent assembly.

Wally McClure theevilprogrammer at hotmail.com
Tue Mar 1 15:06:05 EST 2011


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> 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/mailman/private/monodroid/attachments/20110301/d22525d0/attachment.html 


More information about the Monodroid mailing list