Stimulsoft Silverlight Assembly issue
Posted: Fri Oct 16, 2015 3:45 pm
I am not able to use your latest version of your Silverlight components (2015.2.0.0) because I am getting the following errors when trying to load the assemblies. **Notice the 2015.2.0.0.0** (extra ".0")
Could not load file or assembly 'Stimulsoft.Report.SL, Version=2015.2.0.0.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a' or one of its dependencies.
The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)
We deconstructed your Stimulsoft.Base.SL.dll assembly and we believe you have some bad code (Stimulsoft.Base.StiTypeFinder) that is trying to load this assembly w\ the wrong version number. Notice your string.Format has an extra ".0".
Wrong: Assembly.Load(string.Format("Stimulsoft.Report.SL, Version={0}.0.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a", "2015.2.0"))
Right: Assembly.Load(string.Format("Stimulsoft.Report.SL, Version={0}.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a", "2015.2.0"))
If you believe this is incorrect and the source of our problem, could you send me a version of 2015.2.0.0 SL assemblies that work. We are trying to update our product w\ the latest and this is holding us up.
Could not load file or assembly 'Stimulsoft.Report.SL, Version=2015.2.0.0.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a' or one of its dependencies.
The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)
We deconstructed your Stimulsoft.Base.SL.dll assembly and we believe you have some bad code (Stimulsoft.Base.StiTypeFinder) that is trying to load this assembly w\ the wrong version number. Notice your string.Format has an extra ".0".
Wrong: Assembly.Load(string.Format("Stimulsoft.Report.SL, Version={0}.0.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a", "2015.2.0"))
Right: Assembly.Load(string.Format("Stimulsoft.Report.SL, Version={0}.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a", "2015.2.0"))
If you believe this is incorrect and the source of our problem, could you send me a version of 2015.2.0.0 SL assemblies that work. We are trying to update our product w\ the latest and this is holding us up.