Posted 15 June 2020, 4:55 pm EST
Howdy,
I have some need’s to open the app on windows 2008 r2 or windows 7, and the flexviewer that i have setup to display pdf files.
On these environments, i have the error bellow.
Is it the lack of some support/framework/whatever that i need to install, or this OS’s are really not supported anymore?
thanks in advanced,
System.InvalidCastException: Specified cast is not valid.
at C1.Util.DX.ComObject.QueryInterface(Guid guid, IntPtr& outPtr)
at C1.Util.DX.ComObject.QueryInterfaceT
at C1.Win.C1Document.Util.C1DXTextLayout…ctor(IC1DXTextLayoutOwner owner)
at C1.Win.C1Document.Util.C1DXTextMeasurementContext…ctor()
at C1.Win.C1Document.C1TextSearchManager…ctor(C1DocumentSource documentSource)
at C1.Win.FlexViewer.C1FlexViewerPane.#fvn()
at C1.Win.FlexViewer.C1FlexViewerPane.#Hun()
at C1.Win.FlexViewer.C1FlexViewerPane.#Eun(C1DocumentSource #Fun)
at C1.Win.FlexViewer.C1FlexViewerPane.set_DocumentSource(C1DocumentSource value)
at C1.Win.FlexViewer.C1FlexViewer.set_DocumentSource(C1DocumentSource value)
at Decimal_Correspondencia.frmviewer.frmviewer_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at C1.Win.C1Ribbon.C1RibbonForm.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)