That error occurs on all new installations. The wizard flow is bugged.
Step 2 calls UpgradeDatabase() (In ./install/default.aspx.cs), which imports the BB Code, but the board record isn't created until step 3 when the system_initialize sproc is executed.
My workaround was to comment-out the restraint in restraints.sql during installation, then run the sql to create it afterwards.
Edited by user
15 years ago
|
Reason: Not specified