Archive

Posts Tagged ‘NET Framework’

Running Multiple Versions of .NET Framework

October 9th, 2006 menush Comments off

If you are an application developer, you definitely understand that sometimes it’s a ‘pain’ for your application if users want to install multiple versions of .NET Framework (may be required for some other applications) because you understand the higher version either didn’t exist at the time of coding or ‘standard procedures’ were NOT followed for upgrade installations. Some enterprises face a huge challenge to deploy higher versions of .NET (as 2.0) if some applications do not run except the desired .NET version, similar to some Java Applications.

“Luckily, the .NET architecture no longer restricts you to such limitations. You can install multiple versions of components on a single server and benefit from their peaceful coexistence by running them simultaneously. Microsoft refers to this as side-by-side versioning”, writes Zubair Alexander. He further specifies, “It can be done on a Windows 2003 server, as long as you remember which version is which”.

Read the full article

Categories: .NET, Administration Tags:

Windows SDK for September CTP of Windows Vista and .NET Framework 3.0 Runtime Components

October 1st, 2006 menush Comments off

Microsoft Windows Software Development Kit (SDK) for September Customer Technology Preview (CTP) was released on September 28, 2006. The Windows SDK contains documentation, samples, headers, libraries, and tools designed to help you develop Microsoft Windows applications. The documentation, samples, and tools provided in the Windows SDK support application programming interfaces (APIs) available in the Windows Vista, Microsoft Windows XP Service Pack 2 (SP2), and Microsoft Windows Server 2003 Service Pack 1 (SP1) versions of Windows. Not all API support all platforms. You can look under the specific API documentation to determine which platform the API supports.

The documentation, samples, and tools provided in this release are preliminary and subject to change. This SDK is designed to use with Windows Vista build 5728 and the .NET Framework 3.0 Runtime September Customer Technology Preview. This release of the Windows SDK is compatible with the RTM versions of Microsoft Visual Studio 2005. Visual Studio Extensions for .Net Framework 3.0 are available in the related resources.

NOTES:
There are a number of known issues with this release. Please consult the Release Notes associated with this download for more information. Reminder: This version of the Windows SDK will not work with previous pre-release versions of Windows Vista, the .NET Framework 3.0 Runtime Components for Windows XP or Windows Server, or previous pre-release versions of Visual Studio.

Please note that this download contains SDK content only. To build .NET Framework 3.0 applications for Windows XP or Windows Server, the .NET Framework 3.0 Runtime Components for September CTP must be downloaded separately.