Hello,
when I try to run install.aspx i get the following Errors:
Installing BugNET
Version: 1.1.213.0
Installation Status Report
00:00:00 - Installing Version: 1.1.213.0
00:00:00 - Installing Membership Provider:
00:00:00 - Executing Script: InstallCommon.sql
Success
00:00:00.3437038 - Executing Script: InstallMembership.sql
Success
00:00:01.1248488 - Executing Script: InstallProfile.sql
Success
00:00:01.3435694 - Executing Script: InstallRoles.sql
Success
00:00:01.8591251 - Installing BugNET Database:
00:00:01.8591251 - Executing Script: BugNET.Schema.SqlDataProvider.sqlError!
Error Details
File | BugNET.Schema.SqlDataProvider.sql |
Error | In der Datenbank ist bereits ein Objekt mit dem Namen 'BugNet_UserProfiles' vorhanden. |
00:00:01.8747480 - Installing BugNET Default Data:
00:00:01.8747480 - Executing Script: BugNET.Data.SqlDataProvider.sqlError!
Error Details
File | BugNET.Data.SqlDataProvider.sql |
Error | Verletzung der PRIMARY KEY-Einschränkung "PK_BugNet_Permissions". Ein doppelter Schlüssel kann in das Objekt "dbo.BugNet_Permissions" nicht eingefügt werden. Der doppelte Schlüsselwert ist (1). |
00:00:01.8747480 - Creating Administrator Account
Error: The 'BugNET.Providers.MembershipProviders.ExtendedSqlMembershipProvider' requires a database schema compatible with schema version '1'. However, the current database schema is not compatible with this version. You may need to
either install a compatible schema with aspnet_regsql.exe (available in the framework installation directory), or upgrade the provider to a newer version.
Installation Failed!
there have been a few tables created, so I think the connection to the Database works.
Any suggestions?