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.
Stimulsoft Silverlight Assembly issue
-
- Posts: 28
- Joined: Tue Oct 04, 2011 7:13 pm
- Location: USA
Re: Stimulsoft Silverlight Assembly issue
Hello,
This issue fixed. Please redownload 2015.2 installation again from our website.
Thank you.
This issue fixed. Please redownload 2015.2 installation again from our website.
Thank you.
-
- Posts: 28
- Joined: Tue Oct 04, 2011 7:13 pm
- Location: USA
Re: Stimulsoft Silverlight Assembly issue
Should I download the official 2015.2 release again or the 10/16/15 prerelease version?
Re: Stimulsoft Silverlight Assembly issue
Hello,
You can download official release again.
Thank you.
You can download official release again.
Thank you.