CS0234: 命名空间“System.Runtime.Remoting.Channels”中不存在类型或命名空间名称“Http”(是缺少程序集引用吗?)
先声明 C:\WINDOWS 下的dll 已经添加引用了,VS里面我已经能看到需要引用的类了,
但是仍然报错
CS0234: 命名空间“System.Runtime.Remoting.Channels”中不存在类型或命名空间名称“Http”(是缺少程序集引用吗?)
HttpChannel我需要用到这个类,
有人说是跟.NET Framework的版本有关,高手能解释一下吗?我是VS2008 ,程序是我下的一个网页游戏代码,
版本信息:Microsoft .NET Framework 版本:2.0.50727.3625; ASP.NET 版本:2.0.50727.3053
是不是要换成3.5的啊,如果是应该怎么操作了,ASP.NET接触的不多,弱弱的问题,大家不要见怪哈
------解决方案--------------------工程----> > 添加引用---> > .NET控件
System.Runtime.Remoting.DLL
------解决方案--------------------Namespace: System.Runtime.Remoting.Channels.Http
Assembly: System.Runtime.Remoting (in System.Runtime.Remoting.dll)
------解决方案--------------------在.net 2.0已经存在了
http://msdn.microsoft.com/en-us/library/system.runtime.remoting.channels.http.httpchannel(v=VS.80).aspx