PDA

View Full Version : Spring.NET for SmartDevices


furjig
06-07-2006, 12:45 PM
Can we use Spring.NET for SmartDevices (especially WM5)?

I have read about "NET_COMPACT_FRAMEWORK" compilation symbol, but I can't see the advantage of this.
The replacement of the original references with references from Compact Framework causes errors.
The original references don't respectives, because I don't want to deploy the DLLs of "desktop" framework to the SmartDevice.

Aleks Seovic
06-11-2006, 07:05 AM
I haven't tried it myself, but it would definitely be nice to support at least Spring.Core on Smart Devices as well.

If someone can compile the codebase against .NET Compact Framework identify what in the Core is incompatible with it, we can add necessary preprocessor instructions and remove the code that doesn't really make sense on SD.

- Aleks