Medlem
|
|
Reg.datum: Sep 2004
Inlägg: 71
|
|
Medlem
Reg.datum: Sep 2004
Inlägg: 71
|
Jag håller på med att lära mig asp.net via Sams lär dig asp.net på 3 veckor. Får nu detta felmeddelande som jag ej kan förstå
is not defined??
Varför blir det såhär?
Type 'BananaMobile.User' is not defined.
Source Error:
Line 8: <script runat="server">
Line 9: Sub Login(obj as object, e as Eventargs)
Line 10: dim objUser as New BananaMobile.User
Line 11: dim objBM as New BananaMobile.BananaMobile
Line 12: dim intID as Integer
|