Jump to content
Software FX Community

Error


User (Legacy)

Recommended Posts

I get following message when a user try to view the gauge. If I add user to

administrator group then this error go away. I do not want to add

individual user to an admin group on the box, is there a workaround for this

problem. Looks like ( i could be wrong ) somehow I need to give access to

temp directory where gauges temp files are stored but i do not know what

permission i should give. Please help

Server Error in '/' Application.

----------------------------------------------------------------------------

----

d:\inetpub\wwwroot\wss\VirtualDirectories\80\_app_bin\ChartFX.WebForms.Gauge

.dll

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.IO.FileNotFoundException:

d:\inetpub\wwwroot\wss\VirtualDirectories\80\_app_bin\ChartFX.WebForms.Gauge

.dll

Source Error:

An unhandled exception was generated during the execution of the

current web request. Information regarding the origin and location of the

exception can be identified using the exception stack trace below.

Stack Trace:

[FileNotFoundException:

d:\inetpub\wwwroot\wss\VirtualDirectories\80\_app_bin\ChartFX.WebForms.Gauge

.dll]

System.Diagnostics.FileVersionInfo.GetVersionInfo(String fileName)

+2236848

ba.a(Assembly A_0) +331

c0.a(Object A_0, String A_1, PersFlags A_2, EventHandler A_3) +146

c2.a(IPersistBase A_0, Object A_1) +63

c2.a(IPersistBase A_0, FileFormat A_1, BaseGauge A_2) +97

ChartFX.WebForms.Gauge.BaseGauge.Export(FileFormat format, Stream stream)

+364

[invalidOperationException: Error when exporting the gauge]

ChartFX.WebForms.Gauge.BaseGauge.Export(FileFormat format, Stream stream)

+437

ChartFX.WebForms.Gauge.BaseGauge.a(Boolean A_0, Boolean A_1, Int32& A_2)

+218

ChartFX.WebForms.Gauge.BaseGauge.SaveViewState() +72

System.Web.UI.Control.SaveViewStateRecursive() +59

System.Web.UI.Control.SaveViewStateRecursive() +160

System.Web.UI.Control.SaveViewStateRecursive() +160

System.Web.UI.Control.SaveViewStateRecursive() +160

System.Web.UI.Control.SaveViewStateRecursive() +160

System.Web.UI.Control.SaveViewStateRecursive() +160

System.Web.UI.Control.SaveViewStateRecursive() +160

System.Web.UI.Page.SaveAllState() +466

System.Web.UI.Page.ProcessRequestMain

Link to comment
Share on other sites

I get following message when a user try to view the gauge. If I add user to

administrator group then this error go away. I do not want to add

individual user to an admin group on the box, is there a workaround for this

problem. Looks like ( i could be wrong ) somehow I need to give access to

temp directory where gauges temp files are stored but i do not know what

permission i should give. Please help

Server Error in '/' Application.

----------------------------------------------------------------------------

----

d:\inetpub\wwwroot\wss\VirtualDirectories\80\_app_bin\ChartFX.WebForms.Gauge

.dll

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.IO.FileNotFoundException:

d:\inetpub\wwwroot\wss\VirtualDirectories\80\_app_bin\ChartFX.WebForms.Gauge

.dll

Source Error:

An unhandled exception was generated during the execution of the

current web request. Information regarding the origin and location of the

exception can be identified using the exception stack trace below.

Stack Trace:

[FileNotFoundException:

d:\inetpub\wwwroot\wss\VirtualDirectories\80\_app_bin\ChartFX.WebForms.Gauge

.dll]

System.Diagnostics.FileVersionInfo.GetVersionInfo(String fileName)

+2236848

ba.a(Assembly A_0) +331

c0.a(Object A_0, String A_1, PersFlags A_2, EventHandler A_3) +146

c2.a(IPersistBase A_0, Object A_1) +63

c2.a(IPersistBase A_0, FileFormat A_1, BaseGauge A_2) +97

ChartFX.WebForms.Gauge.BaseGauge.Export(FileFormat format, Stream stream)

+364

[invalidOperationException: Error when exporting the gauge]

ChartFX.WebForms.Gauge.BaseGauge.Export(FileFormat format, Stream stream)

+437

ChartFX.WebForms.Gauge.BaseGauge.a(Boolean A_0, Boolean A_1, Int32& A_2)

+218

ChartFX.WebForms.Gauge.BaseGauge.SaveViewState() +72

System.Web.UI.Control.SaveViewStateRecursive() +59

System.Web.UI.Control.SaveViewStateRecursive() +160

System.Web.UI.Control.SaveViewStateRecursive() +160

System.Web.UI.Control.SaveViewStateRecursive() +160

System.Web.UI.Control.SaveViewStateRecursive() +160

System.Web.UI.Control.SaveViewStateRecursive() +160

System.Web.UI.Control.SaveViewStateRecursive() +160

System.Web.UI.Page.SaveAllState() +466

System.Web.UI.Page.ProcessRequestMain

Link to comment
Share on other sites

That did the trick. Thank you very much Francisco.

"Software FX" <noreply@softwarefx.com> wrote in message

news:6nXjdjWRHHA.3404@webserver3.softwarefx.com...

> You need to make sure the user has permission to this folder

> "d:\inetpub\wwwroot\wss\VirtualDirectories\80\_app_bin\"

>

> Also make sure you have Write permission to the Temp folder.

>

> --

> Francisco Padron

> www.chartfx.com

>

Link to comment
Share on other sites

That did the trick. Thank you very much Francisco.

"Software FX" <noreply@softwarefx.com> wrote in message

news:6nXjdjWRHHA.3404@webserver3.softwarefx.com...

> You need to make sure the user has permission to this folder

> "d:\inetpub\wwwroot\wss\VirtualDirectories\80\_app_bin\"

>

> Also make sure you have Write permission to the Temp folder.

>

> --

> Francisco Padron

> www.chartfx.com

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...