BugNET

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

BugNET Forums

 
  Forum  Development  General develop...  0.8 Preview Release Feedback
Previous Previous
 
Next Next
New Post 7/28/2008 12:17 PM
User is offline admin
658 posts
bugnetproject.com
1st Level Poster




0.8 Preview Release Feedback 
Modified By admin  on 7/31/2008 7:38:09 AM)

This thread is for comments and feedback regarding the BugNET 0.8 preview release.


Davin Dubeau
BugNET - Core Developer

 
New Post 7/31/2008 1:39 AM
User is offline BC
40 posts
No Ranking


Re: 0.8 Preview Release Feedback 
Modified By BC  on 8/4/2008 1:54:58 AM)

Hellow,
my installation doesn't work,
I have unzipped the download, created a virtual dir in iis, attached the database, changed the connection string in the config file.

Now when i go to the site i get the following error:

 

Server Error in '/' Application.

Unable to find a default resource for Home.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.InvalidOperationException: Unable to find a default resource for Home.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[InvalidOperationException: Unable to find a default resource for Home.]
BugNET.Providers.ResourceProviders.StringResourcesDALC.GetResourceByCultureAndKeyInternal(CultureInfo culture, String resourceKey) in C:\Projects\BugNET 0.8\src\Library\Providers\ResourceProviders\StringResourcesDALC.cs:100
BugNET.Providers.ResourceProviders.StringResourcesDALC.GetResourceByCultureAndKeyInternal(CultureInfo culture, String resourceKey) in C:\Projects\BugNET 0.8\src\Library\Providers\ResourceProviders\StringResourcesDALC.cs:110
BugNET.Providers.ResourceProviders.StringResourcesDALC.GetResourceByCultureAndKeyInternal(CultureInfo culture, String resourceKey) in C:\Projects\BugNET 0.8\src\Library\Providers\ResourceProviders\StringResourcesDALC.cs:110
BugNET.Providers.ResourceProviders.StringResourcesDALC.GetResourceByCultureAndKey(CultureInfo culture, String resourceKey) in C:\Projects\BugNET 0.8\src\Library\Providers\ResourceProviders\StringResourcesDALC.cs:207
BugNET.Providers.ResourceProviders.DBResourceProvider.GetObject(String resourceKey, CultureInfo culture) in C:\Projects\BugNET 0.8\src\Library\Providers\ResourceProviders\DBResourceProvider.cs:88
System.Web.Compilation.ResourceExpressionBuilder.GetResourceObject(IResourceProvider resourceProvider, String resourceKey, CultureInfo culture, Type objType, String propName) +20
System.Web.UI.TemplateControl.GetLocalResourceObject(String resourceKey) +43
BugNET.UserControls.TabMenu.Page_Load(Object sender, EventArgs e) in C:\Projects\BugNET 0.8\src\BugNET_WAP\UserControls\TabMenu.ascx.cs:53
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436


Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433

 

Anny suggestions?

 
New Post 7/31/2008 8:41 AM
User is offline admin
658 posts
bugnetproject.com
1st Level Poster




Re: 0.8 Preview Release Feedback 

There is a new table in the database BugNet_StringResources which contains all the localization strings for each language (currently only english).  I have verified that the UserControls/TabMenu.ascx  Home string is in there...so I am not sure why it is not picking it up. 

The application should be getting the default localization from the web.config and then setting the thread to that unless the user has a selected a differet one in their user profile.  Are you setting localization by the browser?


Davin Dubeau
BugNET - Core Developer

 
New Post 8/4/2008 2:56 AM
User is offline BC
40 posts
No Ranking


Re: 0.8 Preview Release Feedback 

I don't think the browser does any localization.
I have changed my windows local settings from dutch to english, but the same error appears.

 
New Post 8/5/2008 10:00 AM
User is offline smoss
114 posts
www.orbitsolutions.co.za
5th Level Poster


Re: 0.8 Preview Release Feedback 

A few quick things that I've noticed with BugNET 0.8.0.0 download for testing:

  • select Calendar, then click Previous or Next [ The added or subtracted value results in an un-representable DateTime. Parameter name: months]. Works after selecting another project
    • also wondering if something should happen clicking the day for the month view, there's a link, just no action
  • 'Change' tab, click and the header does not show if the project does not have any issues...very minor
  • 'Browse Source' with no subversion available creates err [Specified argument was out of the range of valid values. Parameter name: projectId]....although it does show "No subversion..." if navigating to the tab via the Project Summary or Roadmap. All other tabs cause error.
  • Clicking on the project names, causes error [The resource cannot be found. ---  /bugnet/Bugs/ProjectSummary.aspx]
  • Click 'Project Summary' tab and immediately click 'Issues' tab causes error [Specified argument was out of the range of valid values.Parameter name: queryClauses]
  • In general, I get various errors trying to add issues from Null, to can't find resources, etc...but the issues are added in some cases. I can research these further if needed more detail.
  • If there are no "relevant issues" for a user, an error occurs on the 'Issues' tab
  • Navigating between tabs can be confusing. From the home page, I select a 'Project Summary' for the last project in the list, let's say 'ProjectX', when clicking on the issues, queries, calendar etc...it typically defaults to the first project in the system, let's say ProjectA. Very confusing for end users having to monitor where they are at in the system.
  • In the Application Configuration pages, click on Notification Settings and then any other setting causes a pop-up error and have go back to main Admin page to reset.
    • AdminNotificationUser' has a SelectedValue which is invalid because it does not exist in the list of items.
      Parameter name: value
  • Edit User account page has a strange link, called "Submit Query" in black text.
  •  Clone Project brings up errors [Invalid object name 'Project']

Hope it helps the development cause. Also I would like to request a couple of helpers for folks if possible:

  • I love the new flexibilty for categories, priorities, status, issue type...etc.., but it would be nice to have some general defaults in there for users that are unsure or just need a basic structure that can be tweaked and/or built upon.
  • User 'Groups' would be handy from a management perspective. A bit quicker than modifying each users perms for a project. Even checkboxes next to users would be just as quick.
 
Previous Previous
 
Next Next
  Forum  Development  General develop...  0.8 Preview Release Feedback

Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.