以下是代码:(后面是调试,生成,设计窗口下对应的结果,我不知道是什么地方的问题,所以全部贴出来了。请知道的帮忙看看是什么地方的问题。先谢谢了!)
using System;
namespace ConsoleApplicationl
{
///<summary>
///Summary description for Class1.
///</summary>
class Class1
{
static void Main(string[]args)
{
//
//TODO:Add code to start application here
// static void Main(string[]args)
Console.WriteLine("The first app in Beginning C# Programming!");
}
}
}
设计窗口提示:
文件中的类都不能进行设计,因此未能为该文件显示设计器。设计器检查出文件中有以下类:
Class1 --- 无法设计基类“System.Object”。
生成:
------ 已启动生成: 项目: WindowsService1, 配置: Debug .NET ------
正在准备资源...
正在更新引用...
正在执行主编译...
生成完成 -- 0 个错误,0 个警告
正在生成附属程序集...
---------------------- 完成 ---------------------
生成: 1 已成功, 0 已失败, 0 已跳过
调试:
“DefaultDomain”: 已加载“c:\windows\microsoft.net\framework\v1.1.4322\mscorlib.dll”,未加载符号。
“WindowsService1”: 已加载“G:\C#\WindowsService1\bin\Debug\WindowsService1.exe”,符号已加载。
The first app in Beginning C# Programming!
程序“[740] WindowsService1.exe”已退出,返回值为 0 (0x0)。