Reference Files ???

Stimulsoft Reports.NET discussion
Post Reply
jayakumargr
Posts: 85
Joined: Sat Jan 20, 2007 4:21 am

Reference Files ???

Post 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
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Reference Files ???

Post 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.
Post Reply