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.
error after publish
Re: error after publish
Hello.
What version of our assemblies do you use?
Could you send us full error stack?
Thank you.
What version of our assemblies do you use?
Could you send us full error stack?
Thank you.
Re: error after publish
helloAleksey Andreyanov wrote:Hello.
What version of our assemblies do you use?
Could you send us full error stack?
Thank you.
i use 2013 version
Re: error after publish
Hello.
Could you send us full error stack?
Thank you.
Could you send us full error stack?
Thank you.