Project build error: Could not load Microsoft.SqlServer.Types, Version 14.0.0.0. The loaded assembly's manifest definition does not match the assembly reference.[Answered]RSS
I am trying to compile my ASp project and it keeps giving me this error. I tried installing a lower version of Microsoft.SqlServer.Types, but it cannot be installed since there are ReportViewer dependencies. Does anyone have any suggestions? My web.config
file has Microsoft.SqlServer.Types version 11.0.0.0, but not sure what to change to make the 2 compatible.
I am trying to compile my ASp project and it keeps giving me this error. I tried installing a lower version of Microsoft.SqlServer.Types, but it cannot be installed since there are ReportViewer dependencies. Does anyone have any suggestions? My web.config file
has Microsoft.SqlServer.Types version 11.0.0.0, but not sure what to change to make the 2 compatible.
According to your description, this is one of the common solutions.
You can select the currently conflicting dll reference, right-click the reference, select the
property, and change the
Specific Version option to
false.
If this doesn't solve your issue, you can try other solutions. Here is a discussion about this issue, and there are many other solutions in it.
I actually uninstalled and then re- installed some Nuget Packages related to ReportViewer that were also included. That solved this error. I think it needed a different version.
Member
10 Points
76 Posts
Project build error: Could not load Microsoft.SqlServer.Types, Version 14.0.0.0. The loaded assem...
Nov 15, 2019 02:23 AM|RDesh|LINK
I am trying to compile my ASp project and it keeps giving me this error. I tried installing a lower version of Microsoft.SqlServer.Types, but it cannot be installed since there are ReportViewer dependencies. Does anyone have any suggestions? My web.config file has Microsoft.SqlServer.Types version 11.0.0.0, but not sure what to change to make the 2 compatible.
Thanks!
Contributor
3710 Points
1043 Posts
Re: Project build error: Could not load Microsoft.SqlServer.Types, Version 14.0.0.0. The loaded a...
Nov 18, 2019 07:31 AM|Yongqing Yu|LINK
Hi RDesh,
According to your description, this is one of the common solutions.
You can select the currently conflicting dll reference, right-click the reference, select the property, and change the Specific Version option to false.
If this doesn't solve your issue, you can try other solutions. Here is a discussion about this issue, and there are many other solutions in it.
The located assembly's manifest definition does not match the assembly reference
Best Regards,
YongQing.
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Member
10 Points
76 Posts
Re: Project build error: Could not load Microsoft.SqlServer.Types, Version 14.0.0.0. The loaded a...
Nov 18, 2019 08:19 PM|RDesh|LINK
Hi YongQing,
I actually uninstalled and then re- installed some Nuget Packages related to ReportViewer that were also included. That solved this error. I think it needed a different version.
Thanks though!
-Rashmi