1. 程式人生 > >System.Web.Security 在winform中是什麼名稱空間

System.Web.Security 在winform中是什麼名稱空間

des.Key = ASCIIEncoding.ASCII.GetBytes(System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfig

以上程式碼在winform中,老是報如下錯誤
錯誤 2 名稱空間“System.Web”中不存在型別或名稱空間名稱“Security”。是否缺少程式集引用? 

解決方法:

首先確保你使用的是完整版的.net框架,在專案-屬性-目標框架中,下拉選擇的不是.net 4.0 client profile而是.net framework 4.0。然後在專案-新增引用中新增對system.web的引用。