Page 1 of 1

Reference Files ???

Posted: Sun May 20, 2007 11:35 pm
by jayakumargr
Hi,
I add following reference files(stimulsoft2007.1) to my application.

Stimulsoft.Base.dll
Stimulsoft.Controls.dll
Stimulsoft.Editor.dll
Stimulsoft.Report.dll

In My application i wrote following lines.

StiReport obj=new StiReport();
obj.Design();

It Doesn't Works.Is there any other files are needed for opening a StiReport designer?

Thanks in Advance,
Jayakumar

Reference Files ???

Posted: Mon May 21, 2007 1:32 am
by Edward
These files are enough for calling of the Designer. Please check the GAC and the Documents and Settings folder for previous version of these files (sometimes VS copies files it used there for cache).

Also the code above will not work in web applications.

Thank you.