Jump to content
Software FX Community

Missing License Tag


User (Legacy)

Recommended Posts

when I switched the chart control on my web form from image generation to

.NET (it works fine with image) I get this error message.

I am developing on my laptop (version 6.2) running both server and client.

The dll version numbers are the same in both application bin directory and

ChartFX62\Download.

What else do I need to check?

TIA

Link to comment
Share on other sites

I think you may be having a problem with the mime types. Specifically, I

think your IIS is not serving .CHW files.

Steps to register additional Mime Types:

1. Control Panel/Administrative Tools/IIS

2. Right click "Default Web Site" and select Properties

3. select HTTP Headers tab

4. choose File Types

5. Add New type

- Associated Extension: .chw

- Content type (MIME): application/octet-stream

- Ok..

--

Francisco Padron

www.chartfx.com

Link to comment
Share on other sites

I'm sorry but I tried that and it did not help. Still getting the same 

error.

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:hMuvRCLfFHA.1484@webserver3.softwarefx.com...

>I think you may be having a problem with the mime types. Specifically, I

> think your IIS is not serving .CHW files.

>

> Steps to register additional Mime Types:

> 1. Control Panel/Administrative Tools/IIS

> 2. Right click "Default Web Site" and select Properties

> 3. select HTTP Headers tab

> 4. choose File Types

> 5. Add New type

> - Associated Extension: .chw

> - Content type (MIME): application/octet-stream

> - Ok..

>

>

> --

> Francisco Padron

> www.chartfx.com

>

Link to comment
Share on other sites

Do a "View Source" in the page displaying the error, look for the <object> 

tag and extract the url for the CHW file, copy and paste this Url into your

IE address bar and pre-fix it with your server name (e.g.

www.softwarefx.com). Does explorer throw any errors ? If everything is setup

correctly this should give you a "Save As ..." dialog.

--

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...