Dispose(bool)”: 没有找到适合的方法来重写

usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Da... using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Data.SqlClient;

namespace libraryMIS
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}

private void Form1_Load(object sender, EventArgs e)
{

}

private void button1_Click(object sender, EventArgs e)
{
libraryMS con = new libraryMS(justice,sa,libraryMIS,justicer);
SqlConnection sqlconnection = con.creatlibraryMS;
SqlCommand cmd = new SqlCommand("SELECT COUNT(*) FROM person WHERE Name='" + textName + "' and Pwd='" + textPassWord + "'", sqlConnection);
string t = cmd.ExecuteScalar().ToString();
cmd.Connection.Close();
if (t == "1")
{
this.Visible = false;
person person = new person();
person.ShowDialog();
}
else
{
MessageBox.Show("登录失败","友情提示");
}
}

private void button2_Click(object sender, EventArgs e)
{
Application.Exit();
}
}
}
主要是告诉我如何解决这个问题,谢谢!
说明一下libraryMS是已经定义好的一个连接数据库的类
展开
 我来答
cnmahj
2010-05-27 · TA获得超过954个赞
知道小有建树答主
回答量:785
采纳率:0%
帮助的人:1063万
展开全部
可能是你修改了namespace,导致的。dispose在designer文件中。

你把designer中的namespace也改了就可以了。

多看看VS的错误提示,或者把他贴出来,这个问题解决的会更快。
depluin
2010-05-27 · TA获得超过3179个赞
知道大有可为答主
回答量:3378
采纳率:75%
帮助的人:2465万
展开全部
运行到那一步出错了?你重载了Dispose方法?
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式