.net compact framework backward compatibility 3.5 and 2.0
Posted
by mack369
on Stack Overflow
See other posts from Stack Overflow
or by mack369
Published on 2010-05-12T09:32:02Z
Indexed on
2010/05/12
9:44 UTC
Read the original article
Hit count: 231
Do I need to install .net 2.0 on the device, where .net 3.5 is installed?
So far my application works on .net 2.0 (which potentially should be faster) but the long term plan is to port it to .net 3.5. I need to order devices and the OEM needs to know which version of .net should be add to Windows CE image (version 5.0). Shall I ask him to add both .net 2.0 and .net 3.5 ?
© Stack Overflow or respective owner