Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Antview ocx manifest file that will work for reg free Com in VB6
#3
I need a manifest file for the v2 DLL instead of the OCX.  I tried this:

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?
Reply


Messages In This Thread
RE: Antview ocx manifest file that will work for reg free Com in VB6 - by Batduder - 2025-02-05, 23:36:08

Forum Jump:


Users browsing this thread: 1 Guest(s)