I am
100% sure that I don't have the 1.1 framework installed. But I just realized that am using the 6.3 version of the Catalyst drivers, and there are newer versions available. I don't know how they work with .Net framework 2.0.
My workstation at work also has a ATI card installed and runs the Catalyst drivers without problem. It is a Windows 2003 Server web edition and has both the 1.1 and the 2.0 versions of the .Net framework installed. I could try to uninstall the 1.1 version to see if it still works, but I am not sure if it possible. As far as I remember the .net framework 1.1 is included with 2003 server and is not possible to uninstall.
Greg,
You should know that the difference between 2003 Server and the
64-bit version of Windows XP is very, very small.
They are built from the same source tree.
The version of the core kernel dll's are the same (Windows XP 32bit has
5.1.2600, Windows XP 64bit and 2003 Server both has
5.2.3790).
The 64bit Windows XP and 2003 Server is shipped with IIS 6.0 and both supports NUMA (as does 32bit Windows XP from SP2).
All of the new API's that is listed as "2003 Server only" are available in the 64 bit version of XP (for example SetProcessWorkingSetSizeEx() and GetProcessWorkingSetSizeEx()).
If you look at the screen dump above you will even see that "srv03_sp1" is embedded into the version string of Windows XP x64.
May I ask which programs you are using that doesn't work in 2003 Server. In my experience that is
very uncommon.
[/b]