注册 登录
编程论坛 ASP.NET技术论坛

求助一个关于ProfileCommon的问题,大虾帮帮忙

pan343656 发布于 2009-11-08 18:31, 629 次点击

作了个项目,在配置文件中加了
<profile>
      <properties>
        <add name="CreditCard" type="System.String" />
        <add name="Address1" type="System.String" />
        <add name="Address2" type="System.String" />
        <add name="City" type="System.String" />
        <add name="Region" type="System.String" />
        <add name="PostalCode" type="System.String" />
      </properties>
    </profile>
但在创建的类中找不到ProfileCommon。我用的vs2008,而且类没在App-Code文件夹中。
哪位大虾知道如何解决,帮下忙。先谢谢了。
0 回复
1