要命的问题!!!!!!
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;
namespace WindowsFormsApplication1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
}
}
首先VS没问题,这个是一次假死之后,只要打开该工程,就会出现的问题。
提示无法加载基类 System.Object,因此无法编译,无法打开设计器
我想是using System.Windows.Forms 出问题 ,我检查时发现, 输入using System. 后,应该有智能提示,结果 智能提示是有,但是显示的内容少的可怜。