JBravo wrote:
daelmo wrote:
What LLBLGen version are you using? CF.Net target platform is no longer supported since v3.0.
I have downloaded the latest version so as you say there is no longer support for Compact Framework.
Is it possible to buy an earlier version with CF support? or do you plan to bring in support for CF with a later version?
Compact framework support was discontinued, because ... the compact framework is actually discontinued: windows mobile 7, Microsoft's new mobile platform, doesn't have a database api nor local database support (there are some .net only databases which work, but nothing like sql ce mobile). (it might be kept along for other OS's, but we never anticipated compact framework for windows ce, always for winmo6 + sql ce)
We discontinued support for compact framework because of this. Mobile goes more towards using a client on the device and communicate with a service where the database is located. That's why we added WCF RIA Services support for easy creation of the services api so you can write a silverlight client for usage on windows mobile 7.
If you purchase a v3 license you get a v2 license as well (which does support cf.net), but as said, compact framework support has been discontinued (for windows mobile) so I'm not sure whether you should invest in creating software for it: v3 won't get CF support back nor do we have plans to bring it back later.
Removing support for CF will in effect stop our company from moving to LLBLGen as we develop heavily on the CE and CF platforms for integration with our back office solutions.
Sorry to hear that, but I doubt CF.NET applications have a bright future: windows mobile 6 has been surpassed with windows mobile 7, which doesn't support compact framework at all, nor a native db like sql ce (the only db we supported on compact framework btw).
How do you see compact framework going forward, now windows mobile 7 doesn't support it (and things move towards silverlight on the client and a service for data-access e.g. through wcf ria services) ?
I see your company does logistics software development, which (if memory serves me correctly, it's been 15 years or so since I wrote software for logistics (RoadRunner)
) likely uses custom hardware + software inside trucks which might run on Windows CE, so in that area it might continue still, but I don't see how the compact framework is going forward on the mobile side, the area where we looked at for CF support (i.e. smartphones / pda's with winmo6 and cf.net + sql ce)