IBindableComponent refers to Windows.Forms

0
0

Hey

I am working on an extension for Wisej Components.

Therefor I have to use the IBindableComponent Interface.

When I use a Wisej Component (Textbox for example) as IBindableComponent, then I am getting the error:

InvalidCastException

“System.Windows.Forms.Binding” can not be cast into type “Wisej.Web.Binding”

When I look into the object browser of IBindableComponent, then I find a refernce to:

Windows.Forms.IBindableComponent

Namespace Wisej.Web

‘ Summary:
‘     Bindable components implement this interface.
Public Interface IBindableComponent
Implements Windows.Forms.IBindableComponent, IComponent, IDisposable
End Interface
End Namespace

 

I think there is a bug. THX a lot

  • You must to post comments
0
0

Hi Harald,

From MvvmFx binding components I took the C# source, This source as well as the converted VB are attached.

HTH

Attachment
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.