I developing new application and I would like using SubSonic and SQL Server Compact.
But when I run my simple app (for trying SubSonic) I get exception "Unable to find the requested .Net Framework Data Provider. It may not be installed."
Anyone have some advice for me, how solve this?
I have reference to System.Data.SqlServerCe
UPDATE
I downloaded SubSonic latest source code and all code about SQL CE is in comments. I uncomment, but I get same exception.
