Hi
I'm getting a compilation error when trying to login.
It looks like the LoginControl_Load method is not implemented ?
Here is the exception:
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: CS1061: 'ASP.login_aspx' does not contain a definition for 'LoginControl_Load' and no extension method 'LoginControl_Load' accepting a first argument of type 'ASP.login_aspx' could be found (are you missing a using directive or an assembly reference?)
Source Error:
| |
Line 24:
Line 25: You can login with your member account
Line 26: Line 27: meta:resourcekey="LoginControl" PasswordRecoveryText="Forgot your password?"
Line 28: PasswordRecoveryUrl="~/ForgotPassword.aspx" TitleText="Login"
|
Source File: c:\Inetpub\BugNET 8 RC3\Login.aspx Line: 26
I can login if I remove onload="LoginControl_Load" from Login.aspx 