Edited Issue: Incorrect link address in admin section breadcrumb [120]
BugNet version 1.4.256.0When in the admin section of the site, the breadcrumb below the main ribbon shows several links. For example when in the Projects section it will show:Home > Admin >...
View ArticleClosed Unassigned: User keeps being locked out after migration to v1.4.256 [130]
Upgrade problem.After the upgrade to v1.4.256 then I can't login.When I restore my SQL DB and points back to the v1.3.242 everything works fine.
View ArticleNew Post: Creating project problem
Hi, I've installed BugNet system, but when I tryies to create a project, I'm getting stuck on the second page - "Choosing the categories". On this pagу I see loading icon ... when I click to add new...
View ArticleNew Post: Creating project problem
Hi, Thank you for your reply. 1) I'm not using localhost during accessing the site . I use url like this: http://bugtracker.MyServer.com:CustomPort/ 2) I did what people suggest in mentioned by you...
View ArticleNew Post: Creating project problem
Are you using the web.config that came in the install package? Also ensure your web application pool is set to integrated and not classic, also make sure you are using .net 4.0
View ArticleNew Post: Creating project problem
I'm using web.config from web-deploy package (https://bugnet.codeplex.com/downloads/get/679277) + added changes<webServices> <protocols> <add name="HttpGet"/> <add...
View ArticleNew Post: Creating project problem
When I'm trying to access '/BugNetServices.asmx' url, I'm getting the error in Log ViewerSystem.Web.HttpException (0x80004005): The file '/BugNetServices.asmx' does not exist. at...
View ArticleNew Post: Creating project problem
Have you tried on another work station or server. I have not encountered this error myself. Are you nesting the application within another application or have any other non standard setup?
View ArticleNew Post: Creating project problem
No, I haven't I will try, but it could take much time as it will be hard for me to find place to install IIS Are you nesting the application within another application or have any other non standard...
View ArticleNew Post: Creating project problem
Also I did add new instance of server as application. I'm getting to the server by following url: http://127.0.0.1/bugnet ... And the issue is still present
View ArticleEdited Issue: Installation not working on Windows Azure Deployment [59]
The default membership scripts won't work on Azure as people have noted due to the references to internal sql stored procedures and schema tables that do not exist in a Azure sql database.An updated...
View ArticleSource code checked in, #9f503431e9f9
Added lookup data syncronize scripts to the database project
View ArticleEdited Issue: Unable to assign multiple users to a project [117]
This is the primer project created in my BugNET instance, when I try to assign some members to it, only "Administrator" is kept (Actually the visual effect is that previously assigned user is removed...
View ArticleSource code checked in, #2cd1e92cce12
#128 - fix for clearing the default due date value, still needs some testing.
View ArticleSource code checked in, #8936d8106062
fixed up issues with database deployment added new script to add super user role to database added localdb publish profile
View ArticleNew Post: Issue Id Numbers are Skipping Numbers
They are not sequential in the database the ID's were missing. Thanks!
View ArticleSource code checked in, #ac6409af8c6b
fix for #132 - saving user profiles with null dates
View ArticleEdited Issue: Couldn't update user profile (membershipupdates branch) [132]
Hello! I have got the expirience with code placed in [membershipupdates branch](https://bugnet.codeplex.com/SourceControl/changeset/23aee97fa84a) and faced with problem that I could not to update user...
View ArticleEdited Issue: Project Defaults Can Not Set Due Date to None [128]
With the new project defaults in v1.4, I am unable to figure out how to default the Due Date to "none". It always wants to put in a date. We have to manually clear the date in Due Date for each new...
View ArticleSource code checked in, #bf1658143c40
fixed issue #124 - ambiguous column error on project calendar
View Article