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 & announcements for the BugNET project.

A new build of BugNET has been posted in the downloads section.  This release is primarily a bug fix release that solves a number of issues reported in the RC1 version.  There is also a number of improvements that were made based on user voted issues in the issue tracker. For full details of changes please see the change log.

For the next release, the focus will be to fix  remaining issues as well as implementing the most requested feature enhancements.

Note: To upgrade to version 0.8 RC2 you must already be running version 0.8 RC1.  For new installs you may install 0.8 RC2.

Read More »

I would like to thank everyone for their continued support for the project.  With the recent release of the 0.8 version BugNET has improved vastly in the previous months to allow users to customize more of the application and use it how they want to.  It has been a great milestone to put the 0.7 version to rest and focus all our attention on the new 0.8 release.

Of course, with any new release there is usually a few bugs to fix and we are well on our way to fix these very shortly and keep the releases small and faster.  I thank everyone that has reported feedback in changes in the UI and bug fixes.  This is very important to help us shape the application to what users want.  Also, the new voting feature in the application will help us fix what users want so if you haven't yet register and vote for fixes and enhancements that would like to see in upcoming versions.

Please enjoy your holidays and we look forward to improving the application in the new year.

Read More »

 A new build of BugNET has been posted in the downloads section.  As usual this release improves the stability and fixes a number of issues related to the 0.8 release.   The biggest news with this release is that it now supports upgrades from BugNET 0.7.  This is an important milestone for the project to allow our users to upgrade to the newest release and take advantange of the multitude of enhancements in BugNET 0.8.

I would like to thank everyone that helped out with the testing, fixes and suggestions to improve the 0.8 Beta.  We look forward to your further contributions in helping improve the 0.8 version in the coming months.

Also a reminder that SQL 2005 + and .NET 3.5 is now required for this release.

Read More »

A new build of BugNET has been posted in the downloads section.  This release marks a big step forward in the stability and improved functionality of the 0.8 releases.  There were a lot of major and minor issues that were resolved in this release and general improvements made to the code.  This release also marks the implimentation of full localization in the application to the database (currently english only) but work will now begin on an easy to use translation utility for others to contribute their translations.

For those unfamiliar with the 0.8 releases some of the major highlights are:

  • Localization
  • Dynamic queries that can be saved per user / project
  • All issue properties are now configurable per project
  • Redesigned new issue page that displays custom fields
  • Project calendar
  • Notifcation plugin system
  • HTML Editor plugin system
  • Support for linking subversion revisions to issues
  • Custom themes to change the look and feel (still in progress)
  • API / Webservices for 3rd party integration. (still in progress)

Read More »

 A new build of BugNET has been posted in the downloads section.  This is the final release of the 0.7 releases which wraps up many of the outstanding bugs and issues reported in the issue tracker. The biggest fix in this version is in the database which takes care of orphaned records in preperation for the 0.8 releases.   Now that the final version of 0.7 has been released, our focus will be exclusively on the 0.8 releases to ready upgrades from 0.7 to 0.8. 

Please  visit the change log for all the fixes and improvements in this version.

Read More »

Membership

Membership Membership:
Latest: dmathurin
Past 24 Hours: 1
Prev. 24 Hours: 2
Overall: 1274
People Online People Online:
Visitors: 31
Members: 0
Total: 31

Latest Posts


Re-Installing<p> The web.config is an essential part of the application as there is a "machine" key that is used for encrypting passwords in the database. If you do not have a backup of your web.config there is still hope but requires more work and you will have to reset all user passwords in your database. Please see this blog entry for <a href="http://www.bugnetproject.com/Home/tabid/36/EntryId/45/Rebuilding-or-migrating-your-BugNET-system-after-you-lose-your-machine-key.aspx">instructions</a>.</p>

Conversion failed when converting from a character string to uniqueidentifier<p>I just learned about BugNET and I am testing it out. I've installed it using a SQL 2008 server. It appears to work fine to the point where I have setup my first project, but if I attempt to go to any project pages (ie Milestones, Categories, Assignees etc) I get the the error below.</p> <p>I ran SQL Profiler and found an example statement where this occurs:</p> <p>exec sp_executesql N'SELECT * FROM BugNet_IssuesView WHERE <a href="http://mailto:ProjectId=@projectId" target="_blank" rel="nofollow">ProjectId=@projectId</a> AND Disabled=0 AND IssueId IN (SELECT IssueId FROM BugNet_Issues WHERE 1=1 AND IssueMilestoneId IS NULL AND IssueAssignedUserId = @p1) ORDER BY IssueId DESC',N'@projectId int,@p1 nvarchar(32)',@projectId=1,@p1=N'357daa0ea9ef4b71a8dee526576177ea'</p> <p>As you can see it appears that the problem is with converting an nvarchar to a uniqueidentifier. Assuming this isn't an issue in SQL 2005, is there some setting in SQL I can make to avoid this error? I tried changing the Compatability Level of the database to 2005 but that didn't work.</p> <p> </p> <h2><i>Conversion failed when converting from a character string to uniqueidentifier.</i></h2> <p><font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "><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. <br /> <br /> <b>Exception Details: </b>System.Data.SqlClient.SqlException: Conversion failed when converting from a character string to uniqueidentifier.<br /> <br /> <b>Source Error:</b> <br /> <br /> <table width="100%" bgcolor="#ffffcc"> <tbody> <tr> <td><code>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.</code></td> </tr> </tbody> </table> <br /> <b><font face="Verdana">Stack Trace:</font></b> <br /> <br /> <table width="100%" bgcolor="#ffffcc"> <tbody> <tr> <td><code> <pre> [SqlException (0x80131904): Conversion failed when converting from a character string to uniqueidentifier.] System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +212 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +245 System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2811 System.Data.SqlClient.SqlDataReader.HasMoreRows() +290 System.Data.SqlClient.SqlDataReader.ReadInternal(Boolean setTimeout) +297 BugNET.DataAccessLayer.SqlDataProvider.TGenerateIssueListFromReader(SqlDataReader returnData, List`1&amp; issueList) +74 BugNET.DataAccessLayer.SqlDataProvider.TExecuteReaderCmd(SqlCommand sqlCmd, TGenerateListFromReader`1 gcfr, List`1&amp; List) +161 BugNET.DataAccessLayer.SqlDataProvider.PerformQuery(Int32 projectId, List`1 queryClauses) +1274 BugNET.Issues.IssueList.BindIssues() +1912 BugNET.Issues.IssueList.Page_Load(Object sender, EventArgs e) +1163 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +42 System.Web.UI.Control.OnLoad(EventArgs e) +132 BugNET.UserInterfaceLayer.BasePage.OnLoad(EventArgs e) +21 System.Web.UI.Control.LoadRecursive() +66 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428 </pre> </code></td> </tr> </tbody> </table> <br /> </font></p> <hr color="#c0c0c0" size="1" width="100%" /> <p><b><font face="Verdana">Version Information:</font></b> Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016</p>

Where's the source for 0.8.167.0?[quote="Hellfire"] <p>I checked out the head revision from https://bugnet.svn.sourceforge.net/svnroot/bugnet but it seems to have stopped at 0.8.0.0. I've found plenty of bugs in the RC2 and I'd like to take a whack at fixing them and submitting patches but if I can't get the correct revision... well, you can't hit what you can't see.</p> <p>Am I looking in the wrong spot?</p> [/quote] <p>This is the latest version, the versioning is done by our build process using cruisecontrol.net.</p>

Attachments not found 0.8.167.0 (RC2)<p>I'm have exactly the same problem. Users can upload attachments to the database but are unable to view them.</p> <p>I am using Windows 2006 with IIS 6.</p> <p>I tried adding that line in the web.config anyways but it did not work.</p> <p>Any idea's?</p>

Session Expired on e-mail link<p>I had a similar session timeout problem</p> <p>I tried dozens of solutions and then adding this to the web.config worked.</p> <p>// Add this line in the Web.config file 330 means 330 mins<br /> <br /> <system.web>&lt;system.web&gt;<br /> &lt;sessionState cookieless="false" timeout="330"/&gt;<br /> <sessionstate cookieless="false" timeout="330"></sessionstate></system.web></p> <p>Hope this helps</p>

30 min timeout problem re-appeared after upgrade to RC2<p>I tried dozens of solutions and then adding this to the web.config worked.</p> <p>// Add this line in the Web.config file 330 means 330 mins<br /> <br /> <system.web>&lt;system.web&gt;<br /> &lt;sessionState cookieless="false" timeout="330"/&gt;<br /> <sessionstate cookieless="false" timeout="330"></sessionstate></system.web></p> <p>Hope this helps</p>

Question re: Session Management<p>I had a similar session problem after upgrading to V 08. No one on this forum replyed.</p> <p>I tried dozens of solutions and then add this to the web.config worked.</p> <p>// Add this line in the Web.config file 330 means 330 mins<br /> <br /> <system.web>&lt;system.web&gt;<br /> &lt;sessionState cookieless="false" timeout="330"/&gt;<br /> <sessionstate timeout="330" cookieless="false"></sessionstate></system.web></p> <p>Hope this helps</p> <p> </p>

Checkout svn problem<p> Hi, </p> <p> </p> <p>I tried this: <a href="https://bugnet.svn.sourceforge.net/svnroot/bugnet/trunk/BugNET%200.8/" target="_blank" rel="nofollow">https://bugnet.svn.sourceforge.net/sv...</a> and <a href="https://bugnet.svn.sourceforge.net/svnroot/bugnet/trunk/BugNET%200.8/src/" target="_blank" rel="nofollow">https://bugnet.svn.sourceforge.net/sv...</a></p> <p>I'm using TortoiseSVN 1.6.6 and I can't listining files in repository browser in Tortoise too. </p>

Configuring Email Notifications <p> Hi</p> <p>I have a problem with sent notifications (BugNet RC2 0.8.167.0)</p> <p> </p> <p>My settings are:</p> <p> </p> <p> <table> <tbody> <tr> <td>SMTPPassword</td> <td>pass</td> </tr> <tr> <td>SMTPPort</td> <td>465</td> </tr> <tr> <td>SMTPServer</td> <td>smtp.gmail.com</td> </tr> <tr> <td>SMTPUsername</td> <td>xxxr@gmail.com</td> </tr> <tr> <td>SMTPUseSSL</td> <td>True</td> </tr> </tbody> </table> </p> <p>I got the error</p> <p>System.Net.Mail.SmtpException: Mailbox unavailable. The server response was: User not found at System.Net.Mail.MailCommand.CheckResponse(SmtpStatusCode statusCode, String response) at System.Net.Mail.MailCommand.Send(SmtpConnection conn, Byte[] command, String from) at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException&amp; exception) at System.Net.Mail.SmtpClient.Send(MailMessage message) at BugNET.BusinessLogicLayer.EmailNotificationType.SendNotification(INotificationContext context)</p> <p> </p> <p>What is wrong ?</p> <p> </p> <p>Thanks for reply.</p>

Setting up mailboxes?<p>I am trying to configure the mailbox reader on version 7.942. When the app loads the first pulse of messages are added successfully. But the next time around (after my configured interval of 60 seconds) the http module exits with an un-handled exception. Seems like it not getting very far the second time around. Any suggestions?</p> <p> </p> <p> <p>Event Type:<span class="Apple-tab-span" style="white-space:pre"> </span>Error</p> <p>Event Source:<span class="Apple-tab-span" style="white-space:pre"> </span>ASP.NET 2.0.50727.0</p> <p>Event Category:<span class="Apple-tab-span" style="white-space:pre"> </span>None</p> <p>Event ID:<span class="Apple-tab-span" style="white-space:pre"> </span>1334</p> <p>Date:<span class="Apple-tab-span" style="white-space:pre"> </span>2/18/2010</p> <p>Time:<span class="Apple-tab-span" style="white-space:pre"> </span>3:36:42 AM</p> <p>User:<span class="Apple-tab-span" style="white-space:pre"> </span>N/A</p> <p>Computer:<span class="Apple-tab-span" style="white-space:pre"> </span>RASERVER1</p> <p>Description:</p> <p>An unhandled exception occurred and the process was terminated.</p> <p> </p> <p>Application ID: /LM/W3SVC/1424530891/Root</p> <p> </p> <p>Process ID: 4396</p> <p> </p> <p>Exception: System.NullReferenceException</p> <p> </p> <p>Message: Object reference not set to an instance of an object.</p> <p> </p> <p>StackTrace: at BugNET.HttpModules.MailboxReaderModule.ScheduledWorkCallback(Object sender)</p> <p> at System.Threading._TimerCallback.TimerCallback_Context(Object state)</p> <p> at System.Threading.ExecutionContext.runTryCode(Object userData)</p> <p> at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)</p> <p> at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)</p> <p> at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)</p> <p> at System.Threading._TimerCallback.PerformTimerCallback(Object state)</p> <p> </p> <p>For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.</p> <div> </div> </p>

Unable to find a default resource for UpdateUserError<p> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="ProgId" content="Word.Document"> <meta name="Generator" content="Microsoft Word 12"> <meta name="Originator" content="Microsoft Word 12"> <link rel="File-List" href="file:///C:\Users\Danny\AppData\Local\Temp\msohtmlclip1\01\clip_filelist.xml" /> <link rel="themeData" href="file:///C:\Users\Danny\AppData\Local\Temp\msohtmlclip1\01\clip_themedata.thmx" /> <link rel="colorSchemeMapping" href="file:///C:\Users\Danny\AppData\Local\Temp\msohtmlclip1\01\clip_colorschememapping.xml" /><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>KO</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> <w:UseFELayout /> </w:Compatibility> <w:DoNotOptimizeForBrowser /> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true" DefSemiHidden="true" DefQFormat="false" DefPriority="99" LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false" UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><style type="text/css"> <!-- /* Font Definitions */ @font-face {font-family:굴림; panose-1:2 11 6 0 0 1 1 1 1 1; mso-font-alt:Gulim; mso-font-charset:129; mso-generic-font-family:modern; mso-font-pitch:variable; mso-font-signature:-1342176593 1775729915 48 0 524447 0;} @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:"맑은 고딕"; panose-1:2 11 5 3 2 0 0 2 0 4; mso-font-charset:129; mso-generic-font-family:modern; mso-font-pitch:variable; mso-font-signature:-1879047505 165117179 18 0 524289 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-1610611985 1073750139 0 0 159 0;} @font-face {font-family:Consolas; panose-1:2 11 6 9 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:modern; mso-font-pitch:fixed; mso-font-signature:-1610611985 1073750091 0 0 159 0;} @font-face {font-family:"\@맑은 고딕"; panose-1:2 11 5 3 2 0 0 2 0 4; mso-font-charset:129; mso-generic-font-family:modern; mso-font-pitch:variable; mso-font-signature:-1879047505 165117179 18 0 524289 0;} @font-face {font-family:"\@굴림"; panose-1:2 11 6 0 0 1 1 1 1 1; mso-font-charset:129; mso-generic-font-family:modern; mso-font-pitch:variable; mso-font-signature:-1342176593 1775729915 48 0 524447 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"맑은 고딕"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;} p.MsoPlainText, li.MsoPlainText, div.MsoPlainText {mso-style-noshow:yes; mso-style-priority:99; mso-style-link:"Plain Text Char"; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.5pt; font-family:Consolas; mso-fareast-font-family:굴림; mso-bidi-font-family:굴림; color:#0D0D0D; mso-themecolor:text1; mso-themetint:242;} span.PlainTextChar {mso-style-name:"Plain Text Char"; mso-style-noshow:yes; mso-style-priority:99; mso-style-unhide:no; mso-style-locked:yes; mso-style-link:"Plain Text"; mso-ansi-font-size:10.5pt; mso-bidi-font-size:10.5pt; font-family:Consolas; mso-ascii-font-family:Consolas; mso-fareast-font-family:굴림; mso-hansi-font-family:Consolas; mso-bidi-font-family:굴림; color:#0D0D0D; mso-themecolor:text1; mso-themetint:242;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"맑은 고딕"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;} @page Section1 {size:8.5in 11.0in; margin:85.05pt 1.0in 1.0in 1.0in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --> </style><!--[if gte mso 10]> <style> /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin;} </style> <![endif]--> </meta> </meta> </meta> </meta> </p> <p class="MsoPlainText">I get this exception in many places. For one, I tried to change the admin password and I get this error.</p> <p class="MsoPlainText"> --</p> <p class="MsoPlainText"><o:p> </o:p><tt>2010-02-17 17:57:42,656 [5] ERROR BugNET.Global [(null)] - Application Error</tt><o:p></o:p><o:p><tt><br /> </tt></o:p></p> <p class="MsoPlainText"><tt>System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---&gt; System.InvalidOperationException: Unable to find a default resource for UpdateUserError.</tt></p> <p class="MsoPlainText"><tt><span style=""> </span>at BugNET.Providers.ResourceProviders.StringResourcesDALC.GetResourceByCultureAndKeyInternal(CultureInfo culture, String resourceKey)</tt></p> <p class="MsoPlainText"><tt><span style=""> </span>at BugNET.Providers.ResourceProviders.StringResourcesDALC.GetResourceByCultureAndKeyInternal(CultureInfo culture, String resourceKey)</tt></p> <p class="MsoPlainText"><tt><span style=""> </span>at BugNET.Providers.ResourceProviders.StringResourcesDALC.GetResourceByCultureAndKey(CultureInfo culture, String resourceKey)</tt></p> <p class="MsoPlainText"><tt><span style=""> </span>at BugNET.Providers.ResourceProviders.DBResourceProvider.GetObject(String resourceKey, CultureInfo culture)</tt></p> <p class="MsoPlainText"><tt><span style=""> </span>at System.Web.Compilation.ResourceExpressionBuilder.GetResourceObject(IResourceProvider resourceProvider, String resourceKey, CultureInfo culture, Type objType, String propName)</tt></p> <p class="MsoPlainText"><tt><span style=""> </span>at System.Web.Compilation.ResourceExpressionBuilder.GetGlobalResourceObject(String classKey, String resourceKey, Type objType, String propName, CultureInfo culture)</tt></p> <p class="MsoPlainText"><tt><span style=""> </span>at System.Web.HttpContext.GetGlobalResourceObject(String classKey, String resourceKey)</tt></p> <p class="MsoPlainText"><tt><span style=""> </span>at BugNET.BusinessLogicLayer.Logging.GetErrorMessageResource(String key)</tt></p> <p class="MsoPlainText"><tt><span style=""> </span>at BugNET.Administration.Users.UserControls.Membership.cmdUpdate_Click(Object sender, EventArgs e)</tt></p> <p class="MsoPlainText"><tt><span style=""> </span>at System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e)</tt></p> <p class="MsoPlainText"><tt><span style=""> </span>at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument)</tt></p> <p class="MsoPlainText"><tt><span style=""> </span>at System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)</tt></p> <p class="MsoPlainText"><tt><span style=""> </span>at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)</tt></p> <p class="MsoPlainText"><tt><span style=""> </span>at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)</tt></p> <p class="MsoPlainText"><tt><span style=""> </span>at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)</tt></p> <p class="MsoPlainText"><tt><span style=""> </span>--- End of inner exception stack trace ---</tt></p> <p class="MsoPlainText"><tt><span style=""> </span>at System.Web.UI.Page.HandleError(Exception e)</tt></p> <p class="MsoPlainText"><tt><span style=""> </span>at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)</tt></p> <p class="MsoPlainText"><tt><span style=""> </span>at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)</tt></p> <p class="MsoPlainText"><tt><span style=""> </span>at System.Web.UI.Page.ProcessRequest()</tt></p> <p class="MsoPlainText"><tt><span style=""> </span>at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)</tt></p> <p class="MsoPlainText"><tt><span style=""> </span>at System.Web.UI.Page.ProcessRequest(HttpContext context)</tt></p> <p class="MsoPlainText"><tt><span style=""> </span>at ASP.administration_users_manageuser_aspx.ProcessRequest(HttpContext context)</tt></p> <p class="MsoPlainText"><tt><span style=""> </span>at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()</tt></p> <p class="MsoPlainText"><tt><span style=""> </span>at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously)</tt></p> <p class="MsoPlainText"><o:p> </o:p></p> <p class="MsoPlainText"><o:p> </o:p></p> <p> </p>

Latest Tweets

Mar 02, 2010 3:46 PM - adding a new lightweight html provider this week to BugNET using jHtmlArea - http://bit.ly/DAICP

Mar 01, 2010 -2:20 AM - a number of fixes were checked in . more to come in preparation for a bug fix release. See the roadmap for more details http://bit.ly/8f0vcL

Mar 01, 2010 -2:06 AM - RT @dotnetguyuk: the new bugnet RC is really good (few bits to iron out).. the subversion integration is really good:- www.bugnetproject.com

Feb 22, 2010 2:41 PM - RT @TimoBreumelhof: I really like http://www.bugnetproject.com/ a hidden treasure IMO. @bugnetproject

Feb 18, 2010 -1:05 AM - RT @rbeenhakker: Using BugNET to manage the issues of the project, new features, bugs, improvements etc. http://tinyurl.com/yem724j (C# ...