Jump to content
Software FX Community

Failed to map the path '/chartfx62/temp'.


amolk

Recommended Posts

Please note Chart FX .NET 6.2 was designed for VS2003 but it works with VS2005 as well. Running the application from VS2005 will not work unless you have your application in IIS or having latest Service Pack of Visual Studio installed.

The problem is that Visual Studio 2005 has its own web server. Not IIS. When you run a webapp in VS2005, it runs on the internal web server.

There are two ways to make this work:

1) Go to the IIS, and convert your application to run as application and then access it without the port (in this case http://localhost/YourApplication/Default.aspx).

or

2) If the latest service pack of Visual Studio is installed. You could create a ChartFX62 folder inside the project, and a temp folder inside ChartFX62. Then, change the project's Virtual Path's to "/".

Note that if the Virtual Path property cannot be found it is because the latest service pack for Visual Studio 2005 is not installed.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...