Warning CS1702 - Assembly reference duplicity

  • Thread starter Thread starter n1lt0n
  • Start date Start date
N

n1lt0n

Guest
Hi folks,

I'm having a warning when I try to build my project as it follows:

"

Assuming assembly reference "Ninject, Version=3.3.3.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7" matches "Ninject, Version=3.3.4.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7", you may need to supply runtime policy

"

And below is my entry in web.config about ninject:

<dependentAssembly>
<assemblyIdentity name="Ninject" publicKeyToken="c7192dc5380945e7" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.3.4.0" newVersion="3.3.4.0" />
</dependentAssembly>

right now I don't know where to look to get rid of this warnings, and I'm out of ideas, I would appreciate any insights in this problem


thanks in advance for any help!

Continue reading...
 
Back
Top