mservidio
mservidio

Reputation: 13057

Is it ok to run SQL CE 4.0 under .net 3.5?

I was wondering if anyone has run SQL CE 4.0 private deployment under a .net 3.5 application without issue.

Thanks.

Upvotes: 2

Views: 684

Answers (1)

RThomas
RThomas

Reputation: 10882

According to this walkthrough.... it will .... and I quote, "work perfectly". I started a small project myself and while I didn't finish it, I never ran into any show stopping bugs either.

Do note however some of the updates to the comments below his blog entry. They point out some gotcha's (not related to .net 3.5 but how he was setting up CE).

Upvotes: 3

Related Questions