2011-04-12 194 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

相關問題