Test Project Root Namespace disabling referenced project namespace

PROBLEM
Had a project SRS.Business.EntityModel
and so created TestProject.SRS.Business.

SOLUTION
I found that this project could not code against the first. However when I subtly changed the Test Project Root Namespace in this case to TestProject.SRSBusiness it worked.

Leave a comment