User (Legacy) Posted March 26, 2003 Report Share Posted March 26, 2003 Hi, The following causes a unhandled exception error in ChartFX.lite 1. Create a new Windows Forms C# project in Visual Studio .NET 2. Place a Chart FX control onto window 3. Add a Button with this code chart1.Series[0].Gallery = SoftwareFX.ChartFX.Lite.Gallery.Area; 4. Execute program and click button, The graph changes the first series to a Area type no problems 5. Exit the application and I get the following error every time "An unhandled exception of type 'System.InvalidCastException' occurred in chartfx.lite.dll Additional information: Specified cast is not valid." Im trying to evaluate ChartFX for a new project we are starting and plan on purchasing the .NET version should it suit out needs, so a quick response would be appreciated or if theres something Im doing wrong please let me know Im running Windows XP PRO SP 1 and using VS.NET 7.0.942 with Framework version 1.0.3705 Thanks Clive Bennett Link to comment Share on other sites More sharing options...
User (Legacy) Posted March 26, 2003 Author Report Share Posted March 26, 2003 Hi, The following causes a unhandled exception error in ChartFX.lite 1. Create a new Windows Forms C# project in Visual Studio .NET 2. Place a Chart FX control onto window 3. Add a Button with this code chart1.Series[0].Gallery = SoftwareFX.ChartFX.Lite.Gallery.Area; 4. Execute program and click button, The graph changes the first series to a Area type no problems 5. Exit the application and I get the following error every time "An unhandled exception of type 'System.InvalidCastException' occurred in chartfx.lite.dll Additional information: Specified cast is not valid." Im trying to evaluate ChartFX for a new project we are starting and plan on purchasing the .NET version should it suit out needs, so a quick response would be appreciated or if theres something Im doing wrong please let me know Im running Windows XP PRO SP 1 and using VS.NET 7.0.942 with Framework version 1.0.3705 Thanks Clive Bennett Link to comment Share on other sites More sharing options...
Software FX Posted March 27, 2003 Report Share Posted March 27, 2003 I tried your steps but it worked fine, can you specify the file version for ChartFX.Lite.dll you are using. -- Regards, JC Software FX Support "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message news:wbNMDvA9CHA.1328@webserver1.softwarefx.com... > Hi, > > The following causes a unhandled exception error in ChartFX.lite > > 1. Create a new Windows Forms C# project in Visual Studio .NET > 2. Place a Chart FX control onto window > 3. Add a Button with this code > > chart1.Series[0].Gallery = SoftwareFX.ChartFX.Lite.Gallery.Area; > > 4. Execute program and click button, The graph changes the first > series to a Area type no problems > 5. Exit the application and I get the following error every time > > "An unhandled exception of type 'System.InvalidCastException' > occurred in chartfx.lite.dll > Additional information: Specified cast is not valid." > > Im trying to evaluate ChartFX for a new project we are starting and > plan on purchasing the .NET version should it suit out needs, so a > quick response would be appreciated or if theres something Im doing > wrong please let me know > > Im running Windows XP PRO SP 1 and using VS.NET 7.0.942 with > Framework version 1.0.3705 > > Thanks > Clive Bennett > > > Link to comment Share on other sites More sharing options...
Software FX Posted March 27, 2003 Report Share Posted March 27, 2003 I tried your steps but it worked fine, can you specify the file version for ChartFX.Lite.dll you are using. -- Regards, JC Software FX Support "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message news:wbNMDvA9CHA.1328@webserver1.softwarefx.com... > Hi, > > The following causes a unhandled exception error in ChartFX.lite > > 1. Create a new Windows Forms C# project in Visual Studio .NET > 2. Place a Chart FX control onto window > 3. Add a Button with this code > > chart1.Series[0].Gallery = SoftwareFX.ChartFX.Lite.Gallery.Area; > > 4. Execute program and click button, The graph changes the first > series to a Area type no problems > 5. Exit the application and I get the following error every time > > "An unhandled exception of type 'System.InvalidCastException' > occurred in chartfx.lite.dll > Additional information: Specified cast is not valid." > > Im trying to evaluate ChartFX for a new project we are starting and > plan on purchasing the .NET version should it suit out needs, so a > quick response would be appreciated or if theres something Im doing > wrong please let me know > > Im running Windows XP PRO SP 1 and using VS.NET 7.0.942 with > Framework version 1.0.3705 > > Thanks > Clive Bennett > > > Link to comment Share on other sites More sharing options...
User (Legacy) Posted March 27, 2003 Author Report Share Posted March 27, 2003 Version 6.0.839.0 I think thats the current version.. "Software FX Support" <support@softwarefx.com> wrote in message news:BYw3p6G9CHA.1328@webserver1.softwarefx.com... > I tried your steps but it worked fine, can you specify the file version for > ChartFX.Lite.dll you are using. > > -- > Regards, > > JC > Software FX Support > "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message > news:wbNMDvA9CHA.1328@webserver1.softwarefx.com... > > Hi, > > > > The following causes a unhandled exception error in ChartFX.lite > > > > 1. Create a new Windows Forms C# project in Visual Studio .NET > > 2. Place a Chart FX control onto window > > 3. Add a Button with this code > > > > chart1.Series[0].Gallery = SoftwareFX.ChartFX.Lite.Gallery.Area; > > > > 4. Execute program and click button, The graph changes the first > > series to a Area type no problems > > 5. Exit the application and I get the following error every time > > > > "An unhandled exception of type 'System.InvalidCastException' > > occurred in chartfx.lite.dll > > Additional information: Specified cast is not valid." > > > > Im trying to evaluate ChartFX for a new project we are starting and > > plan on purchasing the .NET version should it suit out needs, so a > > quick response would be appreciated or if theres something Im doing > > wrong please let me know > > > > Im running Windows XP PRO SP 1 and using VS.NET 7.0.942 with > > Framework version 1.0.3705 > > > > Thanks > > Clive Bennett > > > > > > > > Link to comment Share on other sites More sharing options...
User (Legacy) Posted March 27, 2003 Author Report Share Posted March 27, 2003 Version 6.0.839.0 I think thats the current version.. "Software FX Support" <support@softwarefx.com> wrote in message news:BYw3p6G9CHA.1328@webserver1.softwarefx.com... > I tried your steps but it worked fine, can you specify the file version for > ChartFX.Lite.dll you are using. > > -- > Regards, > > JC > Software FX Support > "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message > news:wbNMDvA9CHA.1328@webserver1.softwarefx.com... > > Hi, > > > > The following causes a unhandled exception error in ChartFX.lite > > > > 1. Create a new Windows Forms C# project in Visual Studio .NET > > 2. Place a Chart FX control onto window > > 3. Add a Button with this code > > > > chart1.Series[0].Gallery = SoftwareFX.ChartFX.Lite.Gallery.Area; > > > > 4. Execute program and click button, The graph changes the first > > series to a Area type no problems > > 5. Exit the application and I get the following error every time > > > > "An unhandled exception of type 'System.InvalidCastException' > > occurred in chartfx.lite.dll > > Additional information: Specified cast is not valid." > > > > Im trying to evaluate ChartFX for a new project we are starting and > > plan on purchasing the .NET version should it suit out needs, so a > > quick response would be appreciated or if theres something Im doing > > wrong please let me know > > > > Im running Windows XP PRO SP 1 and using VS.NET 7.0.942 with > > Framework version 1.0.3705 > > > > Thanks > > Clive Bennett > > > > > > > > Link to comment Share on other sites More sharing options...
User (Legacy) Posted March 27, 2003 Author Report Share Posted March 27, 2003 Actually, It only occurs when I run the app from VS by pressing F5, if I run the application by clicking on the .exe from windows explorer it seems to work ok but a small window flashes up for an instant on exit which I cant make out, It does say .Net Framework in the title of it though, but its too quick, I suspect its probably the same error as I get from the IDE. Thanks Clive "Software FX Support" <support@softwarefx.com> wrote in message news:BYw3p6G9CHA.1328@webserver1.softwarefx.com... > I tried your steps but it worked fine, can you specify the file version for > ChartFX.Lite.dll you are using. > > -- > Regards, > > JC > Software FX Support > "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message > news:wbNMDvA9CHA.1328@webserver1.softwarefx.com... > > Hi, > > > > The following causes a unhandled exception error in ChartFX.lite > > > > 1. Create a new Windows Forms C# project in Visual Studio .NET > > 2. Place a Chart FX control onto window > > 3. Add a Button with this code > > > > chart1.Series[0].Gallery = SoftwareFX.ChartFX.Lite.Gallery.Area; > > > > 4. Execute program and click button, The graph changes the first > > series to a Area type no problems > > 5. Exit the application and I get the following error every time > > > > "An unhandled exception of type 'System.InvalidCastException' > > occurred in chartfx.lite.dll > > Additional information: Specified cast is not valid." > > > > Im trying to evaluate ChartFX for a new project we are starting and > > plan on purchasing the .NET version should it suit out needs, so a > > quick response would be appreciated or if theres something Im doing > > wrong please let me know > > > > Im running Windows XP PRO SP 1 and using VS.NET 7.0.942 with > > Framework version 1.0.3705 > > > > Thanks > > Clive Bennett > > > > > > > > Link to comment Share on other sites More sharing options...
User (Legacy) Posted March 27, 2003 Author Report Share Posted March 27, 2003 Actually, It only occurs when I run the app from VS by pressing F5, if I run the application by clicking on the .exe from windows explorer it seems to work ok but a small window flashes up for an instant on exit which I cant make out, It does say .Net Framework in the title of it though, but its too quick, I suspect its probably the same error as I get from the IDE. Thanks Clive "Software FX Support" <support@softwarefx.com> wrote in message news:BYw3p6G9CHA.1328@webserver1.softwarefx.com... > I tried your steps but it worked fine, can you specify the file version for > ChartFX.Lite.dll you are using. > > -- > Regards, > > JC > Software FX Support > "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message > news:wbNMDvA9CHA.1328@webserver1.softwarefx.com... > > Hi, > > > > The following causes a unhandled exception error in ChartFX.lite > > > > 1. Create a new Windows Forms C# project in Visual Studio .NET > > 2. Place a Chart FX control onto window > > 3. Add a Button with this code > > > > chart1.Series[0].Gallery = SoftwareFX.ChartFX.Lite.Gallery.Area; > > > > 4. Execute program and click button, The graph changes the first > > series to a Area type no problems > > 5. Exit the application and I get the following error every time > > > > "An unhandled exception of type 'System.InvalidCastException' > > occurred in chartfx.lite.dll > > Additional information: Specified cast is not valid." > > > > Im trying to evaluate ChartFX for a new project we are starting and > > plan on purchasing the .NET version should it suit out needs, so a > > quick response would be appreciated or if theres something Im doing > > wrong please let me know > > > > Im running Windows XP PRO SP 1 and using VS.NET 7.0.942 with > > Framework version 1.0.3705 > > > > Thanks > > Clive Bennett > > > > > > > > Link to comment Share on other sites More sharing options...
Software FX Posted March 27, 2003 Report Share Posted March 27, 2003 6.0.839.0 is the assembly version, not the file version. To view the FileVersion right-click the file in Windows Explorer and select "Properties" then click the "Version" tab. -- Regards, JC Software FX Support "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message news:ym7aiOK9CHA.848@webserver1.softwarefx.com... > Version 6.0.839.0 > > I think thats the current version.. > > "Software FX Support" <support@softwarefx.com> wrote in message > news:BYw3p6G9CHA.1328@webserver1.softwarefx.com... > > I tried your steps but it worked fine, can you specify the file version > for > > ChartFX.Lite.dll you are using. > > > > -- > > Regards, > > > > JC > > Software FX Support > > "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message > > news:wbNMDvA9CHA.1328@webserver1.softwarefx.com... > > > Hi, > > > > > > The following causes a unhandled exception error in ChartFX.lite > > > > > > 1. Create a new Windows Forms C# project in Visual Studio .NET > > > 2. Place a Chart FX control onto window > > > 3. Add a Button with this code > > > > > > chart1.Series[0].Gallery = SoftwareFX.ChartFX.Lite.Gallery.Area; > > > > > > 4. Execute program and click button, The graph changes the first > > > series to a Area type no problems > > > 5. Exit the application and I get the following error every time > > > > > > "An unhandled exception of type 'System.InvalidCastException' > > > occurred in chartfx.lite.dll > > > Additional information: Specified cast is not valid." > > > > > > Im trying to evaluate ChartFX for a new project we are starting and > > > plan on purchasing the .NET version should it suit out needs, so a > > > quick response would be appreciated or if theres something Im doing > > > wrong please let me know > > > > > > Im running Windows XP PRO SP 1 and using VS.NET 7.0.942 with > > > Framework version 1.0.3705 > > > > > > Thanks > > > Clive Bennett > > > > > > > > > > > > > > > Link to comment Share on other sites More sharing options...
Software FX Posted March 27, 2003 Report Share Posted March 27, 2003 6.0.839.0 is the assembly version, not the file version. To view the FileVersion right-click the file in Windows Explorer and select "Properties" then click the "Version" tab. -- Regards, JC Software FX Support "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message news:ym7aiOK9CHA.848@webserver1.softwarefx.com... > Version 6.0.839.0 > > I think thats the current version.. > > "Software FX Support" <support@softwarefx.com> wrote in message > news:BYw3p6G9CHA.1328@webserver1.softwarefx.com... > > I tried your steps but it worked fine, can you specify the file version > for > > ChartFX.Lite.dll you are using. > > > > -- > > Regards, > > > > JC > > Software FX Support > > "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message > > news:wbNMDvA9CHA.1328@webserver1.softwarefx.com... > > > Hi, > > > > > > The following causes a unhandled exception error in ChartFX.lite > > > > > > 1. Create a new Windows Forms C# project in Visual Studio .NET > > > 2. Place a Chart FX control onto window > > > 3. Add a Button with this code > > > > > > chart1.Series[0].Gallery = SoftwareFX.ChartFX.Lite.Gallery.Area; > > > > > > 4. Execute program and click button, The graph changes the first > > > series to a Area type no problems > > > 5. Exit the application and I get the following error every time > > > > > > "An unhandled exception of type 'System.InvalidCastException' > > > occurred in chartfx.lite.dll > > > Additional information: Specified cast is not valid." > > > > > > Im trying to evaluate ChartFX for a new project we are starting and > > > plan on purchasing the .NET version should it suit out needs, so a > > > quick response would be appreciated or if theres something Im doing > > > wrong please let me know > > > > > > Im running Windows XP PRO SP 1 and using VS.NET 7.0.942 with > > > Framework version 1.0.3705 > > > > > > Thanks > > > Clive Bennett > > > > > > > > > > > > > > > Link to comment Share on other sites More sharing options...
User (Legacy) Posted March 27, 2003 Author Report Share Posted March 27, 2003 Sorry, Its version 6.0.1115.19829 Thanks "Software FX Support" <support@softwarefx.com> wrote in message news:0B2uKXL9CHA.772@webserver1.softwarefx.com... > 6.0.839.0 is the assembly version, not the file version. To view the > FileVersion right-click the file in Windows Explorer and select "Properties" > then click the "Version" tab. > > -- > Regards, > > JC > Software FX Support > "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message > news:ym7aiOK9CHA.848@webserver1.softwarefx.com... > > Version 6.0.839.0 > > > > I think thats the current version.. > > > > "Software FX Support" <support@softwarefx.com> wrote in message > > news:BYw3p6G9CHA.1328@webserver1.softwarefx.com... > > > I tried your steps but it worked fine, can you specify the file version > > for > > > ChartFX.Lite.dll you are using. > > > > > > -- > > > Regards, > > > > > > JC > > > Software FX Support > > > "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message > > > news:wbNMDvA9CHA.1328@webserver1.softwarefx.com... > > > > Hi, > > > > > > > > The following causes a unhandled exception error in ChartFX.lite > > > > > > > > 1. Create a new Windows Forms C# project in Visual Studio .NET > > > > 2. Place a Chart FX control onto window > > > > 3. Add a Button with this code > > > > > > > > chart1.Series[0].Gallery = SoftwareFX.ChartFX.Lite.Gallery.Area; > > > > > > > > 4. Execute program and click button, The graph changes the first > > > > series to a Area type no problems > > > > 5. Exit the application and I get the following error every time > > > > > > > > "An unhandled exception of type 'System.InvalidCastException' > > > > occurred in chartfx.lite.dll > > > > Additional information: Specified cast is not valid." > > > > > > > > Im trying to evaluate ChartFX for a new project we are starting and > > > > plan on purchasing the .NET version should it suit out needs, so a > > > > quick response would be appreciated or if theres something Im doing > > > > wrong please let me know > > > > > > > > Im running Windows XP PRO SP 1 and using VS.NET 7.0.942 with > > > > Framework version 1.0.3705 > > > > > > > > Thanks > > > > Clive Bennett > > > > > > > > > > > > > > > > > > > > > > > > Link to comment Share on other sites More sharing options...
User (Legacy) Posted March 27, 2003 Author Report Share Posted March 27, 2003 Sorry, Its version 6.0.1115.19829 Thanks "Software FX Support" <support@softwarefx.com> wrote in message news:0B2uKXL9CHA.772@webserver1.softwarefx.com... > 6.0.839.0 is the assembly version, not the file version. To view the > FileVersion right-click the file in Windows Explorer and select "Properties" > then click the "Version" tab. > > -- > Regards, > > JC > Software FX Support > "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message > news:ym7aiOK9CHA.848@webserver1.softwarefx.com... > > Version 6.0.839.0 > > > > I think thats the current version.. > > > > "Software FX Support" <support@softwarefx.com> wrote in message > > news:BYw3p6G9CHA.1328@webserver1.softwarefx.com... > > > I tried your steps but it worked fine, can you specify the file version > > for > > > ChartFX.Lite.dll you are using. > > > > > > -- > > > Regards, > > > > > > JC > > > Software FX Support > > > "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message > > > news:wbNMDvA9CHA.1328@webserver1.softwarefx.com... > > > > Hi, > > > > > > > > The following causes a unhandled exception error in ChartFX.lite > > > > > > > > 1. Create a new Windows Forms C# project in Visual Studio .NET > > > > 2. Place a Chart FX control onto window > > > > 3. Add a Button with this code > > > > > > > > chart1.Series[0].Gallery = SoftwareFX.ChartFX.Lite.Gallery.Area; > > > > > > > > 4. Execute program and click button, The graph changes the first > > > > series to a Area type no problems > > > > 5. Exit the application and I get the following error every time > > > > > > > > "An unhandled exception of type 'System.InvalidCastException' > > > > occurred in chartfx.lite.dll > > > > Additional information: Specified cast is not valid." > > > > > > > > Im trying to evaluate ChartFX for a new project we are starting and > > > > plan on purchasing the .NET version should it suit out needs, so a > > > > quick response would be appreciated or if theres something Im doing > > > > wrong please let me know > > > > > > > > Im running Windows XP PRO SP 1 and using VS.NET 7.0.942 with > > > > Framework version 1.0.3705 > > > > > > > > Thanks > > > > Clive Bennett > > > > > > > > > > > > > > > > > > > > > > > > Link to comment Share on other sites More sharing options...
User (Legacy) Posted April 2, 2003 Author Report Share Posted April 2, 2003 Was just reading through some other posts and saw one titiles "Invalid cast on Dispose", that sounds exactly like my problem that I get when using a combination line/area graph FX Support mentioned a fix available in 2 weeks time, and that post was date 07 Feb, Do you know if a fix was made for this? Thanks Clive "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message news:lYFnfyN9CHA.848@webserver1.softwarefx.com... > Sorry, Its version 6.0.1115.19829 > > Thanks > > "Software FX Support" <support@softwarefx.com> wrote in message > news:0B2uKXL9CHA.772@webserver1.softwarefx.com... > > 6.0.839.0 is the assembly version, not the file version. To view the > > FileVersion right-click the file in Windows Explorer and select > "Properties" > > then click the "Version" tab. > > > > -- > > Regards, > > > > JC > > Software FX Support > > "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message > > news:ym7aiOK9CHA.848@webserver1.softwarefx.com... > > > Version 6.0.839.0 > > > > > > I think thats the current version.. > > > > > > "Software FX Support" <support@softwarefx.com> wrote in message > > > news:BYw3p6G9CHA.1328@webserver1.softwarefx.com... > > > > I tried your steps but it worked fine, can you specify the file > version > > > for > > > > ChartFX.Lite.dll you are using. > > > > > > > > -- > > > > Regards, > > > > > > > > JC > > > > Software FX Support > > > > "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message > > > > news:wbNMDvA9CHA.1328@webserver1.softwarefx.com... > > > > > Hi, > > > > > > > > > > The following causes a unhandled exception error in ChartFX.lite > > > > > > > > > > 1. Create a new Windows Forms C# project in Visual Studio .NET > > > > > 2. Place a Chart FX control onto window > > > > > 3. Add a Button with this code > > > > > > > > > > chart1.Series[0].Gallery = SoftwareFX.ChartFX.Lite.Gallery.Area; > > > > > > > > > > 4. Execute program and click button, The graph changes the first > > > > > series to a Area type no problems > > > > > 5. Exit the application and I get the following error every time > > > > > > > > > > "An unhandled exception of type 'System.InvalidCastException' > > > > > occurred in chartfx.lite.dll > > > > > Additional information: Specified cast is not valid." > > > > > > > > > > Im trying to evaluate ChartFX for a new project we are starting and > > > > > plan on purchasing the .NET version should it suit out needs, so a > > > > > quick response would be appreciated or if theres something Im doing > > > > > wrong please let me know > > > > > > > > > > Im running Windows XP PRO SP 1 and using VS.NET 7.0.942 with > > > > > Framework version 1.0.3705 > > > > > > > > > > Thanks > > > > > Clive Bennett > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Link to comment Share on other sites More sharing options...
User (Legacy) Posted April 2, 2003 Author Report Share Posted April 2, 2003 Was just reading through some other posts and saw one titiles "Invalid cast on Dispose", that sounds exactly like my problem that I get when using a combination line/area graph FX Support mentioned a fix available in 2 weeks time, and that post was date 07 Feb, Do you know if a fix was made for this? Thanks Clive "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message news:lYFnfyN9CHA.848@webserver1.softwarefx.com... > Sorry, Its version 6.0.1115.19829 > > Thanks > > "Software FX Support" <support@softwarefx.com> wrote in message > news:0B2uKXL9CHA.772@webserver1.softwarefx.com... > > 6.0.839.0 is the assembly version, not the file version. To view the > > FileVersion right-click the file in Windows Explorer and select > "Properties" > > then click the "Version" tab. > > > > -- > > Regards, > > > > JC > > Software FX Support > > "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message > > news:ym7aiOK9CHA.848@webserver1.softwarefx.com... > > > Version 6.0.839.0 > > > > > > I think thats the current version.. > > > > > > "Software FX Support" <support@softwarefx.com> wrote in message > > > news:BYw3p6G9CHA.1328@webserver1.softwarefx.com... > > > > I tried your steps but it worked fine, can you specify the file > version > > > for > > > > ChartFX.Lite.dll you are using. > > > > > > > > -- > > > > Regards, > > > > > > > > JC > > > > Software FX Support > > > > "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message > > > > news:wbNMDvA9CHA.1328@webserver1.softwarefx.com... > > > > > Hi, > > > > > > > > > > The following causes a unhandled exception error in ChartFX.lite > > > > > > > > > > 1. Create a new Windows Forms C# project in Visual Studio .NET > > > > > 2. Place a Chart FX control onto window > > > > > 3. Add a Button with this code > > > > > > > > > > chart1.Series[0].Gallery = SoftwareFX.ChartFX.Lite.Gallery.Area; > > > > > > > > > > 4. Execute program and click button, The graph changes the first > > > > > series to a Area type no problems > > > > > 5. Exit the application and I get the following error every time > > > > > > > > > > "An unhandled exception of type 'System.InvalidCastException' > > > > > occurred in chartfx.lite.dll > > > > > Additional information: Specified cast is not valid." > > > > > > > > > > Im trying to evaluate ChartFX for a new project we are starting and > > > > > plan on purchasing the .NET version should it suit out needs, so a > > > > > quick response would be appreciated or if theres something Im doing > > > > > wrong please let me know > > > > > > > > > > Im running Windows XP PRO SP 1 and using VS.NET 7.0.942 with > > > > > Framework version 1.0.3705 > > > > > > > > > > Thanks > > > > > Clive Bennett > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Link to comment Share on other sites More sharing options...
Software FX Posted April 3, 2003 Report Share Posted April 3, 2003 We think we did include the fix for this issue. Please try download our most recent service pack (1180) at http://support.softwarefx.com/cfxlite/ServicePack.asp -- Regards, JC Software FX Support "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message news:XPPNjqN#CHA.2684@webserver1.softwarefx.com... > Was just reading through some other posts and saw one titiles "Invalid cast > on Dispose", that sounds exactly like my problem that I get when using a > combination line/area graph > > FX Support mentioned a fix available in 2 weeks time, and that post was date > 07 Feb, Do you know if a fix was made for this? > > Thanks > Clive > > > "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message > news:lYFnfyN9CHA.848@webserver1.softwarefx.com... > > Sorry, Its version 6.0.1115.19829 > > > > Thanks > > > > "Software FX Support" <support@softwarefx.com> wrote in message > > news:0B2uKXL9CHA.772@webserver1.softwarefx.com... > > > 6.0.839.0 is the assembly version, not the file version. To view the > > > FileVersion right-click the file in Windows Explorer and select > > "Properties" > > > then click the "Version" tab. > > > > > > -- > > > Regards, > > > > > > JC > > > Software FX Support > > > "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message > > > news:ym7aiOK9CHA.848@webserver1.softwarefx.com... > > > > Version 6.0.839.0 > > > > > > > > I think thats the current version.. > > > > > > > > "Software FX Support" <support@softwarefx.com> wrote in message > > > > news:BYw3p6G9CHA.1328@webserver1.softwarefx.com... > > > > > I tried your steps but it worked fine, can you specify the file > > version > > > > for > > > > > ChartFX.Lite.dll you are using. > > > > > > > > > > -- > > > > > Regards, > > > > > > > > > > JC > > > > > Software FX Support > > > > > "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message > > > > > news:wbNMDvA9CHA.1328@webserver1.softwarefx.com... > > > > > > Hi, > > > > > > > > > > > > The following causes a unhandled exception error in ChartFX.lite > > > > > > > > > > > > 1. Create a new Windows Forms C# project in Visual Studio .NET > > > > > > 2. Place a Chart FX control onto window > > > > > > 3. Add a Button with this code > > > > > > > > > > > > chart1.Series[0].Gallery = SoftwareFX.ChartFX.Lite.Gallery.Area; > > > > > > > > > > > > 4. Execute program and click button, The graph changes the first > > > > > > series to a Area type no problems > > > > > > 5. Exit the application and I get the following error every time > > > > > > > > > > > > "An unhandled exception of type 'System.InvalidCastException' > > > > > > occurred in chartfx.lite.dll > > > > > > Additional information: Specified cast is not valid." > > > > > > > > > > > > Im trying to evaluate ChartFX for a new project we are starting > and > > > > > > plan on purchasing the .NET version should it suit out needs, so a > > > > > > quick response would be appreciated or if theres something Im > doing > > > > > > wrong please let me know > > > > > > > > > > > > Im running Windows XP PRO SP 1 and using VS.NET 7.0.942 with > > > > > > Framework version 1.0.3705 > > > > > > > > > > > > Thanks > > > > > > Clive Bennett > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Link to comment Share on other sites More sharing options...
Software FX Posted April 3, 2003 Report Share Posted April 3, 2003 We think we did include the fix for this issue. Please try download our most recent service pack (1180) at http://support.softwarefx.com/cfxlite/ServicePack.asp -- Regards, JC Software FX Support "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message news:XPPNjqN#CHA.2684@webserver1.softwarefx.com... > Was just reading through some other posts and saw one titiles "Invalid cast > on Dispose", that sounds exactly like my problem that I get when using a > combination line/area graph > > FX Support mentioned a fix available in 2 weeks time, and that post was date > 07 Feb, Do you know if a fix was made for this? > > Thanks > Clive > > > "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message > news:lYFnfyN9CHA.848@webserver1.softwarefx.com... > > Sorry, Its version 6.0.1115.19829 > > > > Thanks > > > > "Software FX Support" <support@softwarefx.com> wrote in message > > news:0B2uKXL9CHA.772@webserver1.softwarefx.com... > > > 6.0.839.0 is the assembly version, not the file version. To view the > > > FileVersion right-click the file in Windows Explorer and select > > "Properties" > > > then click the "Version" tab. > > > > > > -- > > > Regards, > > > > > > JC > > > Software FX Support > > > "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message > > > news:ym7aiOK9CHA.848@webserver1.softwarefx.com... > > > > Version 6.0.839.0 > > > > > > > > I think thats the current version.. > > > > > > > > "Software FX Support" <support@softwarefx.com> wrote in message > > > > news:BYw3p6G9CHA.1328@webserver1.softwarefx.com... > > > > > I tried your steps but it worked fine, can you specify the file > > version > > > > for > > > > > ChartFX.Lite.dll you are using. > > > > > > > > > > -- > > > > > Regards, > > > > > > > > > > JC > > > > > Software FX Support > > > > > "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message > > > > > news:wbNMDvA9CHA.1328@webserver1.softwarefx.com... > > > > > > Hi, > > > > > > > > > > > > The following causes a unhandled exception error in ChartFX.lite > > > > > > > > > > > > 1. Create a new Windows Forms C# project in Visual Studio .NET > > > > > > 2. Place a Chart FX control onto window > > > > > > 3. Add a Button with this code > > > > > > > > > > > > chart1.Series[0].Gallery = SoftwareFX.ChartFX.Lite.Gallery.Area; > > > > > > > > > > > > 4. Execute program and click button, The graph changes the first > > > > > > series to a Area type no problems > > > > > > 5. Exit the application and I get the following error every time > > > > > > > > > > > > "An unhandled exception of type 'System.InvalidCastException' > > > > > > occurred in chartfx.lite.dll > > > > > > Additional information: Specified cast is not valid." > > > > > > > > > > > > Im trying to evaluate ChartFX for a new project we are starting > and > > > > > > plan on purchasing the .NET version should it suit out needs, so a > > > > > > quick response would be appreciated or if theres something Im > doing > > > > > > wrong please let me know > > > > > > > > > > > > Im running Windows XP PRO SP 1 and using VS.NET 7.0.942 with > > > > > > Framework version 1.0.3705 > > > > > > > > > > > > Thanks > > > > > > Clive Bennett > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Link to comment Share on other sites More sharing options...
User (Legacy) Posted April 12, 2003 Author Report Share Posted April 12, 2003 Wonderfull, did the trick Thanks "Software FX Support" <support@softwarefx.com> wrote in message news:ve6IVAf#CHA.584@webserver1.softwarefx.com... > We think we did include the fix for this issue. Please try download our most > recent service pack (1180) at > http://support.softwarefx.com/cfxlite/ServicePack.asp > > -- > Regards, > > JC > Software FX Support > "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message > news:XPPNjqN#CHA.2684@webserver1.softwarefx.com... > > Was just reading through some other posts and saw one titiles "Invalid > cast > > on Dispose", that sounds exactly like my problem that I get when using a > > combination line/area graph > > > > FX Support mentioned a fix available in 2 weeks time, and that post was > date > > 07 Feb, Do you know if a fix was made for this? > > > > Thanks > > Clive > > > > > > "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message > > news:lYFnfyN9CHA.848@webserver1.softwarefx.com... > > > Sorry, Its version 6.0.1115.19829 > > > > > > Thanks > > > > > > "Software FX Support" <support@softwarefx.com> wrote in message > > > news:0B2uKXL9CHA.772@webserver1.softwarefx.com... > > > > 6.0.839.0 is the assembly version, not the file version. To view the > > > > FileVersion right-click the file in Windows Explorer and select > > > "Properties" > > > > then click the "Version" tab. > > > > > > > > -- > > > > Regards, > > > > > > > > JC > > > > Software FX Support > > > > "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message > > > > news:ym7aiOK9CHA.848@webserver1.softwarefx.com... > > > > > Version 6.0.839.0 > > > > > > > > > > I think thats the current version.. > > > > > > > > > > "Software FX Support" <support@softwarefx.com> wrote in message > > > > > news:BYw3p6G9CHA.1328@webserver1.softwarefx.com... > > > > > > I tried your steps but it worked fine, can you specify the file > > > version > > > > > for > > > > > > ChartFX.Lite.dll you are using. > > > > > > > > > > > > -- > > > > > > Regards, > > > > > > > > > > > > JC > > > > > > Software FX Support > > > > > > "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message > > > > > > news:wbNMDvA9CHA.1328@webserver1.softwarefx.com... > > > > > > > Hi, > > > > > > > > > > > > > > The following causes a unhandled exception error in ChartFX.lite > > > > > > > > > > > > > > 1. Create a new Windows Forms C# project in Visual Studio .NET > > > > > > > 2. Place a Chart FX control onto window > > > > > > > 3. Add a Button with this code > > > > > > > > > > > > > > chart1.Series[0].Gallery = SoftwareFX.ChartFX.Lite.Gallery.Area; > > > > > > > > > > > > > > 4. Execute program and click button, The graph changes the first > > > > > > > series to a Area type no problems > > > > > > > 5. Exit the application and I get the following error every time > > > > > > > > > > > > > > "An unhandled exception of type 'System.InvalidCastException' > > > > > > > occurred in chartfx.lite.dll > > > > > > > Additional information: Specified cast is not valid." > > > > > > > > > > > > > > Im trying to evaluate ChartFX for a new project we are starting > > and > > > > > > > plan on purchasing the .NET version should it suit out needs, so > a > > > > > > > quick response would be appreciated or if theres something Im > > doing > > > > > > > wrong please let me know > > > > > > > > > > > > > > Im running Windows XP PRO SP 1 and using VS.NET 7.0.942 with > > > > > > > Framework version 1.0.3705 > > > > > > > > > > > > > > Thanks > > > > > > > Clive Bennett > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Link to comment Share on other sites More sharing options...
User (Legacy) Posted April 12, 2003 Author Report Share Posted April 12, 2003 Wonderfull, did the trick Thanks "Software FX Support" <support@softwarefx.com> wrote in message news:ve6IVAf#CHA.584@webserver1.softwarefx.com... > We think we did include the fix for this issue. Please try download our most > recent service pack (1180) at > http://support.softwarefx.com/cfxlite/ServicePack.asp > > -- > Regards, > > JC > Software FX Support > "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message > news:XPPNjqN#CHA.2684@webserver1.softwarefx.com... > > Was just reading through some other posts and saw one titiles "Invalid > cast > > on Dispose", that sounds exactly like my problem that I get when using a > > combination line/area graph > > > > FX Support mentioned a fix available in 2 weeks time, and that post was > date > > 07 Feb, Do you know if a fix was made for this? > > > > Thanks > > Clive > > > > > > "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message > > news:lYFnfyN9CHA.848@webserver1.softwarefx.com... > > > Sorry, Its version 6.0.1115.19829 > > > > > > Thanks > > > > > > "Software FX Support" <support@softwarefx.com> wrote in message > > > news:0B2uKXL9CHA.772@webserver1.softwarefx.com... > > > > 6.0.839.0 is the assembly version, not the file version. To view the > > > > FileVersion right-click the file in Windows Explorer and select > > > "Properties" > > > > then click the "Version" tab. > > > > > > > > -- > > > > Regards, > > > > > > > > JC > > > > Software FX Support > > > > "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message > > > > news:ym7aiOK9CHA.848@webserver1.softwarefx.com... > > > > > Version 6.0.839.0 > > > > > > > > > > I think thats the current version.. > > > > > > > > > > "Software FX Support" <support@softwarefx.com> wrote in message > > > > > news:BYw3p6G9CHA.1328@webserver1.softwarefx.com... > > > > > > I tried your steps but it worked fine, can you specify the file > > > version > > > > > for > > > > > > ChartFX.Lite.dll you are using. > > > > > > > > > > > > -- > > > > > > Regards, > > > > > > > > > > > > JC > > > > > > Software FX Support > > > > > > "Clive" <clive.bennett@writeme_REMOVE_.com> wrote in message > > > > > > news:wbNMDvA9CHA.1328@webserver1.softwarefx.com... > > > > > > > Hi, > > > > > > > > > > > > > > The following causes a unhandled exception error in ChartFX.lite > > > > > > > > > > > > > > 1. Create a new Windows Forms C# project in Visual Studio .NET > > > > > > > 2. Place a Chart FX control onto window > > > > > > > 3. Add a Button with this code > > > > > > > > > > > > > > chart1.Series[0].Gallery = SoftwareFX.ChartFX.Lite.Gallery.Area; > > > > > > > > > > > > > > 4. Execute program and click button, The graph changes the first > > > > > > > series to a Area type no problems > > > > > > > 5. Exit the application and I get the following error every time > > > > > > > > > > > > > > "An unhandled exception of type 'System.InvalidCastException' > > > > > > > occurred in chartfx.lite.dll > > > > > > > Additional information: Specified cast is not valid." > > > > > > > > > > > > > > Im trying to evaluate ChartFX for a new project we are starting > > and > > > > > > > plan on purchasing the .NET version should it suit out needs, so > a > > > > > > > quick response would be appreciated or if theres something Im > > doing > > > > > > > wrong please let me know > > > > > > > > > > > > > > Im running Windows XP PRO SP 1 and using VS.NET 7.0.942 with > > > > > > > Framework version 1.0.3705 > > > > > > > > > > > > > > Thanks > > > > > > > Clive Bennett > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.