Base solution for your next web application
Open Closed

Error build app afterr upgrading to VS 15.3 #3739


User avatar
0
abdourahmani created

Hi ,

Every was ok with VS 15.2 until I upgraded VS 15.3.0.

Now getting this "Castle.Core 4.0.0 depends on System.ComponentModel.TypeConverter (>= 4.0.1) but System.ComponentModel.TypeConverter 4.0.1 was not found. An approximate best match of System.ComponentModel.TypeConverter 4.1.0 was resolved." on all projects.

I cleared nuget cache but it did'nt help.

Please help.

Abdourahmani


2 Answer(s)
  • User Avatar
    0
    alper created
    Support Team

    Hi

    Can you try to update the Castle.Core library to latest version. I hope it'll solve your problem.

    Package Manager Console:
    
    
    Update-Package Castle.Core -Version
    
  • User Avatar
    0
    abdourahmani created

    Hi, inspired by this post [https://forum.aspnetboilerplate.com/viewtopic.php?f=5&t=9847]) I solved the problem by adding "System.ComponentModel.TypeConverter" from nugget in all the projects.

    Abdourahmani