Pre2016.1.28 DesignV2WithWpf

Stimulsoft Reports.WEB discussion
Post Reply
rksaskia
Posts: 58
Joined: Fri Apr 27, 2012 9:16 am

Pre2016.1.28 DesignV2WithWpf

Post by rksaskia »

Hello,

in your Prerelease 2016.1.28 StiReport.DesignV2WithWpf() don't work, throws a exception.

I examined the problem and found: Stimulsoft.Client.Designer.Native.StiWpfDeignerLauncher, this is not a valid type! "Deigner" --> spelling mistake !

Code: Select all

/// <summary>
/// Internal use only.
/// </summary>
/// <returns>Returns the Designer of the report.</returns>
internal IStiDeignerLauncher PrepareForDesignV2WithWpf()
{
            Type type = Type.GetType("Stimulsoft.Client.Designer.Native.StiWpfDeignerLauncher, Stimulsoft.Client.Designer, Version=2016.1.28.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a");
            if (type == null)
            {
                throw new Exception("Assembly 'Stimulsoft.Client.Designer' is not found!");
            }
            IStiDeignerLauncher stiDeignerLauncher = StiActivator.CreateObject(type, new object[0]) as IStiDeignerLauncher;
            StiDictionary.DoAutoSynchronize(this);
            return stiDeignerLauncher;
}
Greetings
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Pre2016.1.28 DesignV2WithWpf

Post by Alex K. »

Hello,

Thank you for the bug report.
The issue is fixed. Will be available in the next release 2016.2.

Thank you.
Post Reply