I just upgraded our in-house version of BugNet from 0.44 to the latest release. I would log this as a defect, but it seems I'm not able to register for the Issue Tracker, so I'll just report it here.
In the stored procedure: BugNet_BugNotification_CreateNewBugNotification, you need to return the scoped identity. It appears to be missing from: 0.7.719.0.SqlDataProvider.sql
In the stored procedure: BugNet_Attachment_CreateNewAttachment doesn't use the scoped identity, but uses the unsafe @@IDENTITY
If an error happens during the execution of a page within BugNet, the user gets a white screen. Ideally, they should get an error page which allows them to alert the administrator that an error occurred so I can go to the Log and look to see what the exception is.
But outside of a few migration issues, everything else appears great and the new functionality is definitely needed and appreciated.
Keep up the good work.