|
|
 |
zerovivo$2006208 zerovivo 04/03/2007 :: 16:33
Registered
| | Hi!
I become the following exception with in my sw-project.
System.Runtime.InteropServices.COMException (0x800AC352): Ausnahme von HRESULT: 0x800AC352. at System.Windows.Forms.AxHost.CreateInstance() at System.Windows.Forms.AxHost.GetOcxCreate() at System.Windows.Forms.AxHost.TransitionUpTo(Int32 state) at System.Windows.Forms.AxHost.CreateHandle() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.AxHost.EndInit() at HausUndGrund.frmKisters.InitializeComponent() at HausUndGrund.frmKisters..ctor() at HausUndGrund.frmMain.ExplorerBar1_ItemClick(Object sender, ItemEventArgs e) at Janus.Windows.ExplorerBar.ExplorerBar.OnItemClick(ItemEventArgs e) at Janus.Windows.ExplorerBar.ExplorerBar.OnMouseUp(MouseEventArgs e) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Maybe you can help me. The application runs on 10 computers, but on 4 of it i become thies exception. The computers have the same configuration and the same hardware. The configuration of the computers.
Windows XP SP2 (up to date) .Net Framework 1.1 (up to date) in use Office 2002
I user the gdviewer in the versin 1.0 | |
 |
Loïc$2006306 Loïc 04/03/2007 :: 17:32
Registered
| | Hi,
I think that you need to update your GdViewer component to the 2.X edition.
http://www.gdpicture.com/download.php
Loïc | |
 |
zerovivo$2006208 zerovivo 04/10/2007 :: 13:46
Registered
| | Hi.
I have changed to the new version but now I get a CallbackOnCollectedDelegate Exception. I don't know what i do wrong. I do the same like you in the SampleProject.
Please, help! | |
 |
Loïc$2006306 Loïc 04/11/2007 :: 11:22
Registered
| | Hi,
I give more precision than 'CallbackOnCollectedDelegate Exception'...
- What programing tool are you using ? - When the error occurs ?
Second, are you that this error provides from a gdpicture object ??
Best regards,
Loïc Carrère
| |
 |
zerovivo$2006208 zerovivo 04/11/2007 :: 16:13
Registered
| | Hi!
I use Visual Studio 2005 Team Edition for Software Developers.
The error occurs, when I catch the "Handles AxgdViewer1.DblClick". In this event, I open a new Form with a second AxgdViewer object. After I close it and I change to an other form the error occurs. When i do not fire the "DblClick Event" the error do not occure. | |
 |
Loïc$2006306 Loïc 04/11/2007 :: 17:24
Registered
| | Hi,
Could you try to update the ocx you are using from this link:
http://www.gdpicture.com/ressources/betas/
What's append now ?
Loïc | |
 |
zerovivo$2006208 zerovivo 04/11/2007 » 18:10
Registered
| | Hi!
Thanks for your fast answer, but it doesn't work.
The same error occures.
Maybe one more infomation. When I fire the DblClick Event for the first time. I get my new form window. But when I close the Form and I try it again, nothing happends.
I cann't use the event for more than one time. I must use an other way to see the Form. After the second way over a Button function, I can use the Event again.
regards | |
 |
Loïc$2006306 Loïc 04/11/2007 :: 18:09
Registered
| | Ok.
Could you write the code you are using into the DblClick Event and check the line of code which generate the error ?
If your project is non confidential you can send it by mail at esupport (at) gdpicture (dot) com.
Regards,
Loïc | |
 |
zerovivo$2006208 zerovivo 04/12/2007 :: 13:16
Registered
| | Hi.
I the DblClick Event i wrote the following code:
Dim f1 as new WindowsForm(Filename, true) f1.ShowDialog
In the WindowsForm_Load Event i set up the gdViewer control of WindowsForm and open the given file.
After I close WindowsForm, i can't use the DblClick event from gdViewer from the MDI Form again. And when i change to an other MDI Form the error occurs.
And Since today I get a new error, "Resize Error". This occurs in the MyBase.Dispose(dispose) line in the Dispose Methoed of the MDI File.
I can't Send the Project. Sorry. | |
 |
Loïc$2006306 Loïc 04/12/2007 :: 16:50
Registered
| | Ok,
i've made a little fix.
Could you try to update another time the ocx:
http://www.gdpicture.com/ressources/betas/
Now what's append ?
Regards,
Loïc | |
 |
zerovivo$2006208 zerovivo 04/12/2007 :: 17:42
Registered
| | Hi Loïc!
Thank you for the fix, but it doesn't work. The same errors occures.
Regards, Andy | |
 |
Loïc$2006306 Loïc 04/12/2007 :: 17:57
Registered
| | OK Andy, but what is the error you are talking about ?
The "Resize Error" ? The System.Runtime.InteropServices.COMException (0x800AC352) ? The "DblClick Event" who not fire ??
Please try to cath the line of code which rise this error.
Regards,
Loïc | |