The messages in the log would indicate that a referenced assembly is still missing. Check the references for the KLIBDatabase assembly and see if something is still missing from either the exe folder or GAC.
Check that your domain model assembly and all referenced IdeaBlade assemblies are in the same folder as the executable. On development PCs referenced assemblies will be resolved from the GAC, while on deployed PCs they will normally be in the folder, and it's unfortunately easy to miss one or two.
Here's the minimum set of assemblies you should have in the exe folder - <domain model assembly> <entity model assembly> IdeaBlade.Core IdeaBlade.EntityModel IdeaBlade.EntityModel.EDM IdeaBlade.EntityModel.Server IdeaBlade.Linq IdeaBlade.Validation
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum