config file setting

Stimulsoft Reports.NET discussion
alharbi
Posts: 45
Joined: Wed Sep 05, 2007 1:56 pm
Location: KSA

config file setting

Post by alharbi »

hi,
is there any value we must to put it in the config file to displaying web report ?

like this








asp.net 2.0
Version=2009.1.341.0
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

config file setting

Post by Edward »

Hi Alharbi,

There is a complete list of the assemblies which are necessary for rendering of the report in ASP.Net environment.

When you add references to your web site or just place StiWebViewer inside of the aspx page then these references will be added automatically into web.config.

Thank you.
alharbi
Posts: 45
Joined: Wed Sep 05, 2007 1:56 pm
Location: KSA

config file setting

Post by alharbi »

we add references to our web site , but we facing this error until we removing this values from the config file !!!
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off".

Strange that we can use stimureport by load dll from assemply and render the report and save the report as PDF .
i think the problem from report viewer .
what can we do ?
alharbi
Posts: 45
Joined: Wed Sep 05, 2007 1:56 pm
Location: KSA

config file setting

Post by alharbi »

Extra information

we are Only facing this problem in server , but in the local does not.
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

config file setting

Post by Jan »

Hello,

You have added all required assemblies. Please check aspx page where StiWebViewer is located. In this file you need change version of Stimulsoft.Report.Web assembly too.

Thank you.
alharbi
Posts: 45
Joined: Wed Sep 05, 2007 1:56 pm
Location: KSA

config file setting

Post by alharbi »

hello

all aspx pages have same version


and we added all web dll and win too !

can you take a look to the config file may be help you.












-->



-->









-->














-->





















section enables configuration
of the security authentication mode used by
ASP.NET to identify an incoming user.
-->

section enables configuration
of what to do if/when an unhandled error occurs
during the execution of a request. Specifically,
it enables developers to configure html error pages
to be displayed in place of a error stack trace.





-->






Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

config file setting

Post by Edward »

Hi

Please check that Stimulsoft.Report.Web.dll on the server has 2009.1.341 version, because this dll is responsible for rendering of the StiWebViewer in the Web page.

In case if assembly of this version is not accessible on the server then error might occurr.

Thank you.
alharbi
Posts: 45
Joined: Wed Sep 05, 2007 1:56 pm
Location: KSA

config file setting

Post by alharbi »

hi,

i checked the version on the server it is verstion 2009.1.341 !

with this proplem we can only export or save the reports without viewing .

alharbi
Posts: 45
Joined: Wed Sep 05, 2007 1:56 pm
Location: KSA

config file setting

Post by alharbi »

with thanks , we still waiting any solve .
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

config file setting

Post by Jan »

Hello,

At this moment i don't what to look also. Config file is correct. Can you provide full error stack? It possible? We don't know where to find error.

Thank you.
Post Reply