GremlinSA
June 12th, 2008, 12:35 PM
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: BC30002: Type 'List' is not defined.
Source Error:
Line 46:
Line 47: Sub Page_Load()
Line 48: Dim DBListData As List(Of ItList)
Line 49: Dim UserId As Integer
Line 50:
Okay so what this tells me is that the VB List(Of T) type is not supported on the server..
Has anyone come across this before, and how did you solve it ????
Gremmy...
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: BC30002: Type 'List' is not defined.
Source Error:
Line 46:
Line 47: Sub Page_Load()
Line 48: Dim DBListData As List(Of ItList)
Line 49: Dim UserId As Integer
Line 50:
Okay so what this tells me is that the VB List(Of T) type is not supported on the server..
Has anyone come across this before, and how did you solve it ????
Gremmy...