请大家看下面一段个性化设置中定义变量名:
<system.web>
   <profile>
<properties>
         <add name="YourName"/>
       <add name="Age" type="System.Integer"/>
       <add name="Birthday" type="System.DateTime"/>
</properties>
   </profile>
</system.web>
编译时提示出错,不知为何?错误1 命名空间“System”中不存在类型或命名空间名称“Integer”(是缺少程序集引用吗?) c:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\aspnetsite_2\21bd6133\dc8998b0\App_Code.iqpesne3.0.cs 28