I am running Umbraco with AssemblyVersion("15.5.0.310")
An exception happens upon the primary install.
After database install, an admin form is presented, asking admin information. Upon submitting that admin form an exception is thrown, saying :
Before adding a relation between source
security$net_root$users$_v__guid$_10000000000000000000000000000005 and
destination
content$empty_root$$_p__nhibernate$_v__guid$_a43aa5d315ac47bbbbaaa04e011dc033,
you must call AddOrUpdate with those items or they must already exist in the
datastore. Source 10000000000000000000000000000005 cannot be found.
The exception is thrown in the NhSessionHelper class, AddRelation method.
Is this a bug? Seems quite critical. Is there a workaround for this.
Critical error installing Umbraco 5.0.0 RTM
I am running Umbraco with AssemblyVersion("15.5.0.310")
An exception happens upon the primary install.
After database install, an admin form is presented, asking admin information. Upon submitting that admin form an exception is thrown, saying :
Before adding a relation between source security$net_root$users$_v__guid$_10000000000000000000000000000005 and destination content$empty_root$$_p__nhibernate$_v__guid$_a43aa5d315ac47bbbbaaa04e011dc033, you must call AddOrUpdate with those items or they must already exist in the datastore. Source 10000000000000000000000000000005 cannot be found.
The exception is thrown in the NhSessionHelper class, AddRelation method.
Is this a bug? Seems quite critical. Is there a workaround for this.
is working on a reply...