I want to deploy an application under Windows Vista. Under XP Pro the installation file works perfect. Under Vista I get this message during installation:
Module c:\progam files\ .......\olch2x8.ocx failed to register. HRESULT -2147010895. Contact your support personel.
When I try to register the ocx myself I get the message:
Make sure de binary is stored at the specifiec path or debug it to check for problems with the binary or dependent .DLL files
The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more details.
This in the log file:
Activation context generation failed for "C:\Program Files\ProfileDynamics\PDViewer\olch2x8.ocx".Error in manifest or policy file "C:\Program Files\ProfileDynamics\PDViewer\olch2x8.ocx" on line 1. The value "T:\drop-chart\newchart\chart8\bin\olch2x8.ocx" of attribute "name" in element "urn:schemas-microsoft-com:asm.v1^file" is invalid.
What can be done to solve this?
Many thanks in advance,
Gerard