[Visualdataflex] First start with 8.5 .net

Discussions about GdPicture.NET usage in non managed applications built in vb6, Delphi, vfp, MFC c++ etc...
Post Reply
ditte
Posts: 48
Joined: Tue Jul 17, 2007 9:49 am
Location: Berlin, Germany

[Visualdataflex] First start with 8.5 .net

Post by ditte » Tue Apr 24, 2012 1:02 pm

Hi,
I like to test the .net activex version, but I get a start with errors if I click the contex or I click into the GdViewer.
Is my installation not complete?

Sorry, the error is in german.

Regards Dittmar



************** Ausnahmetext **************
System.NotImplementedException: Die Methode oder der Vorgang sind nicht implementiert.
bei System.Windows.Forms.UnsafeNativeMethods.IOleInPlaceUIWindow.SetActiveObject(IOleInPlaceActiveObject pActiveObject, String pszObjName)
bei System.Windows.Forms.Control.ActiveXImpl.InPlaceActivate(Int32 verb)
bei System.Windows.Forms.Control.ActiveXImpl.OnFocus(Boolean focus)
bei System.Windows.Forms.Control.OnGotFocus(EventArgs e)
bei System.Windows.Forms.Control.WmSetFocus(Message& m)
bei System.Windows.Forms.Control.WndProc(Message& m)
bei System.Windows.Forms.ScrollableControl.WndProc(Message& m)
bei System.Windows.Forms.ContainerControl.WmSetFocus(Message& m)
bei System.Windows.Forms.ContainerControl.WndProc(Message& m)
bei System.Windows.Forms.UserControl.WmSetFocus(Message& m)
bei System.Windows.Forms.UserControl.WndProc(Message& m)
bei GdPicture.GdViewer.WndProc(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
bei System.Windows.Forms.Control.ActiveXImpl.System.Windows.Forms.IWindowTarget.OnMessage(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Geladene Assemblys **************
mscorlib
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.5448 (Win7SP1GDR.050727-5400).
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll.
----------------------------------------
GdPicture.NET
Assembly-Version: 8.5.0.26.
Win32-Version: .
CodeBase: file:///C:/Program%20Files%20(x86)/GdPicture.NET%208/Redist/COM%20Interop/GdPicture.NET.DLL.
----------------------------------------
mscorlib.resources
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.5448 (Win7SP1GDR.050727-5400).
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll.
----------------------------------------
System.Windows.Forms
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.5446 (Win7SP1GDR.050727-5400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
----------------------------------------
System
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.5453 (Win7SP1GDR.050727-5400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll.
----------------------------------------
System.Drawing
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.5458 (Win7SP1GDR.050727-5400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
----------------------------------------
Microsoft.VisualBasic
Assembly-Version: 8.0.0.0.
Win32-Version: 8.0.50727.5420 (Win7SP1.050727-5400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll.
----------------------------------------
Accessibility
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.4927 (NetFXspW7.050727-4900).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll.
----------------------------------------
System.Web
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.5456 (Win7SP1GDR.050727-5400).
CodeBase: file:///C:/Windows/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll.
----------------------------------------
System.Xml
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.5420 (Win7SP1.050727-5400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll.
----------------------------------------
System.Windows.Forms.resources
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.5420 (Win7SP1.050727-5400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
----------------------------------------

************** JIT-Debuggen **************
Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
Konfigurationsdatei der Anwendung oder des Computers
(machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.

Zum Beispiel:

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

Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten
Ausnahmen an den JIT-Debugger gesendet, der auf dem
Computer registriert ist, und nicht in diesem Dialogfeld behandelt.

User avatar
Loïc
Site Admin
Posts: 5881
Joined: Tue Oct 17, 2006 10:48 pm
Location: France
Contact:

Re: First start with 8.5 .net

Post by Loïc » Tue Apr 24, 2012 1:09 pm

Hello Dittmar,

Which environment of development are you using ?

Kind regards,

Loïc

ditte
Posts: 48
Joined: Tue Jul 17, 2007 9:49 am
Location: Berlin, Germany

Re: First start with 8.5 .net

Post by ditte » Tue Apr 24, 2012 1:57 pm

Hi Loïc,

I am using Visualdataflex (http://www.visualdataflex.com/Home.asp?pageid=569):

Windows 7 prof 64 bit.

Regards Dittmar

User avatar
Loïc
Site Admin
Posts: 5881
Joined: Tue Oct 17, 2006 10:48 pm
Location: France
Contact:

Re: First start with 8.5 .net

Post by Loïc » Tue Apr 24, 2012 2:02 pm

Thank you. I am downloading a trial version.

Are you able to share a demo project reproducing the problem and some instruction on how to run it ?

Kind regards,

Loïc

ditte
Posts: 48
Joined: Tue Jul 17, 2007 9:49 am
Location: Berlin, Germany

Re: [Visualdataflex] First start with 8.5 .net

Post by ditte » Wed Apr 25, 2012 9:28 am

Hi Loïc,

I have send it to
esupport@gdpicture.com

Regards Dittmar

flado
Posts: 7
Joined: Wed Jan 20, 2010 1:40 pm

Re: [Visualdataflex] First start with 8.5 .net

Post by flado » Tue Sep 27, 2016 1:46 pm

Hi,

I have just downloaded the latest version and am trying it out. We've been using version 5 for ages. Of course, like in the original post, I use DataFlex (version 18.2).

I get the same problem as in this post, as soon as the control gets the focus, there is an exception.

What can I do to fix it?

Thanks in advance!

User avatar
Loïc
Site Admin
Posts: 5881
Joined: Tue Oct 17, 2006 10:48 pm
Location: France
Contact:

Re: [Visualdataflex] First start with 8.5 .net

Post by Loïc » Wed Sep 28, 2016 2:29 pm

Hi,

We do not have any experience with Dataflex but we can try to do something if you provide a very simple .exe file that we can run, reproducing the issue, based on our latest public release. To share such material please use our helpdesk.

With best regards,

Loïc.

flado
Posts: 7
Joined: Wed Jan 20, 2010 1:40 pm

Re: [Visualdataflex] First start with 8.5 .net

Post by flado » Wed Sep 28, 2016 3:52 pm

Hi,

Thanks for your answer. I have submitted a ticket (#132457) to helpdesk and included a small workspace and a problem description.

Thankful for answers.

regards
/Leif

User avatar
Loïc
Site Admin
Posts: 5881
Joined: Tue Oct 17, 2006 10:48 pm
Location: France
Contact:

Re: [Visualdataflex] First start with 8.5 .net

Post by Loïc » Thu Sep 29, 2016 3:05 pm

fixed for the next release.

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest