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;
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?