Hi,
There’s a critical bug in the latest update (1.4.25.0) affecting Wisej VB.net projects. I can no longer create a new Inherited UserControl, with the error ‘Exception has been thrown by target on an invocation’.
Existing UserControls don’t appear to load properly in Chrome, but Firefox and IE seems to be ok. I’ve got an existing VB.net based Wisej project with a HtmlPanel control, and when trying to set the html text for the HtmlPanel text, Chrome hangs with the kill dialog eventually appearing. However, placing the HtmlPanel directly onto a webform does not cause it to hang.
C# projects don’t appear to be affected.
I was finally able to replicate the problem in a separate VB project (see attached zip).
This example is essentially what happens in the main project I’m working on. User chooses a template to load which is supposed to display the template text inside the CKEditor control with the draggable fields in the HtmlPanel which are contained within a UserControl. The UserControl is added to a tab page on the form. The tab page and UserControl are created at runtime. This works as expected in IE and Firefox but will hang in Chrome. As mentioned previously, this was working before latest update so if I need to tweak something to get this working again then please let me know.
Hi Andrew, did you recompile the user controls? Looks like a binding error when the signature of a method cannot be resolved by .NET. The rightToLeft default argument of MessageBox,Show() has changed to RightToLeft. Checking the second problem.
Please login first to submit.