I just downloaded the 0.8 branch but I'm having a lot of trouble making a clean installation out of it. Should this be stable (at least installation) enough to start playing with and looking around? Or it's just a very alpha code?
In case it helps you, there are the errors so far:
- when installing: BugNet_UserProfile trying to reference this table from web.config profile provider but table does not exists.
- In sqldataprovider wrong reference to hostsettings objects (missing 's' after HostSetting):
private const string SP_HOSTSETTING_GETHOSTSETTINGS = "BugNet_HostSettings_GetHostSettings";private const string SP_HOSTSETTING_UPDATEHOSTSETTING = "BugNet_HostSettings_UpdateHostSetting";
- and final one (could not pass this one):
runtime error: Invalid object name 'BugNet_StringResources'.
in Default.aspx
So I I've not yet been able to pass the installation step. Any help would be appreciated.