Class לא מזוהה דרך הLocalHost אבל

deanos

New member
Class לא מזוהה דרך הLocalHost אבל

כן מזוהה דרך התוכנה visual web developer 2005 כאשר אני מריץ אני לא מבין מה הבעיה. הCLASS נמצא בתקיית App_Code זה הקוד שכתבתי תודה
Sub Login(ByVal obj As Object, ByVal e As EventArgs) Dim user As New User Dim userid As Integer userid = user.Login(username.Text, upassword.Text) If (userid <> 0) Then Session("userid") = userid LogPa.Visible = False Else lbl_loginerror.Text = "<div style='text-align:center;background:url(pic\ba.gif)'>שם משתמש או סיסמה שגויים</div>" End If End Sub​
וזו השגיאה
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.​
שוב אני מדגיש שבתוכנה Visual Web ה CLASS מזוהה והתוכנית עובדת כמו שצריך
 
למעלה