bugnet
bugnet copied to clipboard
there are many store procedure missed
I found there are many user control store procedure missed, but after I create all, there is still an error when I create a user:
Server Error in '/' Application.
Invalid object name 'BugNet_UserCustomFields'.
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.Data.SqlClient.SqlException: Invalid object name 'BugNet_UserCustomFields'.
I just download from github
how did you get past this error ?
I just download the latest version from github, but if I download from your website, and everything is ok
i downloaded BugNET-1.5.265-Install zip and everything went smooth but if I install BugNET-1.6.339.0-Install.zip version I get all kinds of grief. Is this the one you are using. if so can you email me the file that you downloaded ?
I didn't change anythings, I just try to download again, and still there is a same issue, just download from this git version: https://github.com/dubeaud/bugnet
I've had the same problem and I downloaded the latest version from GitHub
Problem still persists with database scripts. When tried to create New user I encountered run time error saying Could not find stored procedure 'BugNet_UserCustomField_GetCustomFields'.
Comparing the scripts and database objects told me there are several tables and stored procedures missing. An example of such table is BugNet_UserCustomFields
. Looks to me individual scripts have dependencies which needs to be fixed.
Taking winsonet's comment from July 11, does git have the latest version of the project? He mentioned about website link. What is the URL please?