找不到类型或命名空间名称“MainForm”(是否缺少 using 指令或程序集引用?)

usingSystem;usingSystem.Collections.Generic;usingSystem.Windows.Forms;namespaceHMS{st... using System;
using System.Collections.Generic;
using System.Windows.Forms;

namespace HMS
{
static class Program
{
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new MainForm());
}
}
}
3个错误
错误 1 找不到类型或命名空间名称“MainForm”(是否缺少 using 指令或程序集引用?) D:\VS\HMS\HMS\Program.cs 17 33 HMS
错误 2 与“System.Windows.Forms.Application.Run(System.Windows.Forms.Form)”最匹配的重载方法具有一些无效参数 D:\VS\HMS\HMS\Program.cs 17 13 HMS
错误 3 参数“1”: 无法从“MainForm”转换为“System.Windows.Forms.Form” D:\VS\HMS\HMS\Program.cs 17 29 HMS
展开
 我来答
匿名用户
2015-10-29
展开全部

MainForm是设置文件,MainForm.settings

在项目——添加类——设置文件——按照命名改为MainForm.settings


添加就OK了,其它问题暂没空回答先

其东之p
2009-10-25
知道答主
回答量:54
采纳率:0%
帮助的人:28.5万
展开全部
文件夹,引用,里面导入命名空间
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式