any SP for .NET CF 1.1

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All.
I have .NET CF 1.1...is there any service pack for this version of .NET CF
I am getting out of memeory errors in emulator and device as well very often
i tried doing everything from code like using garbage collector and disposing all objects after use.
But to no avail
So please let me know any info or help in this regard ...which will be more than appreciated
 
There is no CF 1.1.

The Compact Framework is at version 1.0. The latest service pack for it is
SP2.

--
Chris Tacke, eMVP
Co-Founder and Advisory Board Member
www.OpenNETCF.org
---
Windows CE Product Manager
Applied Data Systems
www.applieddata.net


Raman said:
Hi All..
I have .NET CF 1.1...is there any service pack for this version of .NET CF.
I am getting out of memeory errors in emulator and device as well very often.
i tried doing everything from code like using garbage collector and
disposing all objects after use..
 
Here is some info on the current SP's:

1.8. What is new in the latest .NET Compact Framework Service Pack?
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx#1.8

--
Geoff Schwab
Program Manager
Excell Data Corporation
http://msdn.com/mobility
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx

This posting is provided "AS IS" with no warranties, and confers no rights.
Raman said:
Hi All..
I have .NET CF 1.1...is there any service pack for this version of .NET CF.
I am getting out of memeory errors in emulator and device as well very often.
i tried doing everything from code like using garbage collector and
disposing all objects after use..
 
Thank you ver much for the reply.
But if i have .NET Framework 1.1 then huv is it that the CF is of version 1.
The .NET CF gets installed automatically with .NET Framework. Then huv is it that both have different versions
ANd also huv do i find the version of .NET CF in my system.
 
A few things here. Version numbers of the .NET Framework and the .NET
Compact Framework are not related to each other. The .NET CF is installed
when you install Visual Studio.NET 2003, not automatically when you just
install the .NET Framework. Even thought the .NET CF is a subset in
functionality of the .NET Framework you should look at them as different
products. Take a look at this FAQ to determine the version of the .NET CF
you are using:
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/faq/default.aspx#1.26

--
Maarten Struys, eMVP
PTS Software bv

www.opennetcf.org | www.dotnetfordevices.com

Raman said:
Thank you ver much for the reply..
But if i have .NET Framework 1.1 then huv is it that the CF is of version 1.
The .NET CF gets installed automatically with .NET Framework. Then huv is
it that both have different versions.
 
Back
Top