error after publish

Stimulsoft Reports.WEB discussion
Post Reply
sooshians
Posts: 2
Joined: Tue Jun 10, 2014 6:13 pm

error after publish

Post by sooshians »

hi,
I developed a MVC application and used stimulReport MVC for generating my reports.
when I published my web application on IIS 7 , everything was okay and reports shown successfully when i bulid project in vs2010.
But the problem is when I publish this application on IIS 7 , and this error shown for me:

Server Error in '/' Application.

Value cannot be null.
Parameter name: value

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentNullException: Value cannot be null.
Parameter name: value

Source Error:


Line 281: //mainreport["@NoshabID"] = NoshabID;
Line 282: // mainreport.Compile();
Line 283: return StiMvcMobileViewer.GetReportSnapshotResult(HttpContext, mainreport);
Line 284: }
Line 285: public FileResult ExportReport(int NoshabID)

Source File: D:\Naft.Herasat1\Naft.Herasat.Web\Controllers\NoshabsController.cs Line: 283


how can i solve this problem?

thank you.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: error after publish

Post by HighAley »

Hello.

What version of our assemblies do you use?
Could you send us full error stack?

Thank you.
sooshians
Posts: 2
Joined: Tue Jun 10, 2014 6:13 pm

Re: error after publish

Post by sooshians »

Aleksey Andreyanov wrote:Hello.

What version of our assemblies do you use?
Could you send us full error stack?

Thank you.
hello
i use 2013 version
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: error after publish

Post by HighAley »

Hello.

Could you send us full error stack?

Thank you.
Post Reply