using System;
using System.Collections.Generic;
using System.Text;
using s   
//我想引用system.data  可是打完using 后打system打隔s后system不自动出来,是什么原因,就算打上了,程序运行了也没namespace exe16_2
{
    class Program
    {
        static void Main(string[] args)
        {
        }
    }
}

解决方案 »

  1.   

    程序运行也没结果,是怎么回事
    我以前在别的电脑上用过vs,一打using 再打字母s   system会自动出 这怎么不自动出了
      

  2.   

    VS没有那么智能了。又不是Eclipse。
      

  3.   

    System.Data
    应该这样子吧,注意大小写
      

  4.   

    不是大小写的问题,我都说了没有代码错误。问题是无法引入system类  大家明白了吧
    除了四楼的 其他楼好像连问题都没弄明白
      

  5.   

    在Using S的时候,S为大写。
      

  6.   

    或者就是引用里的System.Data 没添加?