Posts Tagged ‘Domain Services’

I added a new method to my Domain Service today that has the signature: public string[] GetSomething(string param1) When I tried to compile this I got the following error, without any line or column information in Visual Studio’s Error List: Type ‘String’ is not a valid entity type. Entity types cannot be a primitive type [...]