问题描述
我正在开发C#.net windows应用程序,我想在Wiform中使用stimul reportViewer并且我使用它但在运行时我得到以下错误
严重级代码说明项目文件行
错误程序集'Stimulsoft.Report.Win'与标识'Stimulsoft.Report.Win,Version = 2016.1.0.0,Culture = neutral,PublicKeyToken = ebe6666cba19647a'使用'Stimulsoft .Report,Version = 2016.1.0.0,Culture = neutral,PublicKeyToken = ebe6666cba19647a',其版本高于引用程序集'Stimulsoft.Report',带有标识'Stimulsoft.Report,Version = 2015.2.0.0,Culture = neutral,PublicKeyToken = ebe6666cba19647a 'ghoflnarmafzari E:\ project] \\\\\\\\\\\\ >
我试了很多但是我无法得到回应解决方案
它说你的Stimulsoft.Report.Win引用了Stimulsoft.Report,但是你推荐的是不同版本的Stimulsoft.Report而不是Report.Win想要的。所以你需要去stimulsofts网站,确保你有正确的Stimulsoft.Report dll匹配Stimulsoft.Report.Win要求。
如果你仍然有这个问题,我建议你联系Stimulsoft解决你的错误,因为我相信我们绝大多数人都不是Stimulsoft的员工。
I am developing C#.net windows application and I want to use stimul reportViewer in Wiform and I use it but while running I get below error
Severity Code Description Project File Line Error Assembly 'Stimulsoft.Report.Win' with identity 'Stimulsoft.Report.Win, Version=2016.1.0.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a' uses 'Stimulsoft.Report, Version=2016.1.0.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a' which has a higher version than referenced assembly 'Stimulsoft.Report' with identity 'Stimulsoft.Report, Version=2015.2.0.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a' ghoflnarmafzari E:\projects\ghoflnarmafzari\ghoflnarmafzari\CSC
What I have tried:
I tried very much but I could not get response解决方案
Its saying your Stimulsoft.Report.Win references Stimulsoft.Report but you are referrencing a different version of Stimulsoft.Report than what Report.Win wants. So you need to go to stimulsofts website, make sure you've got the right Stimulsoft.Report dll that matches the on Stimulsoft.Report.Win requires.
If you still have this issue, I suggest you contact Stimulsoft to get your error resolved as I am sure the large majority of us are not employees of Stimulsoft.
这篇关于如何修复c#.net中的错误stimulsoft DLL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!