I've got errors after using this template, none of the projects was able to pass the build :
CompositeMVC4.Domain:
ProductRepository.cs line 8: using C1 = Domain.Entities.C1;
where can I get that namespace?
Thanks
Comments: You have to fix manually the cross-project references and also the composite.dll and composite.generated.dll in the domain project. It is all explained in the readme.txt file.
CompositeMVC4.Domain:
ProductRepository.cs line 8: using C1 = Domain.Entities.C1;
where can I get that namespace?
Thanks
Comments: You have to fix manually the cross-project references and also the composite.dll and composite.generated.dll in the domain project. It is all explained in the readme.txt file.