This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
First let me say I love Lightspeed. Ive been using it for about a year with my previous company. I want to start moving a couple of my new companies products over so that they can begin leveraging Lightspeeds power, however we do have some applications that run on handheld devices using CE 3.5 as well as in an embedded environment using the micro framework(not sure which ver). Have these scenarios been evaluated before or am I going to be out of luck? |
|
|
Thanks for the kind words! Unfortunately we haven't evaluated LightSpeed on the Compact or Micro frameworks, and I wouldn't be too optimistic. We use Reflection.Emit internally which I think is not available on these frameworks, plus we have some dependencies on .NET 3.5 DLLs which may not be available either. You could try using the .NET 2.0 compatibility build (in the Compatibility folder in the install directory) and using Medium Trust mode (which replaces Reflection.Emit with slower normal reflection), but even then I'd be doubtful. Sorry! (Not sure exactly whether CE 3.5 referred to a WinCE build or to SQL Server CE. We do support SQL Server CE 3.5, though again it has been tested only on the desktop CLR.) |
|