How to Use SQL Server Compact Edition Ce on Mono

Can I use SQL Server Compact Edition CE on Mono?

All of the SQL Compact (except System.Data.SqlCe.dll obviously) are native libraries, so no they won't work under non-Windows platforms.

Is it possible to use SQL Server Compact Edition in an Open Source project?

IANAL, and I do not know if the EULA is compatible with every open source license.

But, as long as you sign up for redistribution rights you should be fine to redistribute it with an open source project.

How to run MVC3 or newer application in Mono

There are more dll's required than those. You should right click on your project and choose Add Deployable Dependencies, and then check the first two boxes (or all 3 if you're using sql ce)

See this http://haacked.com/archive/2011/05/25/bin-deploying-asp-net-mvc-3.aspx

Oh, and MVC4 is not currently supported by the 2.10.x branch.

Error in Porting c# winform application to RaspberryPi using Mono Compiler

Seems you can't do that. You're missing the Sql Server compact dll, and as stated here, it's a native library and cannot be used with mono.

I think you will have to convert db/queries in something which is compatible with linux environment like SQLite here or similar. Check also this from the raspberry forums

How to run MVC3 or newer application in Mono

There are more dll's required than those. You should right click on your project and choose Add Deployable Dependencies, and then check the first two boxes (or all 3 if you're using sql ce)

See this http://haacked.com/archive/2011/05/25/bin-deploying-asp-net-mvc-3.aspx

Oh, and MVC4 is not currently supported by the 2.10.x branch.



Related Topics



Leave a reply



Submit