Resolved bugs

Release date:Wednesday, December 16, 2009
C1 Version:Composite C1 1.2 SP3 (1.2.3637.26658)...
DescriptionComposite C1 contain a license file (~/App_Data/Composite/License/License.xml) which gets read and refreshed every time C1 starts. If C1 is unable to read/write to this file (typically due to missing write permissions for the ASP.NET process) the C1 site will not run, first yielding an exception ('System hasn't beehn registered' or 'Object reference not set to an instance of an object' depending on C1 version) and then yielding the default C1 start page for unregistered sites (the 'Site under construction - start here.' screen).
Known work around:Ensure that the accound under which ASP.NET runs have read/write access to the files in the webfolder - as a minimum to the "~/App_Data/Composite" folder. Also ensure than the files in (~/App_Data/Composite/License are not marked as read only.