Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
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
Posted
Updated 16-Jul-20 2:30am
v3
Comments
Richard MacCutchan 5-Oct-16 5:15am    
Go to the StimulSoft website and get the correct assemblies.

1 solution

Your error is pretty clear that you have a version mismatch.

Quote:
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'


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.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900