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 [...]
Posts Tagged ‘Domain Services’
Returning string[] from RIA Domain Service
Posted: 10th August 2010 by thegrayzone in DevelopmentTags: Domain Services, WCF RIA Services
2