Hi all,
I am really a newbie in syncfusion so probably I miss something....
I am developing an excel vsto addin with VS2019 (code is really basic, I'm not a developer) and I'm trying to insert a sfComboBox in a form. In debugging mode when I call the form it throw this exception:
System.MissingMethodException
HResult=0x80131513
Message=Method not found: 'Void Syncfusion.WinForms.ListView.SfComboBox.set_DropDownPosition(Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment)'.
Source=<Cannot evaluate the exception source>
StackTrace:
<Cannot evaluate the exception stack trace>
Any ideas?
Thank you
Hi
Elakkiya,
Thanks for you answer...
basically the setup is similar to those used in the video you linked, except that I'm using VB.NET and the Excel version is 2016.
I tried to load and build the test project you sent but VS can't import the .pfx file because it is password protected.
[edit]
I created a brand new VB VSTO addin project that load a form with a sfcomboBox inside,
attached you can find a video and teh addin code.