Jump to content
Software FX Community

anandcbe14

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by anandcbe14

  1. Thanks; that was my understanding too.

    We have a situation where the same app codebase will be deployed to 32bit in some cases and 64 bit in some cases and can't have separate build/deployment procedures. So it now appears that our only option is to move to ChartFX 7.

  2.  Hi

    I had a .net 2.0 web app that was using an interop assembly (references chartfx) .  This assembly is used in some pages to generate chart images.  This was working well when IIS was running in 32 bitmode.  Now we are migrating to native 64 bit and are facing issues with these pages that use charting.  I get the following error:

     

    System.Runtime.InteropServices.COMException (0x80040154): Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))

    at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)

    at System.EnterpriseServices.Thunk.Proxy.CoCreateObject(Type serverType, Boolean bQuerySCInfo, Boolean& bIsAnotherProcess, String& uri)

    at System.EnterpriseServices.ServicedComponentProxyAttribute.CreateInstance(Type serverType)

    at System.Runtime.Remoting.Activation.ActivationServices.IsCurrentContextOK(Type serverType, Object[] props, Boolean bNewObj)

    Is there a way to get this to work for 64 bit ?

     

×
×
  • Create New...