Search results for query: *

  1. T

    Question 32-bit UserControl in HTML page does not load on 64-bit workstation

    Hello, I found the answer: Of course, registry keys were the issue... Solution: in the .reg file, replace: [HKEY_CLASSES_ROOT\CLSID\ with: [HKEY_CLASSES_ROOT\Wow6432Node\CLSID... I hope this will help someone out there: I lost four days on this 'detail'. Albert
  2. T

    Question 32-bit UserControl in HTML page does not load on 64-bit workstation

    Hello to all. I need some light on a 64 bit situation. Let me explain. I built a specialized userControl using VB2008 (on XP 32-bit) to embed in HTML (not ASP!) and compiled it, pointing to x86 CPUs. I added the necessary keys to the registry (see attachment) to declare a classId in a HTML...
Back
Top