找不到类型或命名空间名称“MainForm”(是否缺少 using 指令或程序集引用?) 5
usingSystem;usingSystem.Collections.Generic;usingSystem.Windows.Forms;namespaceHMS{st...
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace HMS
{
static class Program
{
/// <summary>
/// 应用程序的主入口点。
/// </summary>
[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 展开
using System.Collections.Generic;
using System.Windows.Forms;
namespace HMS
{
static class Program
{
/// <summary>
/// 应用程序的主入口点。
/// </summary>
[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 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询