BKStart a conversation ↗

SQL Server Compact Edition

I've been playing with a workflow service hosted here /PSService/PSService.svc. Feel free to give it a bash [August 2012, removed]. Endpoint is using basic HTTP binding.

Tonight I whipped a SQL Server Compact database out of another little app I have lying around so I could sit it behind the webservice to persist data.

But

To my horror it doesn't work...

I get the following exception "sql compact is not intended for asp.net development".

I can imagine why I guess... but what a pity... it's not allowed...

[August 2012: It is allowed, just needs a setting]