sagulnet / winforms-geplugin-control-library

Automatically exported from code.google.com/p/winforms-geplugin-control-library
GNU General Public License v3.0
0 stars 0 forks source link

GeToolStrip1 HRESULT_FAIL #75

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Downloaded FC.GEPluguinCtrls.dll Version:3.0.0.0
2.Added to my poject solution references
3.New windows form whith the dll controls added from the 
toolbox(GEtoolstrip,KmlTreeview,GEWebBroswer) 

What is the expected output? What do you see instead?
-The expected output is a windowsform like the Test_Aplication_7 of the 
download section of this web page.

-When I put : "Me.GeToolStrip1.SetBrowserInstance(Me.GeWebBrowser1)" in the: 
"Private Sub geWebBrowser1_PluginReady(ByVal sender As Object, ByVal e As 
GEEventArgs)" method, this error appears: "Error HRESULT E_FAIL has been 
returned from a call to a COM component." when de execution arrives to the line 
a I put before.  
  when I instace GeStatusStrip and KmlTreeview these works fine.

What version of the product are you using? On what operating system?
-Microsoft Visual Studio 2010 Ultimate.
-Windows Xp SP3

Please provide any additional information below.
-Visual Basic Language not C#
sorry about my english. ;-P

Original issue reported on code.google.com by chanom...@gmail.com on 21 Feb 2012 at 3:09

GoogleCodeExporter commented 8 years ago
Hi Thanks for this, unfortunately I am not able to reproduce this error. 

Can I ask, does a very basic set-up like the following work.
http://code.google.com/p/winforms-geplugin-control-library/wiki/ExampleFormAllCo
ntrols

Also, does the Test_Aplication_7 work without error? 

Thanks.

Original comment by fraser.c...@gmail.com on 28 Feb 2012 at 3:26

GoogleCodeExporter commented 8 years ago
Hi , the Test_Aplication_7 works fine, but when I put a new form on my solution 
and the execution arrives to : 
"Me.GeToolStrip1.SetBrowserInstance(Me.GeWebBrowser1)" the error : "Error 
HRESULT E_FAIL has been returned from a call to a COM component." raises and i 
don´t know why. I also put :
"   Me.GeStatusStrip1.SetBrowserInstance(Me.GeWebBrowser1)
        Me.KmlTreeView1.SetBrowserInstance(Me.GeWebBrowser1)" and these ones work fine, the only one that I can´t use is de GeToolStrip. 

I´m going to do a test by using it in a clean solution for see if there gone 
fine, if is true then maybe I have something in my solution that is not 
compatible with it, idont know.

Original comment by chanom...@gmail.com on 6 Mar 2012 at 10:29

GoogleCodeExporter commented 8 years ago
Again, I am sorry but I can't reproduce the error.

Original comment by fraser.c...@gmail.com on 1 May 2012 at 3:42

GoogleCodeExporter commented 8 years ago
As I can't repro this error I am going to close it...

Original comment by fraser.c...@gmail.com on 20 Nov 2012 at 12:04