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: Davin Dubeau Created: Tuesday, March 28, 2006
Discussion about the development, design and implimentation of features and fixes for the BugNET project.

0.7 Final RC 1 has been released for testing.    This release is only meant to test final changes to the upgrade scripts and handles orphaned records from previous versions.  Please test this upgrade if you can and report your findings in the forums.  Please do not test this in a live installation where you have not backed up your database first. 

BugNET-0.7.936-Install.zip

Upgrade Notes:

Upgrade will delete all issues for projects that have been deleted. If a milestone doesn't exist milestone is set to the latest milestone for that project. If fixed in version doesn't exist , the fixed in version is set to null. All user tagged records that no longer exist will be set to the admin user. (edit the latest db script to change this value to another user) If category has been deleted the category...

Read More »

If you are looking to get started developing with BugNET, or any other .NET web application, Microsoft has released a tool to install IIS, Visual Web Developer 2008 and SQL Server 2008. This should help users get started coding much easier than before.

 

Read More »

One of the many requested features is bulk issue editing.  In 0.8 this is now possible through the new issue list page shown below.  After selecting the issues you would like to edit with the checkbox next to the issue you can select the edit properties button.  You will then be shown a panel of the issue properties that you can set.   Set the properties you wish to change and select save and your issues will be updated!



The second addition to the issue list is the ability to select individual columns to display in the issue list.  This is stored per user in a cookie so when you come back to the application it will remember the selected columns and can be changed anytime.



...

Read More »

In BugNET 0.8 the project creation / administration has been vastly improved so that you may define many of the previously hardcoded values. Most notably these hard corded values were the status, resolutions, issue types and priorities.  Although these values may work perfectly for some, it is not viable for all projects or issue tracking methods to be forced to use these.

With the new project administration functionality, you are now able to define virtually all values in the drop down lists.   Below we can see the edit project screen where we are editing our Test Project and have chosen to edit the statuses for this project.  In addition to adding, editing and deleting values you can choose an image for the value which will display on the issues list grid and are able to specify in which order they appear in the drop down list. 

 

Adding the flexibility to define custom values for a project...

Read More »

BugNET 0.7 is now entering a maintainence mode, which means that only bug fixes will be in subsequent 0.7 releases. All new features will be tackled in the upcoming 0.8 release which is well underway.

On the development front the solution will be upgraded to Visual Studio 2008 but will remain at version 2.0 of the .NET framework until the further adoption of 3.5 by online web hosts.  I am hoping to get a preview version of 0.8 out sometime this month, which means I will not be focusing on upgrades from  0.7 to this new version until a later point.

Some features that are to come / already complete:

Parent / Child Issues Redesigned add / edit issue page which now displays custom fields Custom Queries(including custom fields) that can be saved Ability to add custom priorities / status's / types etc. The start of UI localization Improvement of themes  

...

Read More »

Membership

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

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