只能对属于DataGridView控件的行执行操作吗?
当我更改数据源时会发生这种情况。
我已经检查了所有内容(堆栈跟踪、所有异常信息、数据源、网格、所有线程等)我还编写了很多诊断代码(+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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
红色 X 是 .net 表示控制代码绘制过程中发生错误的方式。
请参阅这些文章 1、2, 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).