.NET Compact FrameWork

Mehyar

Junior Contributor
Joined
Jun 9, 2003
Messages
371
Location
Lebanon
Hi guys,

I have read a couple of articles about .NET Compact Framework but I still have some questions....

1) If i am working with VS.NET 2002 and have the .NET Framework 1.0 installed, Is the .NET Compact Framework installed with the .NET Framework ?? Or Should I install the .NET Compact Faremework seperately??

2) If i have to install the Compact framework, Where can i find it ??

3) Is developing for mobile devices very different than normal PCS??

Thx in Advance,
 
1. It doesnt come with VS.NET 2002 and .NET Framework either. But it somces with VS.NET 2003.
2. Im not really sure but you could try searching the .NET Framework part of MSDN:
msdn.microsoft.com/netframework
3. Not much different, some classes are not available to the compact framework.
 
Last edited:
Aewarnick, that is only a runtime and not the SDK, you need the SDK to develop for the Compact Framework, and Compact Framework is for small devices like Palms or Windows CE computers not PCs.
 
Maybe you have this problem because you created a Windows Application instead of a Smart Device Application?


If its an API problem:
Most API problems are solved by replacing "mscoree.dll" with "corelib.dll"

But don't forget that the Windows CE API doesn't have all Windows API functions!

Windows CE API Reference (msdn.microsoft.com)

I'm not sure but I think they have also a Windows CE API Viewer there...
 
I have downloaded from Microsoft Mobile Development Kit, does that include the SDK for the compact framework???

If not then where can i find it I need to start working on it..

Thx in advance
 
Back
Top