Jump to content
Software FX Community

.NET HtmlTag problem


User (Legacy)

Recommended Posts

Hello,

A graph that runs fine using "Image" generates the following exception when

changed to ".NET"

Any help or idea of what to watch for?

TIA.

Eric Garza,

AMIGE

************** Exception Text **************

System.OverflowException: Arithmetic operation resulted in an overflow.

at SoftwareFX.ChartFX.Internet.Client.01.SerializeAsFont(String sName,

Object objFont, ObjFlags flags)

at SoftwareFX.ChartFX.Internet.Client.AxisBase.2E(Boolean 1B7,

IPersistBase 1B8)

at SoftwareFX.ChartFX.Internet.Client.01.8N(String 0ZK, Object 0ZL,

String 0ZM, ObjFlags 0ZN, Int64 0ZO)

at SoftwareFX.ChartFX.Internet.Client.01.Serialize(String sName, Object

obj, String sType, ObjFlags flags)

at SoftwareFX.ChartFX.Internet.Client.01.8O(Object 0ZP, String 0ZQ,

TypeCode 0ZR, Boolean 0ZS)

at SoftwareFX.ChartFX.Internet.Client.01.8K(Array 0ZI, ObjFlags 0ZJ)

at SoftwareFX.ChartFX.Internet.Client.01.8N(String 0ZK, Object 0ZL,

String 0ZM, ObjFlags 0ZN, Int64 0ZO)

at SoftwareFX.ChartFX.Internet.Client.01.Serialize(String sName, Object

obj, String sType, ObjFlags flags)

at SoftwareFX.ChartFX.Internet.Client.AxisCollection.2E(Boolean 1EL,

IPersistBase 1EM)

at SoftwareFX.ChartFX.Internet.Client.ChartCore.48(Boolean 0RL,

IPersistBase 0RM, Boolean 0RN)

at SoftwareFX.ChartFX.Internet.Client.Chart.OnDownload(DownloadEventArgs

args)

************** Loaded Assemblies **************

mscorlib

Assembly Version: 1.0.3300.0

Win32 Version: 1.0.3705.288

CodeBase:

file:///c:/windows/microsoft.net/framework/v1.0.3705/mscorlib.dll

----------------------------------------

System

Assembly Version: 1.0.3300.0

Win32 Version: 1.0.3705.288

CodeBase:

file:///c:/windows/assembly/gac/system/1.0.3300.0__b77a5c561934e089/system.d

ll

----------------------------------------

System.Drawing

Assembly Version: 1.0.3300.0

Win32 Version: 1.0.3705.288

CodeBase:

file:///c:/windows/assembly/gac/system.drawing/1.0.3300.0__b03f5f7f11d50a3a/

system.drawing.dll

----------------------------------------

RegexAssembly82_0

Assembly Version: 0.0.0.0

Win32 Version: n/a

CodeBase:

----------------------------------------

ChartFX.Internet.Client

Assembly Version: 6.0.1115.21641

Win32 Version: n/a

CodeBase: http://localhost/ChartFX6/Download/ChartFX.Internet.Client.dll

----------------------------------------

System.Windows.Forms

Assembly Version: 1.0.3300.0

Win32 Version: 1.0.3705.288

CodeBase:

file:///c:/windows/assembly/gac/system.windows.forms/1.0.3300.0__b77a5c56193

4e089/system.windows.forms.dll

----------------------------------------

ChartFX.Internet.Base

Assembly Version: 6.0.1115.21616

Win32 Version: n/a

CodeBase: http://localhost/ChartFX6/Download/ChartFX.Internet.Base.DLL

----------------------------------------

Accessibility

Assembly Version: 1.0.3300.0

Win32 Version: 1.0.3705.0

CodeBase:

file:///c:/windows/assembly/gac/accessibility/1.0.3300.0__b03f5f7f11d50a3a/a

ccessibility.dll

----------------------------------------

System.Xml

Assembly Version: 1.0.3300.0

Win32 Version: 1.0.3705.288

CodeBase:

file:///c:/windows/assembly/gac/system.xml/1.0.3300.0__b77a5c561934e089/syst

em.xml.dll

----------------------------------------

************** JIT Debugging **************

To enable just in time (JIT) debugging, the config file for this

application or machine (machine.config) must have the

jitDebugging value set in the system.windows.forms section.

The application must also be compiled with debugging

enabled.

For example:

<configuration>

<system.windows.forms jitDebugging="true" />

</configuration>

When JIT debugging is enabled, any unhandled exception

will be sent to the JIT debugger registered on the machine

rather than being handled by this dialog.

Link to comment
Share on other sites

Can you send us the CHW file generated by the server component ? Pointers

about the kind of things you do with the chart will also be helpful.

--

Regards,

JC

Software FX Support

"Eric Garza" <egarza@amige.com> wrote in message

news:837TJXZ6CHA.3128@webserver1.softwarefx.com...

> Hello,

>

> A graph that runs fine using "Image" generates the following exception

when

> changed to ".NET"

>

> Any help or idea of what to watch for?

>

> TIA.

>

> Eric Garza,

> AMIGE

>

> ************** Exception Text **************

> System.OverflowException: Arithmetic operation resulted in an overflow.

> at SoftwareFX.ChartFX.Internet.Client.01.SerializeAsFont(String sName,

> Object objFont, ObjFlags flags)

> at SoftwareFX.ChartFX.Internet.Client.AxisBase.2E(Boolean 1B7,

> IPersistBase 1B8)

> at SoftwareFX.ChartFX.Internet.Client.01.8N(String 0ZK, Object 0ZL,

> String 0ZM, ObjFlags 0ZN, Int64 0ZO)

> at SoftwareFX.ChartFX.Internet.Client.01.Serialize(String sName, Object

> obj, String sType, ObjFlags flags)

> at SoftwareFX.ChartFX.Internet.Client.01.8O(Object 0ZP, String 0ZQ,

> TypeCode 0ZR, Boolean 0ZS)

> at SoftwareFX.ChartFX.Internet.Client.01.8K(Array 0ZI, ObjFlags 0ZJ)

> at SoftwareFX.ChartFX.Internet.Client.01.8N(String 0ZK, Object 0ZL,

> String 0ZM, ObjFlags 0ZN, Int64 0ZO)

> at SoftwareFX.ChartFX.Internet.Client.01.Serialize(String sName, Object

> obj, String sType, ObjFlags flags)

> at SoftwareFX.ChartFX.Internet.Client.AxisCollection.2E(Boolean 1EL,

> IPersistBase 1EM)

> at SoftwareFX.ChartFX.Internet.Client.ChartCore.48(Boolean 0RL,

> IPersistBase 0RM, Boolean 0RN)

> at

SoftwareFX.ChartFX.Internet.Client.Chart.OnDownload(DownloadEventArgs

> args)

>

>

> ************** Loaded Assemblies **************

> mscorlib

> Assembly Version: 1.0.3300.0

> Win32 Version: 1.0.3705.288

> CodeBase:

> file:///c:/windows/microsoft.net/framework/v1.0.3705/mscorlib.dll

> ----------------------------------------

> System

> Assembly Version: 1.0.3300.0

> Win32 Version: 1.0.3705.288

> CodeBase:

>

file:///c:/windows/assembly/gac/system/1.0.3300.0__b77a5c561934e089/system.d

> ll

> ----------------------------------------

> System.Drawing

> Assembly Version: 1.0.3300.0

> Win32 Version: 1.0.3705.288

> CodeBase:

>

file:///c:/windows/assembly/gac/system.drawing/1.0.3300.0__b03f5f7f11d50a3a/

> system.drawing.dll

> ----------------------------------------

> RegexAssembly82_0

> Assembly Version: 0.0.0.0

> Win32 Version: n/a

> CodeBase:

> ----------------------------------------

> ChartFX.Internet.Client

> Assembly Version: 6.0.1115.21641

> Win32 Version: n/a

> CodeBase:

http://localhost/ChartFX6/Download/ChartFX.Internet.Client.dll

> ----------------------------------------

> System.Windows.Forms

> Assembly Version: 1.0.3300.0

> Win32 Version: 1.0.3705.288

> CodeBase:

>

file:///c:/windows/assembly/gac/system.windows.forms/1.0.3300.0__b77a5c56193

> 4e089/system.windows.forms.dll

> ----------------------------------------

> ChartFX.Internet.Base

> Assembly Version: 6.0.1115.21616

> Win32 Version: n/a

> CodeBase: http://localhost/ChartFX6/Download/ChartFX.Internet.Base.DLL

> ----------------------------------------

> Accessibility

> Assembly Version: 1.0.3300.0

> Win32 Version: 1.0.3705.0

> CodeBase:

>

file:///c:/windows/assembly/gac/accessibility/1.0.3300.0__b03f5f7f11d50a3a/a

> ccessibility.dll

> ----------------------------------------

> System.Xml

> Assembly Version: 1.0.3300.0

> Win32 Version: 1.0.3705.288

> CodeBase:

>

file:///c:/windows/assembly/gac/system.xml/1.0.3300.0__b77a5c561934e089/syst

> em.xml.dll

> ----------------------------------------

>

> ************** JIT Debugging **************

> To enable just in time (JIT) debugging, the config file for this

> application or machine (machine.config) must have the

> jitDebugging value set in the system.windows.forms section.

> The application must also be compiled with debugging

> enabled.

>

> For example:

>

> <configuration>

> <system.windows.forms jitDebugging="true" />

> </configuration>

>

> When JIT debugging is enabled, any unhandled exception

> will be sent to the JIT debugger registered on the machine

> rather than being handled by this dialog.

>

>

>

>

Link to comment
Share on other sites

Here are the PNG file using "Image" and the CHW file using ".NET"

Regards,

Eric Garza

"Software FX Support" <support@softwarefx.com> wrote in message

news:d67x71Z6CHA.1564@webserver1.softwarefx.com...

> Can you send us the CHW file generated by the server component ? Pointers

> about the kind of things you do with the chart will also be helpful.

>

> --

> Regards,

>

> JC

> Software FX Support

> "Eric Garza" <egarza@amige.com> wrote in message

> news:837TJXZ6CHA.3128@webserver1.softwarefx.com...

> > Hello,

> >

> > A graph that runs fine using "Image" generates the following exception

> when

> > changed to ".NET"

> >

> > Any help or idea of what to watch for?

> >

> > TIA.

> >

> > Eric Garza,

> > AMIGE

> >

> > ************** Exception Text **************

> > System.OverflowException: Arithmetic operation resulted in an overflow.

> > at SoftwareFX.ChartFX.Internet.Client.01.SerializeAsFont(String

sName,

> > Object objFont, ObjFlags flags)

> > at SoftwareFX.ChartFX.Internet.Client.AxisBase.2E(Boolean 1B7,

> > IPersistBase 1B8)

> > at SoftwareFX.ChartFX.Internet.Client.01.8N(String 0ZK, Object 0ZL,

> > String 0ZM, ObjFlags 0ZN, Int64 0ZO)

> > at SoftwareFX.ChartFX.Internet.Client.01.Serialize(String sName,

Object

> > obj, String sType, ObjFlags flags)

> > at SoftwareFX.ChartFX.Internet.Client.01.8O(Object 0ZP, String 0ZQ,

> > TypeCode 0ZR, Boolean 0ZS)

> > at SoftwareFX.ChartFX.Internet.Client.01.8K(Array 0ZI, ObjFlags 0ZJ)

> > at SoftwareFX.ChartFX.Internet.Client.01.8N(String 0ZK, Object 0ZL,

> > String 0ZM, ObjFlags 0ZN, Int64 0ZO)

> > at SoftwareFX.ChartFX.Internet.Client.01.Serialize(String sName,

Object

> > obj, String sType, ObjFlags flags)

> > at SoftwareFX.ChartFX.Internet.Client.AxisCollection.2E(Boolean 1EL,

> > IPersistBase 1EM)

> > at SoftwareFX.ChartFX.Internet.Client.ChartCore.48(Boolean 0RL,

> > IPersistBase 0RM, Boolean 0RN)

> > at

> SoftwareFX.ChartFX.Internet.Client.Chart.OnDownload(DownloadEventArgs

> > args)

> >

> >

> > ************** Loaded Assemblies **************

> > mscorlib

> > Assembly Version: 1.0.3300.0

> > Win32 Version: 1.0.3705.288

> > CodeBase:

> > file:///c:/windows/microsoft.net/framework/v1.0.3705/mscorlib.dll

> > ----------------------------------------

> > System

> > Assembly Version: 1.0.3300.0

> > Win32 Version: 1.0.3705.288

> > CodeBase:

> >

>

file:///c:/windows/assembly/gac/system/1.0.3300.0__b77a5c561934e089/system.d

> > ll

> > ----------------------------------------

> > System.Drawing

> > Assembly Version: 1.0.3300.0

> > Win32 Version: 1.0.3705.288

> > CodeBase:

> >

>

file:///c:/windows/assembly/gac/system.drawing/1.0.3300.0__b03f5f7f11d50a3a/

> > system.drawing.dll

> > ----------------------------------------

> > RegexAssembly82_0

> > Assembly Version: 0.0.0.0

> > Win32 Version: n/a

> > CodeBase:

> > ----------------------------------------

> > ChartFX.Internet.Client

> > Assembly Version: 6.0.1115.21641

> > Win32 Version: n/a

> > CodeBase:

> http://localhost/ChartFX6/Download/ChartFX.Internet.Client.dll

> > ----------------------------------------

> > System.Windows.Forms

> > Assembly Version: 1.0.3300.0

> > Win32 Version: 1.0.3705.288

> > CodeBase:

> >

>

file:///c:/windows/assembly/gac/system.windows.forms/1.0.3300.0__b77a5c56193

> > 4e089/system.windows.forms.dll

> > ----------------------------------------

> > ChartFX.Internet.Base

> > Assembly Version: 6.0.1115.21616

> > Win32 Version: n/a

> > CodeBase:

http://localhost/ChartFX6/Download/ChartFX.Internet.Base.DLL

> > ----------------------------------------

> > Accessibility

> > Assembly Version: 1.0.3300.0

> > Win32 Version: 1.0.3705.0

> > CodeBase:

> >

>

file:///c:/windows/assembly/gac/accessibility/1.0.3300.0__b03f5f7f11d50a3a/a

> > ccessibility.dll

> > ----------------------------------------

> > System.Xml

> > Assembly Version: 1.0.3300.0

> > Win32 Version: 1.0.3705.288

> > CodeBase:

> >

>

file:///c:/windows/assembly/gac/system.xml/1.0.3300.0__b77a5c561934e089/syst

> > em.xml.dll

> > ----------------------------------------

> >

> > ************** JIT Debugging **************

> > To enable just in time (JIT) debugging, the config file for this

> > application or machine (machine.config) must have the

> > jitDebugging value set in the system.windows.forms section.

> > The application must also be compiled with debugging

> > enabled.

> >

> > For example:

> >

> > <configuration>

> > <system.windows.forms jitDebugging="true" />

> > </configuration>

> >

> > When JIT debugging is enabled, any unhandled exception

> > will be sent to the JIT debugger registered on the machine

> > rather than being handled by this dialog.

> >

> >

> >

> >

>

>

Link to comment
Share on other sites

There is a bug in our deserialization process that can only happen when you

reuse a font object. The bug has been fixed in our current build and will be

included in our next service pack.

You seem to be setting the same font to the chart and the Y axis. Note that

if you just set the font to the chart, all other objects (axes, constant

lines, data editor, etc.) will use this font so in your case this may be a

workaround (not set the font for the axes since you are using the same

font).

Note that this bug can also be exposed with the following code

Font font = new Font("Verdana",12);

chart1.AxisY.Font = font;

chart1.AxisX.Font = font;

In this case the only workaround would be to create the same font twice.

--

Regards,

JC

Software FX Support

"Eric Garza" <egarza@amige.com> wrote in message

news:uSAoe8Z6CHA.3148@webserver1.softwarefx.com...

> Here are the PNG file using "Image" and the CHW file using ".NET"

>

> Regards,

> Eric Garza

>

> "Software FX Support" <support@softwarefx.com> wrote in message

> news:d67x71Z6CHA.1564@webserver1.softwarefx.com...

> > Can you send us the CHW file generated by the server component ?

Pointers

> > about the kind of things you do with the chart will also be helpful.

> >

> > --

> > Regards,

> >

> > JC

> > Software FX Support

> > "Eric Garza" <egarza@amige.com> wrote in message

> > news:837TJXZ6CHA.3128@webserver1.softwarefx.com...

> > > Hello,

> > >

> > > A graph that runs fine using "Image" generates the following exception

> > when

> > > changed to ".NET"

> > >

> > > Any help or idea of what to watch for?

> > >

> > > TIA.

> > >

> > > Eric Garza,

> > > AMIGE

> > >

> > > ************** Exception Text **************

> > > System.OverflowException: Arithmetic operation resulted in an

overflow.

> > > at SoftwareFX.ChartFX.Internet.Client.01.SerializeAsFont(String

> sName,

> > > Object objFont, ObjFlags flags)

> > > at SoftwareFX.ChartFX.Internet.Client.AxisBase.2E(Boolean 1B7,

> > > IPersistBase 1B8)

> > > at SoftwareFX.ChartFX.Internet.Client.01.8N(String 0ZK, Object 0ZL,

> > > String 0ZM, ObjFlags 0ZN, Int64 0ZO)

> > > at SoftwareFX.ChartFX.Internet.Client.01.Serialize(String sName,

> Object

> > > obj, String sType, ObjFlags flags)

> > > at SoftwareFX.ChartFX.Internet.Client.01.8O(Object 0ZP, String 0ZQ,

> > > TypeCode 0ZR, Boolean 0ZS)

> > > at SoftwareFX.ChartFX.Internet.Client.01.8K(Array 0ZI, ObjFlags

0ZJ)

> > > at SoftwareFX.ChartFX.Internet.Client.01.8N(String 0ZK, Object 0ZL,

> > > String 0ZM, ObjFlags 0ZN, Int64 0ZO)

> > > at SoftwareFX.ChartFX.Internet.Client.01.Serialize(String sName,

> Object

> > > obj, String sType, ObjFlags flags)

> > > at SoftwareFX.ChartFX.Internet.Client.AxisCollection.2E(Boolean

1EL,

> > > IPersistBase 1EM)

> > > at SoftwareFX.ChartFX.Internet.Client.ChartCore.48(Boolean 0RL,

> > > IPersistBase 0RM, Boolean 0RN)

> > > at

> > SoftwareFX.ChartFX.Internet.Client.Chart.OnDownload(DownloadEventArgs

> > > args)

> > >

> > >

> > > ************** Loaded Assemblies **************

> > > mscorlib

> > > Assembly Version: 1.0.3300.0

> > > Win32 Version: 1.0.3705.288

> > > CodeBase:

> > > file:///c:/windows/microsoft.net/framework/v1.0.3705/mscorlib.dll

> > > ----------------------------------------

> > > System

> > > Assembly Version: 1.0.3300.0

> > > Win32 Version: 1.0.3705.288

> > > CodeBase:

> > >

> >

>

file:///c:/windows/assembly/gac/system/1.0.3300.0__b77a5c561934e089/system.d

> > > ll

> > > ----------------------------------------

> > > System.Drawing

> > > Assembly Version: 1.0.3300.0

> > > Win32 Version: 1.0.3705.288

> > > CodeBase:

> > >

> >

>

file:///c:/windows/assembly/gac/system.drawing/1.0.3300.0__b03f5f7f11d50a3a/

> > > system.drawing.dll

> > > ----------------------------------------

> > > RegexAssembly82_0

> > > Assembly Version: 0.0.0.0

> > > Win32 Version: n/a

> > > CodeBase:

> > > ----------------------------------------

> > > ChartFX.Internet.Client

> > > Assembly Version: 6.0.1115.21641

> > > Win32 Version: n/a

> > > CodeBase:

> > http://localhost/ChartFX6/Download/ChartFX.Internet.Client.dll

> > > ----------------------------------------

> > > System.Windows.Forms

> > > Assembly Version: 1.0.3300.0

> > > Win32 Version: 1.0.3705.288

> > > CodeBase:

> > >

> >

>

file:///c:/windows/assembly/gac/system.windows.forms/1.0.3300.0__b77a5c56193

> > > 4e089/system.windows.forms.dll

> > > ----------------------------------------

> > > ChartFX.Internet.Base

> > > Assembly Version: 6.0.1115.21616

> > > Win32 Version: n/a

> > > CodeBase:

> http://localhost/ChartFX6/Download/ChartFX.Internet.Base.DLL

> > > ----------------------------------------

> > > Accessibility

> > > Assembly Version: 1.0.3300.0

> > > Win32 Version: 1.0.3705.0

> > > CodeBase:

> > >

> >

>

file:///c:/windows/assembly/gac/accessibility/1.0.3300.0__b03f5f7f11d50a3a/a

> > > ccessibility.dll

> > > ----------------------------------------

> > > System.Xml

> > > Assembly Version: 1.0.3300.0

> > > Win32 Version: 1.0.3705.288

> > > CodeBase:

> > >

> >

>

file:///c:/windows/assembly/gac/system.xml/1.0.3300.0__b77a5c561934e089/syst

> > > em.xml.dll

> > > ----------------------------------------

> > >

> > > ************** JIT Debugging **************

> > > To enable just in time (JIT) debugging, the config file for this

> > > application or machine (machine.config) must have the

> > > jitDebugging value set in the system.windows.forms section.

> > > The application must also be compiled with debugging

> > > enabled.

> > >

> > > For example:

> > >

> > > <configuration>

> > > <system.windows.forms jitDebugging="true" />

> > > </configuration>

> > >

> > > When JIT debugging is enabled, any unhandled exception

> > > will be sent to the JIT debugger registered on the machine

> > > rather than being handled by this dialog.

> > >

> > >

> > >

> > >

> >

> >

>

>

>

Attachments.zip

Link to comment
Share on other sites

You were right!

A Clone() on the font object solved the problem.

Thank you!

Eric Garza,

Microsoft .NET MVP

AMI GE

"Software FX Support" <support@softwarefx.com> wrote in message

news:vBkM$Ka6CHA.2116@webserver1.softwarefx.com...

> There is a bug in our deserialization process that can only happen when

you

> reuse a font object. The bug has been fixed in our current build and will

be

> included in our next service pack.

>

> You seem to be setting the same font to the chart and the Y axis. Note

that

> if you just set the font to the chart, all other objects (axes, constant

> lines, data editor, etc.) will use this font so in your case this may be a

> workaround (not set the font for the axes since you are using the same

> font).

>

> Note that this bug can also be exposed with the following code

>

> Font font = new Font("Verdana",12);

> chart1.AxisY.Font = font;

> chart1.AxisX.Font = font;

>

> In this case the only workaround would be to create the same font twice.

>

> --

> Regards,

>

> JC

> Software FX Support

> "Eric Garza" <egarza@amige.com> wrote in message

> news:uSAoe8Z6CHA.3148@webserver1.softwarefx.com...

> > Here are the PNG file using "Image" and the CHW file using ".NET"

> >

> > Regards,

> > Eric Garza

> >

> > "Software FX Support" <support@softwarefx.com> wrote in message

> > news:d67x71Z6CHA.1564@webserver1.softwarefx.com...

> > > Can you send us the CHW file generated by the server component ?

> Pointers

> > > about the kind of things you do with the chart will also be helpful.

> > >

> > > --

> > > Regards,

> > >

> > > JC

> > > Software FX Support

> > > "Eric Garza" <egarza@amige.com> wrote in message

> > > news:837TJXZ6CHA.3128@webserver1.softwarefx.com...

> > > > Hello,

> > > >

> > > > A graph that runs fine using "Image" generates the following

exception

> > > when

> > > > changed to ".NET"

> > > >

> > > > Any help or idea of what to watch for?

> > > >

> > > > TIA.

> > > >

> > > > Eric Garza,

> > > > AMIGE

> > > >

> > > > ************** Exception Text **************

> > > > System.OverflowException: Arithmetic operation resulted in an

> overflow.

> > > > at SoftwareFX.ChartFX.Internet.Client.01.SerializeAsFont(String

> > sName,

> > > > Object objFont, ObjFlags flags)

> > > > at SoftwareFX.ChartFX.Internet.Client.AxisBase.2E(Boolean 1B7,

> > > > IPersistBase 1B8)

> > > > at SoftwareFX.ChartFX.Internet.Client.01.8N(String 0ZK, Object

0ZL,

> > > > String 0ZM, ObjFlags 0ZN, Int64 0ZO)

> > > > at SoftwareFX.ChartFX.Internet.Client.01.Serialize(String sName,

> > Object

> > > > obj, String sType, ObjFlags flags)

> > > > at SoftwareFX.ChartFX.Internet.Client.01.8O(Object 0ZP, String

0ZQ,

> > > > TypeCode 0ZR, Boolean 0ZS)

> > > > at SoftwareFX.ChartFX.Internet.Client.01.8K(Array 0ZI, ObjFlags

> 0ZJ)

> > > > at SoftwareFX.ChartFX.Internet.Client.01.8N(String 0ZK, Object

0ZL,

> > > > String 0ZM, ObjFlags 0ZN, Int64 0ZO)

> > > > at SoftwareFX.ChartFX.Internet.Client.01.Serialize(String sName,

> > Object

> > > > obj, String sType, ObjFlags flags)

> > > > at SoftwareFX.ChartFX.Internet.Client.AxisCollection.2E(Boolean

> 1EL,

> > > > IPersistBase 1EM)

> > > > at SoftwareFX.ChartFX.Internet.Client.ChartCore.48(Boolean 0RL,

> > > > IPersistBase 0RM, Boolean 0RN)

> > > > at

> > > SoftwareFX.ChartFX.Internet.Client.Chart.OnDownload(DownloadEventArgs

> > > > args)

> > > >

> > > >

> > > > ************** Loaded Assemblies **************

> > > > mscorlib

> > > > Assembly Version: 1.0.3300.0

> > > > Win32 Version: 1.0.3705.288

> > > > CodeBase:

> > > > file:///c:/windows/microsoft.net/framework/v1.0.3705/mscorlib.dll

> > > > ----------------------------------------

> > > > System

> > > > Assembly Version: 1.0.3300.0

> > > > Win32 Version: 1.0.3705.288

> > > > CodeBase:

> > > >

> > >

> >

>

file:///c:/windows/assembly/gac/system/1.0.3300.0__b77a5c561934e089/system.d

> > > > ll

> > > > ----------------------------------------

> > > > System.Drawing

> > > > Assembly Version: 1.0.3300.0

> > > > Win32 Version: 1.0.3705.288

> > > > CodeBase:

> > > >

> > >

> >

>

file:///c:/windows/assembly/gac/system.drawing/1.0.3300.0__b03f5f7f11d50a3a/

> > > > system.drawing.dll

> > > > ----------------------------------------

> > > > RegexAssembly82_0

> > > > Assembly Version: 0.0.0.0

> > > > Win32 Version: n/a

> > > > CodeBase:

> > > > ----------------------------------------

> > > > ChartFX.Internet.Client

> > > > Assembly Version: 6.0.1115.21641

> > > > Win32 Version: n/a

> > > > CodeBase:

> > > http://localhost/ChartFX6/Download/ChartFX.Internet.Client.dll

> > > > ----------------------------------------

> > > > System.Windows.Forms

> > > > Assembly Version: 1.0.3300.0

> > > > Win32 Version: 1.0.3705.288

> > > > CodeBase:

> > > >

> > >

> >

>

file:///c:/windows/assembly/gac/system.windows.forms/1.0.3300.0__b77a5c56193

> > > > 4e089/system.windows.forms.dll

> > > > ----------------------------------------

> > > > ChartFX.Internet.Base

> > > > Assembly Version: 6.0.1115.21616

> > > > Win32 Version: n/a

> > > > CodeBase:

> > http://localhost/ChartFX6/Download/ChartFX.Internet.Base.DLL

> > > > ----------------------------------------

> > > > Accessibility

> > > > Assembly Version: 1.0.3300.0

> > > > Win32 Version: 1.0.3705.0

> > > > CodeBase:

> > > >

> > >

> >

>

file:///c:/windows/assembly/gac/accessibility/1.0.3300.0__b03f5f7f11d50a3a/a

> > > > ccessibility.dll

> > > > ----------------------------------------

> > > > System.Xml

> > > > Assembly Version: 1.0.3300.0

> > > > Win32 Version: 1.0.3705.288

> > > > CodeBase:

> > > >

> > >

> >

>

file:///c:/windows/assembly/gac/system.xml/1.0.3300.0__b77a5c561934e089/syst

> > > > em.xml.dll

> > > > ----------------------------------------

> > > >

> > > > ************** JIT Debugging **************

> > > > To enable just in time (JIT) debugging, the config file for this

> > > > application or machine (machine.config) must have the

> > > > jitDebugging value set in the system.windows.forms section.

> > > > The application must also be compiled with debugging

> > > > enabled.

> > > >

> > > > For example:

> > > >

> > > > <configuration>

> > > > <system.windows.forms jitDebugging="true" />

> > > > </configuration>

> > > >

> > > > When JIT debugging is enabled, any unhandled exception

> > > > will be sent to the JIT debugger registered on the machine

> > > > rather than being handled by this dialog.

> > > >

> > > >

> > > >

> > > >

> > >

> > >

> >

> >

> >

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...