当前位置:编程学习 > C#/ASP.NET >>

问一个新手的问题啊。。。

1>.\source\stdafx.cpp : fatal error C1192: #using failed on 'g:\base\navi_4.0\testing\ite\system.componentmodel.dataannotations.dll'

这个得添加什么引用呢? --------------------编程问答-------------------- 参考MSDN
// C1192.cpp
// compile with: /clr
#using <mscorlib.dll>
#using "stdio.h"   // C1192

// The following line resolves the error.
// #include <stdio.h>

int main()
{
} --------------------编程问答-------------------- 参考
补充:.NET技术 ,  C#
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,