at Csla.DataPortal.Create(Type objectType, Object criteria)
at Csla.DataPortal.Create[T]()
Facing above issue while inserting & creating new company object.
Calling above method through WCF.
1) Below line code write in Service_1_0.svc file.
project.Business.entity objBusEntity = project.Business.entity objBusEntity
2) Below line code write in Company.Generated.cs
public static Company NewCompany(){
//getting error here
return DataPortal.Create< Company >();
}
For resolving above issue i implemented below link step also.
http://forums.lhotka.net/forums/p/11305/52543.aspx
Copyright (c) Marimer LLC