This question is locked. New answers and comments are not allowed.
I have code that looks something like the following:
When I call the ShowDialog() method of the RadWindow directly after hiding the RadBusyIndicator I always get a CrossAppDomainMarshaledException that crashes the browser. This error did not occur prior to version 2012.1.215.1050. Is this an issue I can get some help on?
Thanks.
radBusyIndicator.IsBsuy =
false
;
radWindow.ShowDialog();
When I call the ShowDialog() method of the RadWindow directly after hiding the RadBusyIndicator I always get a CrossAppDomainMarshaledException that crashes the browser. This error did not occur prior to version 2012.1.215.1050. Is this an issue I can get some help on?
Thanks.