top of page
  • Twitter Social Icon
  • LinkedIn Social Icon
  • Facebook Social Icon
Search

Registering an .OCX file during setup

  • Writer: Don Richardson
    Don Richardson
  • Jul 31, 2019
  • 1 min read

Updated: Aug 5, 2019

Ran into an issue where an ocx file was not being registered during an installation.


They were right in setting the "Register" property to vsdrfCOM.

However in my situation what was missing was to set the "System" property to True.


This seemed to do the trick.



 
 
 

Recent Posts

See All
One object Multiple implementations

So, I need to be able to execute a specific interface implementation based on the interface being used on the newly instantiated object....

 
 
 
System.Net.Http v4.2.0.0 not loading

So.. it turns out that the incorrect dll is loaded via nuget. As a work-around, redirect your manifest to look for 4.0.0.0 and it works....

 
 
 
SSRS in Visual Studio 2019 and GIT

One of the problems with BIDS is that it wont allow you to have folders and subfolders. You can have a project for each folder which will...

 
 
 

Opmerkingen


  • Grey Twitter Icon
  • Grey LinkedIn Icon
  • Grey Facebook Icon

© 2023 by Talking Business.  Proudly created with Wix.com

Thanks for submitting!

SIGN UP AND STAY UPDATED!
bottom of page