Jump to content
Software FX Community

Requested value 'D5' was not found.


User (Legacy)

Recommended Posts

Hello,

I've updated to the latest version of the OLAP Extension and now I'm getting

a "Requested value 'D5' was not found" error message when I try to import a

chart definition using the fxChart.Import method. Can anyone tell me which

FileMask is generating the D5 Flag and how I might be able to prevent this

error?

Thanks in advance for your help.

W Giedeman

Link to comment
Share on other sites

If you are using OLAP on the web you need to make sure that the version used 

on the server is the same as the one downloaded by IE.

To check the server side versions, please check the file versions in your

WebApplication bin folder

To check the client side versions, please use gacutil to clean the download

cache (gacutil /cdl), hit the page you are testing and then list the

download cache (gacutil /ldl).

Normally these "not found" messages happen because IE is downloading the

client assemblies from a different folder that was not updated by the

Service Pack installation, other times cleaning the IE cache (Tools -

Internet Options - Delete Files) may help fixing this issue.

--

JC

Software FX Support

"Wendell G." <wgiedeman@sixdisciplines.com> wrote in message

news:yAI2qktwFHA.1856@webserver3.softwarefx.com...

> Hello,

>

> I've updated to the latest version of the OLAP Extension and now I'm

> getting a "Requested value 'D5' was not found" error message when I try to

> import a chart definition using the fxChart.Import method. Can anyone

> tell me which FileMask is generating the D5 Flag and how I might be able

> to prevent this error?

>

> Thanks in advance for your help.

>

> W Giedeman

>

>

Link to comment
Share on other sites

JC,

I'm sure I am using the latest ChartFx WinForm assemblies and cleared out

the download cache. I still get the error (see error below). The XML I am

using for Import was generated using components from build 6.2.1654.*, while

the current build is 6.2.1998.*. Have there been such signifigant changes

in the Import/Export that I can no longer use the XML generated using

6.2.1654.*?

Thanks in advance for your help.

W Giedeman

Message: Requested value 'D5' was not found.

Source : mscorlib

System.ArgumentException: Requested value 'D5' was not found.

at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)

at SoftwareFX.ChartFX.01.Serialize(String sName, Enum obj, Enum

objDefault)

at SoftwareFX.ChartFX.Olap.WinForms.OlapExtension.0M(Boolean W7,

IPersistBase W8)

at SoftwareFX.ChartFX.01.7H(String 1AZ, Object 1B0, String 1B1, ObjFlags

1B2, Object 1B3)

at SoftwareFX.ChartFX.01.Serialize(String sName, Object obj, String

sType, ObjFlags flags)

at SoftwareFX.ChartFX.ExtensionManager.35(Boolean 2B0, IPersistBase 2B1)

at SoftwareFX.ChartFX.01.7H(String 1AZ, Object 1B0, String 1B1, ObjFlags

1B2, Object 1B3)

at SoftwareFX.ChartFX.01.Serialize(String sName, Object obj, String

sType, ObjFlags flags)

at SoftwareFX.ChartFX.ChartCore.FL(Boolean 1TE, IPersistBase 1TF, Boolean

1TG)

at SoftwareFX.ChartFX.ChartCore.Import(FileFormat format, Stream stream)

at...

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

news:TOJ5jptwFHA.1856@webserver3.softwarefx.com...

> If you are using OLAP on the web you need to make sure that the version

> used on the server is the same as the one downloaded by IE.

>

> To check the server side versions, please check the file versions in your

> WebApplication bin folder

> To check the client side versions, please use gacutil to clean the

> download cache (gacutil /cdl), hit the page you are testing and then list

> the download cache (gacutil /ldl).

>

> Normally these "not found" messages happen because IE is downloading the

> client assemblies from a different folder that was not updated by the

> Service Pack installation, other times cleaning the IE cache (Tools -

> Internet Options - Delete Files) may help fixing this issue.

>

> --

> JC

> Software FX Support

> "Wendell G." <wgiedeman@sixdisciplines.com> wrote in message

> news:yAI2qktwFHA.1856@webserver3.softwarefx.com...

>> Hello,

>>

>> I've updated to the latest version of the OLAP Extension and now I'm

>> getting a "Requested value 'D5' was not found" error message when I try

>> to import a chart definition using the fxChart.Import method. Can anyone

>> tell me which FileMask is generating the D5 Flag and how I might be able

>> to prevent this error?

>>

>> Thanks in advance for your help.

>>

>> W Giedeman

>>

>>

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...