Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I determine the version of the .NET Compact Framework that is installed on a device?

0
Posted

How can I determine the version of the .NET Compact Framework that is installed on a device?

0

Each version of the .NET Compact Framework is released with a different Win32 File Version number (this is a separate version number from the Assembly Version, which should be the same across all releases of the Version 1 .NET Compact Framework, including Service Packs). In order to see what version is installed, use File Explorer to navigate to the Windows directory on the device, and click the file called CGACUTIL. You will get a message box showing you the Win32 File Version of the .NET Compact Framework installed on the device. RTM = 1.0.2268.0 SP1 = 1.0.3111.0 SP2 Recall = 1.0.3226.0 SP2 Beta = 1.0.3227.0 SP2 Final = 1.0.3316.0 To determine the version programmatically you can use System.Environment.Version.ToString().

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123