StiDesigner, where is it?

Stimulsoft Reports.NET discussion
Post Reply
EDV Gradl
Posts: 228
Joined: Sat Jun 17, 2006 9:50 am
Location: Germany

StiDesigner, where is it?

Post by EDV Gradl »

HI Stimulsoft!
Our old Programmer, Marco, used many versions of StimulReports. After cleaning an reinstalling our Development Machine i had to make the decision to use the new Version (and only this Version) of StimulReports.

Here some Code:
using Stimulsoft.Base;
using Stimulsoft.Report;
using Stimulsoft.Report.Components;
using Stimulsoft.Report.Design;
using Stimulsoft.Report.Print;
...
public WGPReport()
{
StiDesigner.SavingReport += new StiSavingObjectEventHandler(StiDesigner_SavingReport);
}

this is the "old version"... The Compiler tells me, that he can't find "StiDesigner"... I didn't changed the Code... How to solve this problem? I searched with the Object-Browser.... nothing found... there only "IStiDesigner" and so on.
I was really shocked that the layout of your assemblies was reorganized.... This was not the only problem, but i solved the other ones...

greetz,
Jens

Stéphane
Posts: 74
Joined: Wed Dec 06, 2006 3:45 am
Location: Paris (France)

StiDesigner, where is it?

Post by Stéphane »

Hello,

I think you must add a reference to Stimulsoft.Report.Design.dll (it's a new dll).

Cordially,
Kakone.
EDV Gradl
Posts: 228
Joined: Sat Jun 17, 2006 9:50 am
Location: Germany

StiDesigner, where is it?

Post by EDV Gradl »

Cool :(

The Stimulsoft.Report.Design.dll wasn't in my install-dir. So i copied the files from SR_2008.06.08_R2005_EngineV2.zip in my install-dir and i had the Stimulsoft.Report.Design.dll. I ran the installer.exe but the installer installed all but except of Stimulsoft.Report.Designer.dll and Stimulsoft.Report.Win.dll. So I tried to install the Dll's manually with the installutil. It didn't work. I set the dll's trusted but at the install of the Design.dll the installer told me, that an dependency is missing. The report.win.dll can't be installed, too, because there is no public installer with RunInstallerAttribute.Yes.

What to do now? Thanks,

Jens
Stéphane
Posts: 74
Joined: Wed Dec 06, 2006 3:45 am
Location: Paris (France)

StiDesigner, where is it?

Post by Stéphane »

What to do now?
Wait a response from a Stimulsoft member ;-)
Brendan
Posts: 309
Joined: Sun Jul 16, 2006 12:42 pm
Location: Ireland

StiDesigner, where is it?

Post by Brendan »

You can try dragging the dlls to the C:\WINDOWS\assembly folder to register them in the GAC manually.

As for the reorganization of the assemblies, I believe the latest pre-release builds have a new Reporting Engine built into them. In another post it mentioned that the engine is still in beta testing (however I consider all pre-release builds as beta) so you might want to consider using an older pre-release without the new Engine incorporated into the dlls or the Final build of 2008.1
Stéphane
Posts: 74
Joined: Wed Dec 06, 2006 3:45 am
Location: Paris (France)

StiDesigner, where is it?

Post by Stéphane »

Personnaly, when I add the references to the Stimulsoft dll, I don't use the dll versions into the GAC (in fact, I don't have Stimulsoft librairies into the GAC).
I browse the files, I set Copy Local property to true and Specific Version property to false. So, finally, the Stimulsoft librairies are in the same directory of my application and there is no problem. I don't need to use the installer.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

StiDesigner, where is it?

Post by Edward »

EDV wrote:The Stimulsoft.Report.Design.dll wasn't in my install-dir. So i copied the files from SR_2008.06.08_R2005_EngineV2.zip in my install-dir and i had the Stimulsoft.Report.Design.dll. I ran the installer.exe but the installer installed all but except of Stimulsoft.Report.Designer.dll and Stimulsoft.Report.Win.dll. So I tried to install the Dll's manually with the installutil. It didn't work.
This will be corrected in the next prerelease build.
I set the dll's trusted but at the install of the Design.dll the installer told me, that an dependency is missing. The report.win.dll can't be installed, too, because there is no public installer with RunInstallerAttribute.Yes.
Just drag that assemblies to the Windows Directory\Assemblies as Brendan suggested, it worked.

Thank you.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

StiDesigner, where is it?

Post by Vital »

Hello,

Problem with installer.exe is fixed.

Thank you.
Post Reply