User (Legacy) Posted January 28, 2003 Report Share Posted January 28, 2003 After applying the patch to the latest version of 5.5 (.10.2) we can run one chart then if we run another chart IIS crashes down in a bad way (inetinfo.exe drops right off the active process list.). No other code regarding the the charts has changed only this upgrade. Has any one else seen this before? -Jp Quote Link to comment Share on other sites More sharing options...
Software FX Posted January 28, 2003 Report Share Posted January 28, 2003 Does the crash happens with the samples provided by Software FX ? -- FP Software FX, Inc. Quote Link to comment Share on other sites More sharing options...
User (Legacy) Posted January 29, 2003 Author Report Share Posted January 29, 2003 No, the samples work fine. It looks like we were creating a ChartFX object in an ASP page; therefore InetInfo.exe is the space that the object is created in and when it failed it took Inetinfo with it. We changed the code such that ChaftFx object is now solely created in an MTS object, in its own package. So far this seems to be working. -Jp "SoftwareFX Support" <support@softwarefx.com> wrote in message news:dDWYlhwxCHA.1384@webserver1.softwarefx.com... > Does the crash happens with the samples provided by Software FX ? > > -- > FP > Software FX, Inc. > > Quote Link to comment Share on other sites More sharing options...
Software FX Posted January 29, 2003 Report Share Posted January 29, 2003 It sounds like something particular to your application, if you get the crash again let us know how to reproduce it by providing us with the source code that caused it. -- FP Software FX, Inc. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.