Covalent 3.0 Platform Requirements - windows-server-2008

Covalent ERS 3.0 should work on windows platform other than 2003 version.
What is difference between Covalent ERS 3.0 and Covalent ERS 2.0?
What are required platform requirements for both?
Please reply to this question...

Related

How to Target .net Framework 7.0 in Visual Studio 2022?

I just installed the Visual Studio Community 2022 and installed .net core 4.8.1 (ndp481-web.exe and the dotnet-sdk-7.0.102-win-x64.exe.) Dotnet 7.0 is not a preview, it is the released version, and VSCommunity 2022 is the released version.
C:\\Users\\TimE\>dotnet --list-sdks
5\.0.101 \[C:\\Program Files\\dotnet\\sdk\]
5\.0.416 \[C:\\Program Files\\dotnet\\sdk\]
7\.0.102 \[C:\\Program Files\\dotnet\\sdk\]
However, I cannot target the .Net 7.0 framework for my existing applications.
7.0 does not appear in the dropdown. VS2022 Target Framework
Does anyone know what I need to do to get my existing apps to target the 7.0 framework?
Am I missing a setting to show the Framework instead of the Core?
Thanks much in advance!
.Net Framework needs to be migrated to .net core for those who want to know. The proper way to do this is outlined at the Microsoft documentation page Overview of porting from .NET Framework to .NET

Minimal system requirements for .NET Compact Framework 3.5

I have hardware with Microsoft Embedded Windows CE 4.1 (CE .NET) / CPU Intel XScale PXA250 / Memory 32 MB RAM/32 MB ROM.
Is there possible to run .NET CF 3.5 on hardware this type? Or may be only .NET CF 2.0?
it seems that there is a version for Windows CE 4.2, it may work also on 4.1 because there are no major differences in the kernel between those two releases:
http://support.microsoft.com/kb/947559
It's not granted that it could run on any Windows CE 4.2 device. The .NET CF requires that some OS components are part of the image and if they aren't you'll have to rebuild the OS image for your device adding the required components.
IIRC you can't debug applications on CE 4.x, but I'm not 100% sure about this point.

.Net 3.5 app on Win PE 4.0 image

Assuming a WinPE 4.0 image is setup correctly with the WinPE-NetFx4.cab, WinPE-NetFx4_en-us.cab and prerequisite packages like WMI, should an app built in Visual Studio 2008 for .NET 3.5 execute? Or, is the app linked to strong name signed 3.5 assemblies such that it will not use the equivalent ones in .NET 4.0?
I'm also using WinPE 4.0 and experienced the same issue. Most of my app developed using earlier version of .NET Framework (.NET 3.0 & 3.5) will not execute (execute but nothing show up on screen)
A further investigation was made into the WinPE 4.0 WIM's Windows directory "Windows\Microsoft.NET\Framework" show only signs of version 4 (for my case v4.0.30319) was installed (WinPE-NetFx4.cab).
This concludes Microsoft's WinPE 4.0 only supports .NET Framework 4.
In order to make your app work again, re-compiled them using .NET Framework 4 assemblies.

Adobe Air Version 3.0 + causing applicationUpdater to misbehave

Adobe Flex/Flash Builder 4 question. I have a flex app built on AIR version 2.02 and sdk 3.3
now updating to sdk 4.0 and AIR version 3.0
the ApplicationUpdater section does not display anything with AIR version 3.0, but it does with AIR version 2.2
both using sdk 4.0 for the flashbuilder code.
anyone seen this and found an answer?
thanks
Dave

Determine Installed Compact Frameworks (and SP) Version

What's the best way to determine which version of the .NET Compact Frameworks (including Service Packs) is installed on a device through a .NET application.
Neil Cowburn maintains a fairly good list of all version numbers on his blog. As of right now the list looks like this:
Version Release
---------- ------------------
1.0.2268.0 1.0 RTM
1.0.3111.0 1.0 SP1
1.0.3226.0 1.0 SP2 (Recalled)
1.0.3227.0 1.0 SP2 Beta
1.0.3316.0 1.0 SP2 RTM
1.0.4177.0 1.0 SP3 Beta
1.0.4292.0 1.0 SP3 RTM
2.0.4037.0 2.0 May CTP
2.0.4135.0 2.0 Beta 1
2.0.4317.0 2.0 November CTP
2.0.4278.0 2.0 December CTP
2.0.5056.0 2.0 Beta 2
2.0.5238.0 2.0 RTM
2.0.6103.0 2.0 SP1 Beta
2.0.6129.0 2.0 SP1 RTM
2.0.7045.0 2.0 SP2 RTM
3.5.7066.0 3.5 Beta 1
3.5.7121.0 3.5 Beta 2
3.5.7283.0 3.5 RTM
Based up Scott's links, the information about the current CF version can be found in the registry of the device at:
HKEY_LOCAL_MACHINE\Software\Microsoft\.NETCompactFramework
Versions for CF 2.0 are:
CompactFrameworks 2.0 RTM - 2.0.5238.00
CompactFrameworks 2.0 SP1 - 2.0.6129.00
CompactFrameworks 2.0 SP2 - 2.0.7045.00