Univers Posted October 23, 2007 Report Share Posted October 23, 2007 Hi- We just purchased your Chart Lite control and we are getting the error below. We have the directory its looking for in the root of our project. We have another test application that works just fine. We are also running your Gauges software which works fine as well. We are running it in VS 2005. Any suggestions? ____________________________________________________________________________________________ Server Error in '/myU' Application. Failed to map the path '/cfxlite6/temp'. 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.InvalidOperationException: Failed to map the path '/cfxlite6/temp'. 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: [invalidOperationException: Failed to map the path '/cfxlite6/temp'.] System.Web.Hosting.HostingEnvironment.MapPathActual(VirtualPath virtualPath, Boolean permitNull) +539 System.Web.Hosting.HostingEnvironment.MapPathInternal(VirtualPath virtualPath) +48 System.Web.VirtualPath.MapPathInternal() +25 System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) +218 System.Web.HttpRequest.MapPath(VirtualPath virtualPath) +56 System.Web.HttpRequest.MapPath(String virtualPath) +42 System.Web.HttpServerUtility.MapPath(String path) +109 SoftwareFX.ChartFX.Lite.Internet.Chart.AM() +149 SoftwareFX.ChartFX.Lite.Internet.Chart.SaveViewState() +79 System.Web.UI.Control.SaveViewStateRecursive() +137 System.Web.UI.Control.SaveViewStateRecursive() +254 System.Web.UI.Control.SaveViewStateRecursive() +254 System.Web.UI.Control.SaveViewStateRecursive() +254 System.Web.UI.Control.SaveViewStateRecursive() +254 System.Web.UI.Page.SaveAllState() +602 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5022 Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832 Quote Link to comment Share on other sites More sharing options...
maximop Posted October 23, 2007 Report Share Posted October 23, 2007 This problem occurs because ChartFX Lite, although compatible with Visual Studio 2005, it cannot use Cassini as its webserver which is what VS2005 uses by default. You will need to change VS2005 to use IIS instead. ChartFX for Visual Studio 2005 does not have this problem and can use Cassini without a problem as well as IIS. Quote Link to comment Share on other sites More sharing options...
Univers Posted October 23, 2007 Author Report Share Posted October 23, 2007 We are trying to figure out to do this. Any suggestions? Quote Link to comment Share on other sites More sharing options...
maximop Posted October 23, 2007 Report Share Posted October 23, 2007 Below is an article from Microsoft that shows how to use IIS with Visual Studio 2005: http://msdn2.microsoft.com/en-us/library/aa479386.aspx Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.