用VC++运行程序出现错误,不太懂是什么原因

用VC++6.0运行一个程序,其中using System为什么有错误,错误提示如下,error C2873: 'System' : symbol cannot be used in a using-declaration请问是什么原因,我还是初学者不太懂,求指教

你的程序是C#的,不是C++的,更不是VC++ 6.0的。
用Visual Studio 2010等开一个C#项目编译

using System?这是C#?

复制了,重新新建文件试试!