本文介绍了在C#中出现编译错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在编译代码时遇到以下错误.谁知道为什么?

引用不明确
引用不明确

无法解析符号执行阅读器"
无法解析符号命令类型"
无法解析符号已读"
无法解析符号打开"
无法解析符号关闭"
无法解析符号"dispose"

I''m having the following errors when i compile my code. Any one knows why?

Ambiguous reference
Ambiguous reference

cannot resolve symbol ''execute reader''
cannot resolve symbol ''comand type''
cannot resolve symbol ''read''
cannot resolve symbol ''open''
cannot resolve symbol ''close''
cannot resolve symbol ''dispose''

推荐答案



这篇关于在C#中出现编译错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-28 04:28