Page 1 of 1

Could not load file or assembly...

Posted: Tue May 26, 2015 1:25 pm
by mvbios
Hi, i'm creating one report with "Stimulsoft Reports.Web 2015.1" package version.
When I try to load the report, an exception is shown

Code Block:

Code: Select all

var report = new StiReport();
StiOptions.Dictionary.BusinessObjects.MaxLevel = maxLevel;
var path = Server.MapPath(reportFile);
report.Load(path);
report.RegData(dataSourceName, data);
report.Dictionary.Synchronize();
ViewerRelatorio.Report = report;
Exception:
The error of compilation
The error of compilation is found in the 'Report' report:
Could not load file or assembly 'Vvs' or one of its dependencies.

Comment: "Vvs" is the namespace of my project ! i need copy my library to some path?

Can you help me?

Re: Could not load file or assembly...

Posted: Wed May 27, 2015 12:00 pm
by Alex K.
Hello,

Can you please send us a sample project which reproduce the issue for analysis.

Thank you.