c# - Warning Complains about reference conflicts but I can't find the offending reference -


i these annoying warnings in project uses microsoft.sharepoint.client:

found conflicts between different versions of same dependent assembly. please set "autogeneratebindingredirects" property true in project file. more information, see http://go.microsoft.com/fwlink/?linkid=294190.

found conflicts between different versions of same dependent assembly not resolved. these reference conflicts listed in build log when log verbosity set detailed.

so set build verbosity detailed, , can see warnings appearing after:

there conflict between "microsoft.sharepoint.client.runtime, version=15.0.0.0, culture=neutral, publickeytoken=71e9bce111e9429c" , "microsoft.sharepoint.client.runtime, version=16.0.0.0, culture=neutral, publickeytoken=71e9bce111e9429c". 

however, cannot find reference version 16.0.0.0 of microsoft.sharepoint.client.runtime.

i tried:

  • checking in project -> add reference - can see version 15
  • unloaded .csproj , searched sharepoint (only version 15 there). searched autogeneratebindingredirects there no such attribute in csproj
  • cleaning solution
  • i checked in packages.config, couldn't see reference sharepoint, , the 'packages' element not declared

can please advise on how rid of warning?


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -