and also i get another error when i enterd in this code
<profile>
<properties>
<add name="FirstName"/>
<add name="LastName"/>
<add name="DateOfBirth" type="System.DateTime"/>
<add name="Bio"/>
<add name="FavoriteGenres" type="System.Collections.Generic.List'1[System.Int32]"/>
</properties>
This code seen below seems to be the problem, because when i take it out its fine.
<add name="FavoriteGenres" type="System.Collections.Generic.List'1[System.Int32]"/>
SORRY SORRY SORRY!

anyway here is the error.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC32042: Too few type arguments to 'System.Collections.Generic.List(Of T)'.
Source Error:
Line 38: End Property
Line 39:
Line 40: Public Overridable Property FavoriteGenres() As System.Collections.Generic.List'1
Line 41: Get
Line 42: Return CType(Me.GetPropertyValue("FavoriteGenres"),System .Collections.Generic.List'1)
Source File: C:\Users\Video Editor 1\AppData\Local\Temp\Temporary ASP.NET Files\root\d148c986\74f07afa\App_Code.y6zo1r6r.5.v b Line: 40
Show Detailed Compiler Output:
Show Complete Compilation Source:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272