ActiveReports for .NET 18.0J版本冲突
环境:
win11
Microsoft Visual Studio 2022
ActiveReports for .NET 18.0J Professional
操作手顺:
使用Microsoft Visual Studio 2022新创建一个ASP.NET Web application(.Net Framework4.8)的空工程,再追加SectionReport1.vb项目
问题:
出现了如下警告
【C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(2413,5): warning MSB3247: 发现同一依赖程序集的不同版本之间存在冲突】
我们的需求是
1.官网上说了支持.Net Framework4.8,为什么依然有版本冲突的警告
2.不想在配置文件中追加内容,怎么解消这个警告。
抱歉,目前确实还会某些包被重复用到而有些警告。
但是指定都可以用的包应该也是没问题的,确实需要在配置文件添加版本的指定。暂时也没有更优的解法,请您谅解:
dependentAssembly>
<assemblyIdentity name="Microsoft.ServiceHub.Framework" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
<bindingRedirect oldVersion="0.0.0.0-4.4.0.0" newVersion="4.4.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.VisualStudio.Validation" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
<bindingRedirect oldVersion="0.0.0.0-17.8.0.0" newVersion="17.8.0.0" />
</dependentAssembly>
页:
[1]