求助一个关于ProfileCommon的问题,大虾帮帮忙
作了个项目,在配置文件中加了
<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文件夹中。
哪位大虾知道如何解决,帮下忙。先谢谢了。