Component not found

0
0

Occasionally, while debugging, I get “Component not found” alerts, and the cause has always been tricky to track down.

Is there an exception that I can enable in VS, so that it will break rather than displaying the alert?

  • You must to post comments
0
0

Any progress on the debug build?

  • You must to post comments
0
0

GetDataStoreTarget() is used when the data grid sends data requests. If it doesn’t find the component on the server it must have been disposed. The exception is important because it means that a client widget is asking for data but the server cannot find the corresponding control.

I noticed that the localized exception text doesn’t contain the id it was looking for. Will send you a debug build to track this down.

  • You must to post comments
0
0

screenshot attached

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.