BugNET

Open source issue tracking & project management
Welcome to BugNET Register | Login |

Welcome to BugNET!

Welcome to the official community and development site for the BugNET open source project. From downloads to documentation, bugnetproject.com offers a comprehensive base of information, resources, and support.

BugNET is an issue tracking and project issue management solution built using the ASP.NET web application framework. Email notifications, reporting and per project configuration of fields and values allows efficient management of bugs, feature requests, and other issues for projects of any scale.

Latest News & Announcements

Author: host Created: 3/4/2006
News & annoucements for the BugNET project.

By host on 4/6/2008

The new build of BugNET has been posted in the downloads section.  This is a new version if the 0.7 releases which fixes bugs and adds some new features.

NOTE: This release fixes critical security bugs that could allow a registered user to elevate their priviledges and it is recommended that you upgrade your installation.


Read More »

By host on 2/9/2008

The new build of BugNET has been posted in the downloads section. This is a bug fix / improvment release.

Fixes

  • BGN-518     Project administrator can't edit a category tree
  • BGN-558     Unhandled exception executing SQL in installer< ...
    Read More »

By host on 1/21/2008

I have to apologize to all those who are installing the issue tracker for the first time but the latest install package does not create an up to date database.  

To fix this manually perform the following steps on your database:

  1. Run this sql statement against the database to add the proper version
    UPDATE HostSettings SET SettingValue = '0.7.891.0' WHERE SettingName = 'Version'
  2. Run the 0.7.891.0.SqlDataProvider.sql script from the install directory on your database to reflect the current changes.

All existing installations are un ...
Read More »

By host on 1/13/2008

Happy new year to everyone!  This is the first release of the issue tracker this year and is a bugfix release that addresses some of the remaining bugs in the 0.7 release.

The new build of BugNET has been posted in the downloads section.

Fixes

  • BGN-512     SMTP/POP3 password cleared if not reset    
  • BGN-518     Project administrator can't edit a category tree< ...
    Read More »

By host on 11/11/2007

A new build of BugNET has been posted in the downloads section.  This is a bug fix release that fixes issues that have been found since the release of 0.7.880.0


Fixes Include

  • BGN-459    Issue adding users to roles in the new project wizard     
  • BGN-464    System.Web.Extensions.Design.dll is missing from the installation package

  • Read More »

Download

Membership

Membership Membership:
Latest: Kurtosis
New Today: 1
New Yesterday: 0
Overall: 716
People Online People Online:
Visitors: 76
Members: 0
Total: 76

Latest Posts


Password recovery without email?Hi all, I am using BugNET on my own workstation for personal task tracking and am not able to connect it to my company's email server. I've forgotten my Admin account password, is there any way to recover it without email, and without reinstalling BugNET?

Couple feature requests I have a feature request that would make your application very usefull to me and probbably many more people. Have the ability to add companys and then assign users to companys. Projects then fall under a company making administration much easier for consulting companies like mine. This one doesnt seem all that complicated and is the highst on my priority list. I currently use bugnet for our company but without this feature I will probbably be switching becuase its just too clunky to use and manage for us. If above is done the other really nice thing would be to have the ability to send items as tasks to exchange so they pop up on people's calendars. Also as a side note if you need help developing said features let me know. We are a custom programming shop that specializes in .NET and would be willing to help implement the features becuase I do love what you have so far.

Server Error in '/BugNET/Bugs' Application - Parser Error (only in Bugs subdirectory!) Hello all, Had the site up and running and was creating projects, users, and such, then got the following error when I click on any link to the 'Bugs' subdirectory (i.e.; Project Summary, New Issue, etc...): <h1>Server Error in '/BugNET/Bugs' Application. <hr width='100%' color='#c0c0c0' size='1' </h1> <h2><em>Parser Error</em></h2> &#160;&#160;<font face='Arial, Helvetica, Geneva, SunSans-Regular, sans-serif '>Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: The file '/BugNET/Bugs/Shared/FourColumn.master' does not exist. Source Error: </font> <font face='Arial, Helvetica, Geneva, SunSans-Regular, sans-serif '> <table width='100%' bgcolor='#ffffcc'> <tbody> <tr> <td><code> <pre><font color='#ff0000'>Line 1: <%@ Page language='c#' Inherits='BugNET.ProjectSummary' MasterPageFile='~/Shared/FourColumn.master' Title='Project Summary' MaintainScrollPositionOnPostback='true' Codebehind='ProjectSummary.aspx.cs' %> </font>Line 2: <%@ Register Src='../UserControls/ComponentTreeView.ascx' TagName='ComponentTreeView' TagPrefix='uc1' %> Line 3: <%@ Register Assembly='AjaxControlToolkit' Namespace='AjaxControlToolkit' TagPrefix='ajaxToolkit' %></pre> </code></td> </tr> </tbody> </table> </font> Source File: /bugnet/Bugs/ProjectSummary.aspx &#160;&#160; Line: 1&#160; <hr width='100%' color='#c0c0c0' size='1' Version Information:&#160;Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433 This was only happening when using the site remotely so I went to the server and ensured that the Bugs directory was an application. I think I may have removed it and set it again, but honestly with all the troubleshooting I'm not sure. In any case now I get this message on the local server as well. Again, I had the site working perfectly on the server so this must just be a small configuration change I have to believe that it has to do with setting an application for the Bugs folder, but it already is an application. Ideas please!? Thanks, Jason Also, if it helps my IIS is set up so that I have a default website and then other websites at the same level. If I open up the default website all of the folders for my other sites are in there as well. Where do I have to create the application for Bugs? only in the site at the same level as the default or in the folder that is nested under the default website or both? Thanks so much for any help you can give. I am almost there and have done a lot of research trying to answer this myself before posting.

Server Error in '/' Application I'm having an issue after I've configured everything where I get a Runtime Error response when I try to visit the Bugnet site that I created. It's troubling since it doesn't really explain to me what the issue is. It just mentions that I've landed on an error page as far as I can tell. Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed. Details: To enable the details of this specific error message to be viewable on the local server machine, please create a <customErrors> tag within a 'web.config' configuration file located in the root directory of the current web application. This <customErrors> tag should then have its 'mode' attribute set to 'RemoteOnly'. To enable the details to be viewable on remote machines, please set 'mode' to 'Off'. <table width='100%' bgcolor='#ffffcc'> <tbody> <tr> <td><code> <pre><!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode='RemoteOnly'/> </system.web> </configuration></pre> </code></td> </tr> </tbody> </table> <font face='Verdana'>Notes:</font> The current error page you are seeing can be replaced by a custom error page by modifying the 'defaultRedirect' attribute of the application's <customErrors> configuration tag to point to a custom error page URL. <table width='100%' bgcolor='#ffffcc'> <tbody> <tr> <td><code> <pre><!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode='On' defaultRedirect='mycustompage.htm'/> </system.web> </configuration></pre> </code></td> </tr> </tbody> </table> &#160;

Moving issues between projects Hi I'v been testing BugNet the past few hours as we are looking for a bugtracker for our projects and I'm quite impressed. There is, however, one thing that bugs me and that is that I can't move issues between projects or I've not seen it yet. To move issues I have to manually go into the database and do it there. It's a hard way to do it as I'm just setting up the projects and such and as I add issues I find new projects that I should have. Is there a way to move issues between projects as of version <span id='ctl00_Footer1_Version'>0.7.854.0, and if not is it possible to add this feature?

Server 2008: The server tag 'asp:UpdateProgress' is ambiguous. After working out the web.config problems, I got the install page to load and it installed everything without issue. DB looks good. But when I try to use bugnet ('http://localhost/bugnet/'>http://localhost/bugnet/) I get the below error. I'm pretty much at the end of my limited ASP.NET/IIS knowledge. :) Any help is greatly appreciated! <h2><font color='#ff0000'>Server Error in '/bugnet' Application.</font></h2> <h2><em>Parser Error</em></h2> <font face='Arial, Helvetica, Geneva, SunSans-Regular, sans-serif '>Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: The server tag 'asp:UpdateProgress' is ambiguous. Please modify the associated registration that is causing ambiguity and pick a new tag prefix. Source Error: <table width='100%' bgcolor='#ffffcc'> <tbody> <tr> <td><code> <pre>[No relevant source lines]</pre> </code></td> </tr> </tbody> </table> <font face='Verdana'>Source File: </font>none<font face='Verdana'> &#160;&#160; Line: </font>0 </font> &#160; <hr width='100%' color='#c0c0c0' size='1' &#160; <font face='Verdana'>Version Information:</font>&#160;Microsoft .NET Framework Version:2.0.50727.1434; ASP.NET Version:2.0.50727.1434

Any known issues with BugNET running in Server 2008? I was able to install BugNet without issue on 2 different XP servers and my webhoster (server 2003). But I'm so far unable to get it to run on Server 2008. If it is indeed supposed to work on Server 2008, I'll post details of the problems I'm running into. TIA!

Procedure 'BugNet_Role_GetRolesByUser' expects parameter '@ProjectId', which was not supplied. I am getting this error when I try to access application from browser. I upgraded from.6.7.0 to the latest version. Any tips if I am missing any step?