2011-04-12 122 views
0

你好,我是做Windows 7的移动应用程序上的框架4. 同时创造类IPEndPoint给出错误类型或命名空间不能found.please帮我对象..类型或命名空间找不到

回答

0

你需要在文件顶部添加using System.Net以包含名称空间。然而,这是可能的,该班不在赢得7移动框架。那么你可能倒霉了。

0

你有

using System.Net; 
在使用IPEndPoint类的顶部

+0

ya..added ...仍然是相同的错误 – Naresh 2011-04-12 17:48:36

+0

公共类配置 公共静态配置_Singleton; public static Configuration Instance {get {return _Singleton; }} static 配置() { _Singleton = new Configuration();}} } public IPEndPoint Endpoint {get;私人设置; } public string WcfRoot {get;私人设置; } public string SipUser {get;私人设置; } public string Password {get;私人设置; } public string ClientId {get;私人设置; } public string SipEtag {get;私人设置; } – Naresh 2011-04-12 17:52:32

+0

geeting错误...请帮助我 – Naresh 2011-04-12 17:53:03

相关问题