|
Forums
 | |  |
 | |  |
 | |  |
 | |  |
 | |  |
 |
|
|
|
haroonlatif wrote:
thanks it helped. it is working now. but now i cant edit wellcome message from Application Configration. When i change it and update, it brings back the default value.
Known issue and there is a workaround here.
|
|
|
|
 |  |
|
|
 |
|
Joined: 4/3/2009
Posts: 9
|
|
|
I seem to be having a similar issue with Bugnet version 0.8.193 that I just downloaded from your new site today. Unfortunately, however, I am not a programmer, so I don't know how to read the error beyond parts of the Exception Details:
Exception Details: System.Data.SqlClient.SqlException: Procedure or function BugNet_ProjectMilestones_GetMilestonesByProjectId has too many arguments specified.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[SqlException (0x80131904): Procedure or function BugNet_ProjectMilestones_GetMilestonesByProjectId has too many arguments specified.]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +1953274
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +4849707
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +194
System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2392
System.Data.SqlClient.SqlDataReader.ConsumeMetaData() +33
System.Data.SqlClient.SqlDataReader.get_MetaData() +96
System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +297
System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +954
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +162
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +32
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +141
System.Data.SqlClient.SqlCommand.ExecuteReader() +89
BugNET.DataAccessLayer.SqlDataProvider.TExecuteReaderCmd(SqlCommand sqlCmd, TGenerateListFromReader`1 gcfr, List`1& List) +120
BugNET.DataAccessLayer.SqlDataProvider.GetMilestonesByProjectId(Int32 projectId, Boolean milestoneCompleted) +220
BugNET.BusinessLogicLayer.Milestone.GetMilestoneByProjectId(Int32 projectId, Boolean milestoneCompleted) +55
BugNET.UserControls.DisplayIssues.DataBind() +664
BugNET.Issues.IssueList.BindIssues() +3356
BugNET.Issues.IssueList.Page_Load(Object sender, EventArgs e) +911
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +99
BugNET.UserInterfaceLayer.BasePage.OnLoad(EventArgs e) +15
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
|
|
|
|
|
 |  |
|
|
|
You can try downloading the package from a different mirror, this issue was fixed when the package was redeployed. If you can wait till later today / this evening, the new release will be out.
|
|
|
|
 |  |
|
|
 |
|
Joined: 4/3/2009
Posts: 9
|
|
|
OK, I can wait for the new release and am looking forward to it. Do you offer professional services to assist with configuration?
|
|
|
|
 |  |
|
|
 |
|
Joined: 4/3/2009
Posts: 9
|
|
|
OK, I upgraded to 0.8.221 with success. However, it still throws the error below as soon as I attempt login. I need to get this back up and running for our clients and development team, so I don't mind paying you to get it sorted out. Here's the error:
Server Error in '/' Application.
Procedure or function BugNet_ProjectMilestones_GetMilestonesByProjectId has too many arguments specified.
Description: 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.
Exception Details: System.Data.SqlClient.SqlException: Procedure or function BugNet_ProjectMilestones_GetMilestonesByProjectId has too many arguments specified.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[SqlException (0x80131904): Procedure or function BugNet_ProjectMilestones_GetMilestonesByProjectId has too many arguments specified.]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +1953274
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +4849707
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +194
System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2392
System.Data.SqlClient.SqlDataReader.ConsumeMetaData() +33
System.Data.SqlClient.SqlDataReader.get_MetaData() +96
System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +297
System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +954
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +162
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +32
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +141
System.Data.SqlClient.SqlCommand.ExecuteReader() +89
BugNET.DataAccessLayer.SqlDataProvider.TExecuteReaderCmd(SqlCommand sqlCmd, TGenerateListFromReader`1 gcfr, List`1& List) +120
BugNET.DataAccessLayer.SqlDataProvider.GetMilestonesByProjectId(Int32 projectId, Boolean milestoneCompleted) +220
BugNET.BusinessLogicLayer.Milestone.GetMilestoneByProjectId(Int32 projectId, Boolean milestoneCompleted) +55
BugNET.Administration.Projects.UserControls.ProjectMilestones.BindMilestones() +454
BugNET.Administration.Projects.UserControls.ProjectMilestones.Initialize() +13
BugNET.Administration.Projects.EditProject.LoadTab(Int32 selectedTab) +609
BugNET.Administration.Projects.EditProject.AdminMenu_ItemCommand(Object sender, RepeaterCommandEventArgs e) +45
System.Web.UI.WebControls.Repeater.OnItemCommand(RepeaterCommandEventArgs e) +108
System.Web.UI.WebControls.Repeater.OnBubbleEvent(Object sender, EventArgs e) +68
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +37
System.Web.UI.WebControls.RepeaterItem.OnBubbleEvent(Object source, EventArgs e) +123
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +37
System.Web.UI.WebControls.LinkButton.OnCommand(CommandEventArgs e) +118
System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +135
System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +175
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565
|
|
|
|
|
|  |
 | |  |
 | |  |
 | |  |
|
| |
Forum Policy
These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.
For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.
|
|