开发者

HRESULT E_FAIL when selecting a DataGrid row

开发者 https://www.devze.com 2023-03-31 05:43 出处:网络
I\'m in a tight spot with this error... I have a DataGrid with some data. Based on some other parameters defined by the user, my application loads data in the background.

I'm in a tight spot with this error...

I have a DataGrid with some data. Based on some other parameters defined by the user, my application loads data in the background.

So far, everything worked fine. However, I've stumbled upon the following error today:

Error HRESULT E_FAIL has been returned from a call to a COM component.

This error appeared completely out of the blue; I was using my application and then, suddenly, this appeared when I selected a new row. It consistently appears for a specific row with specific application parameters, and so far hasn't appeared in any other case.

The error doesn't come with a StackTrace (which is null) and neither with an InnerException.

As such, I'm a bit bewildered and don't quite know what to do. I can't post the entire applicati开发者_高级运维on here, and that error gives me absolutely nothing to go on. It does, however, cause the entire application to stop working (when no debugger is attached the application just "vanishes").

What should I do with this?

PS. The application is an Azure Silverlight application, but this happens regardless if I run it on the Dev. fabric or if it's online. But my gut tells me it's an issue with Silverlight itself, and not with Azure.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号