The Problem One requirement for my current application is that when the user clicks on a specific link on a web application from their Windows Mobile device, a pre-installed application will be launched on the device and a parameter from the web application will be passed to the application. The Solution I decided to use [...]
Archive for August, 2010
Custom URL Protocol in Windows CE
Posted: 13th August 2010 by thegrayzone in DevelopmentTags: C#, Windows Mobile
0
Returning string[] from RIA Domain Service
Posted: 10th August 2010 by thegrayzone in DevelopmentTags: Domain Services, WCF RIA 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 [...]