只能对属于DataGridView控件的行执行操作吗?

发布于 2024-08-27 04:15:34 字数 193 浏览 5 评论 0原文

当我更改数据源时会发生这种情况。
我已经检查了所有内容(堆栈跟踪、所有异常信息、数据源、网格、所有线程等)我还编写了很多诊断代码(+3000 行)
它似乎是一种病毒,它会破坏我的应用程序中的所有内容。
所有网格都会出现完全相同的错误。(虽然我没有更改任何代码).wtf 。

它使我的 datagridviews 上有一个红色的 X。

it happens when i change the DataSource.
i have checked everything(stack traces, all exception information, datasources, grids, all the threads, etc) i have also write lots of diagnostic code(+3000 line)
it seems to be a virus, it is going to destroy everything in my app.
all grids are going to have the very same error.(while i have not changed any of the code).wtf .

it makes my datagridviews to have an red X on them.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

转身以后 2024-09-03 04:15:34

红色 X 是 .net 表示控制代码绘制过程中发生错误的方式。

请参阅这些文章 12, 3 有关可能的一些提示原因/你可以采取什么措施(如果这些链接不能帮助谷歌搜索“datagridviews有一个红色的X”带来很多阅读材料)。

The red X is .net's way of showing that an error occured in the drawing of the control code.

See these articles 1, 2, 3 for some hints on the possible causes/what you can do about it (if those links don't help googleing "datagridviews have an red X" brings up a lot of reading material).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文