Jump to content
Software FX Community

Cassini and ChartFX?


User (Legacy)

Recommended Posts

I like to use Cassini

(http://www.asp.net/Projects/Cassini/Download/Default.aspx?tabindex=0&tabid=1)

for web development. It is a localhost-only standalone ASP.NET server

from Microsoft. I find it easier to debug and especially profile my

application in Cassini vs. IIS, since it runs in a single user process.

However, I cannot get ChartFX to work properly when run in Cassini. The

ChartFX controls reference the /chartfx62 virtual directory. Since

Cassini hosts a single virtual directory, I define root "/" as my

virtual directory, and copy the /chartfx62 directory into my application

root.

When I do this, I get a thumbnail image of my chart with the "Not for

production use." message. I am running ChartFX developer studio.

Is there a way to get ChartFX to work with a Cassini-hosted application?

It would be a great help.

Thanks

CM

Link to comment
Share on other sites

As you pointed out, Chart FX looks for the / chartfx62 folder. Since CASINI 

doesn't have virtual folders, what you can do is create a physical folder

with the same name then re-create the folder structure.

We are currently working in a new version of Chart FX (see our Web Site for

details) specifically for Visual Studio 2005. This version integrates

seamlessly with CASINI.

--

FP

Software FX

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...