|
-
Apr 24th, 2015, 02:19 AM
#1
Thread Starter
New Member
Debugging VB6.exe using manifest file with com free registration.
Hello,
I've created COM free registration exe.manifest file for my application and it works fine. However when I'm trying to debug this in VB6.exe it doesn't work. I've created VB6.exe.manifest but it can't read that, getting ActiveX errors. Maybe VB6 got embeded manifest file and that's why it can't load external file? Anyone could advise? Maybe you had that issue and got solution? Please let me know.
Thanks,
Jakub
-
Apr 24th, 2015, 03:50 AM
#2
Re: Debugging VB6.exe using manifest file with com free registration.
Put the vb6.exe.manifest file into vb98 directory which contained your free-registration text.
-
Apr 24th, 2015, 04:08 AM
#3
Thread Starter
New Member
Re: Debugging VB6.exe using manifest file with com free registration.
Hi,
It's there. I'm wondering if debugging com free registration is possible, if it's then probably I did something wrong.
Thanks,
Jakub
-
Apr 24th, 2015, 06:32 AM
#4
Re: Debugging VB6.exe using manifest file with com free registration.
Reg-free COM and isolated assemblies is a packaging and deployment technology. So if you are talking about running within the IDE, reg-free COM does not apply. Development machines must have all of the libraries that your application uses fully installed and registered, along with developer design-time licenses where required.
Don't try to use isolation manifests with VB6.EXE at all. This is likely to do nothing but cause problems.
-
Apr 24th, 2015, 01:44 PM
#5
Re: Debugging VB6.exe using manifest file with com free registration.
 Originally Posted by brzooz
...Maybe VB6 got embeded manifest file and that's why it can't load external file?
Responding to just the above statement -- yes, that would be a problem on Vista and above. XP would use an external manifest if an embedded manifest existed or not. Now, external manifests can only override embedded manifests if a registry setting exists
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|