Page 1 of 1

Stimulsoft Silverlight Assembly issue

Posted: Fri Oct 16, 2015 3:45 pm
by jdempsey@kahua.com
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.

Re: Stimulsoft Silverlight Assembly issue

Posted: Fri Oct 16, 2015 6:45 pm
by Jan
Hello,

This issue fixed. Please redownload 2015.2 installation again from our website.

Thank you.

Re: Stimulsoft Silverlight Assembly issue

Posted: Fri Oct 16, 2015 8:57 pm
by jdempsey@kahua.com
Should I download the official 2015.2 release again or the 10/16/15 prerelease version?

Re: Stimulsoft Silverlight Assembly issue

Posted: Fri Oct 16, 2015 10:11 pm
by Jan
Hello,

You can download official release again.

Thank you.