Could not load file or assembly...

Stimulsoft Reports.WEB discussion
Post Reply
mvbios
Posts: 1
Joined: Tue May 26, 2015 1:06 pm

Could not load file or assembly...

Post 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?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Could not load file or assembly...

Post by Alex K. »

Hello,

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

Thank you.
Post Reply