Hi,
I have an application that has been developed on Windows XP SP2. The installation tool is also run on XP SP2 and so picks up the appropriate resources from there.
When I attempt to deploy the application to a W2k server the installation works but the application does not run/behave as expected.
Investigation into the problem has uncovered a lot of 64001 events in the system log on the W2k machine. e.g.
Is this because the XP versions of the DLLs are not compatiable with W2K ? or is a group policy/permission setting causing my problem ?
Does anyone know a fix ?
I have an application that has been developed on Windows XP SP2. The installation tool is also run on XP SP2 and so picks up the appropriate resources from there.
When I attempt to deploy the application to a W2k server the installation works but the application does not run/behave as expected.
Investigation into the problem has uncovered a lot of 64001 events in the system log on the W2k machine. e.g.
Code:
File replacement was attempted on the protected system file d:\winnt\system32\olepro32.dll. This file was restored to the original version to maintain system stability. The file version of the bad file is 5.1.2600.2180, the version of the system file is 5.0.4522.0
Is this because the XP versions of the DLLs are not compatiable with W2K ? or is a group policy/permission setting causing my problem ?
Does anyone know a fix ?