2025-02-05, 23:36:08
I need a manifest file for the v2 DLL instead of the OCX. I tried this:
I put that in my EXE's manifest file (cwatch.exe.manifest). However, that blocks the program from running now. I suspect that either the version is not correct, or I need a public key. But where do you get the public key??
Does anyone have an example for the V2 DLL?
Code:
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="AntView-2.0-x86.dll"
version="2.0.459.0"
processorArchitecture="x86"
/>
</dependentAssembly>
</dependency>
I put that in my EXE's manifest file (cwatch.exe.manifest). However, that blocks the program from running now. I suspect that either the version is not correct, or I need a public key. But where do you get the public key??
Does anyone have an example for the V2 DLL?