windrobin / winforms-geplugin-control-library

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

VB2010 Error: '.ctor' is ambiguous because multiple kinds of members with this name exist in class... #107

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use Visual Basic 2010
2. Try to add a GENavigationControl
3. Code:

Dim control As GENavigationControl
control = New GENavigationControl(_ge)
control.Visibility = Visibility.Show

What is the expected output? What do you see instead?

No errors in compiler

What version of the product are you using? On what operating system?

Windows 7 64Bit.DLLv3 - Commit 533 

Please provide any additional information below.

I get the following error in the compiler:

'.ctor' is ambiguous because multiple kinds of members with this name exist in 
class 'FC.GEPluginCtrls.GENavigationControl'.

URL that may help: 
http://social.msdn.microsoft.com/Forums/en-US/850843f1-2a73-411c-8ad6-797c0884e9
63/ctor-is-ambiguous-because-multiple-kinds-of-members-with-this-name-exist-in-c
lass

Thanks,

Nick,

Original issue reported on code.google.com by nhi...@vt.edu on 16 Jul 2013 at 5:59

GoogleCodeExporter commented 9 years ago
Yes I see, It wasn't anything to do with out parameters, it is the overloaded 
constructor that was causing an ambiguity with the signatures. Anyhow, many 
thanks - I have fixed it now.

https://code.google.com/p/winforms-geplugin-control-library/source/browse/trunk/
Wrappers/GENavigationControl.cs

Thanks again!

Original comment by fraser.c...@gmail.com on 16 Jul 2013 at 7:16

GoogleCodeExporter commented 9 years ago
Thanks for the quick response! Can you update the .dll?

Original comment by nhi...@vt.edu on 16 Jul 2013 at 7:20

GoogleCodeExporter commented 9 years ago
Unfortunately not right at the moment, I only have my phone! You would have to 
check out the code and compile it. I will actually remove the dlls now as well 
as not to confuse. Thanks again for bringing this up.

Original comment by fraser.c...@gmail.com on 16 Jul 2013 at 8:03