1 | <html> |
---|
2 | <head> |
---|
3 | <title>Parameter 'passwordHash' not found in the collection.</title> |
---|
4 | <style> |
---|
5 | body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} |
---|
6 | p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px} |
---|
7 | b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px} |
---|
8 | H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red } |
---|
9 | H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon } |
---|
10 | pre {font-family:"Lucida Console";font-size: .9em} |
---|
11 | .marker {font-weight: bold; color: black;text-decoration: none;} |
---|
12 | .version {color: gray;} |
---|
13 | .error {margin-bottom: 10px;} |
---|
14 | .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; } |
---|
15 | </style> |
---|
16 | </head> |
---|
17 | |
---|
18 | <body bgcolor="white"> |
---|
19 | |
---|
20 | <span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1> |
---|
21 | |
---|
22 | <h2> <i>Parameter 'passwordHash' not found in the collection.</i> </h2></span> |
---|
23 | |
---|
24 | <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "> |
---|
25 | |
---|
26 | <b> Description: </b>An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. |
---|
27 | |
---|
28 | <br><br> |
---|
29 | |
---|
30 | <b> Exception Details: </b>System.ArgumentException: Parameter 'passwordHash' not found in the collection.<br><br> |
---|
31 | |
---|
32 | <b>Source Error:</b> <br><br> |
---|
33 | |
---|
34 | <table width=100% bgcolor="#ffffcc"> |
---|
35 | <tr> |
---|
36 | <td> |
---|
37 | <code> |
---|
38 | |
---|
39 | The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:<br><br>1. Add a "Debug=true" directive at the top of the file that generated the error. Example:<br><br> <%@ Page Language="C#" Debug="true" %><br><br>or:<br><br>2) Add the following section to the configuration file of your application:<br><br><configuration><br> <system.web><br> <compilation debug="true"/><br> </system.web><br></configuration><br><br> Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.<br><br>Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.</code> |
---|
40 | |
---|
41 | </td> |
---|
42 | </tr> |
---|
43 | </table> |
---|
44 | |
---|
45 | <br> |
---|
46 | |
---|
47 | <b>Stack Trace:</b> <br><br> |
---|
48 | |
---|
49 | <table width=100% bgcolor="#ffffcc"> |
---|
50 | <tr> |
---|
51 | <td> |
---|
52 | <code><pre> |
---|
53 | |
---|
54 | [ArgumentException: Parameter 'passwordHash' not found in the collection.] |
---|
55 | MySql.Data.MySqlClient.MySqlParameterCollection.GetParameterFlexible(String parameterName, Boolean throwOnNotFound) +281 |
---|
56 | MySql.Data.MySqlClient.StoredProcedure.Resolve() +559 |
---|
57 | MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) +488 |
---|
58 | MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery() +40 |
---|
59 | PirateWeb.Database.PirateDb.SetPersonBasicStringValue(Int32 personId, String key, String newValue) +280 |
---|
60 | PirateWeb.Database.PirateDb.SetPersonPostalCode(Int32 personId, String postalCode) +14 |
---|
61 | PirateWeb.Logic.Pirates.AuditedPerson.set_PostalCode(String value) +62 |
---|
62 | Controls_PersonBasicDetails.ButtonSaveChanges_Click(Object sender, EventArgs e) +805 |
---|
63 | System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105 |
---|
64 | System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107 |
---|
65 | System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7 |
---|
66 | System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11 |
---|
67 | System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33 |
---|
68 | System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1746 |
---|
69 | </pre></code> |
---|
70 | |
---|
71 | </td> |
---|
72 | </tr> |
---|
73 | </table> |
---|
74 | |
---|
75 | <br> |
---|
76 | |
---|
77 | <hr width=100% size=1 color=silver> |
---|
78 | |
---|
79 | <b>Version Information:</b> Microsoft .NET Framework Version:2.0.50727.1873; ASP.NET Version:2.0.50727.1433 |
---|
80 | |
---|
81 | </font> |
---|
82 | |
---|
83 | </body> |
---|
84 | </html> |
---|
85 | <!-- |
---|
86 | [ArgumentException]: Parameter 'passwordHash' not found in the collection. |
---|
87 | at MySql.Data.MySqlClient.MySqlParameterCollection.GetParameterFlexible(String parameterName, Boolean throwOnNotFound) |
---|
88 | at MySql.Data.MySqlClient.StoredProcedure.Resolve() |
---|
89 | at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) |
---|
90 | at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery() |
---|
91 | at PirateWeb.Database.PirateDb.SetPersonBasicStringValue(Int32 personId, String key, String newValue) |
---|
92 | at PirateWeb.Database.PirateDb.SetPersonPostalCode(Int32 personId, String postalCode) |
---|
93 | at PirateWeb.Logic.Pirates.AuditedPerson.set_PostalCode(String value) |
---|
94 | at Controls_PersonBasicDetails.ButtonSaveChanges_Click(Object sender, EventArgs e) |
---|
95 | at System.Web.UI.WebControls.Button.OnClick(EventArgs e) |
---|
96 | at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) |
---|
97 | at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) |
---|
98 | at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) |
---|
99 | at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) |
---|
100 | at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) |
---|
101 | [HttpUnhandledException]: Exception of type 'System.Web.HttpUnhandledException' was thrown. |
---|
102 | at System.Web.UI.Page.HandleError(Exception e) |
---|
103 | at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) |
---|
104 | at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) |
---|
105 | at System.Web.UI.Page.ProcessRequest() |
---|
106 | at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) |
---|
107 | at System.Web.UI.Page.ProcessRequest(HttpContext context) |
---|
108 | at ASP.pages_v4_v3_account_basicdetails_aspx.ProcessRequest(HttpContext context) |
---|
109 | at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() |
---|
110 | at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) |
---|
111 | --><!-- |
---|
112 | This error page might contain sensitive information because ASP.NET is configured to show verbose error messages using <customErrors mode="Off"/>. Consider using <customErrors mode="On"/> or <customErrors mode="RemoteOnly"/> in production environments.--> |
---|