top of page
Search
  • Writer's pictureDon Richardson

Registering an .OCX file during setup

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.



344 views0 comments

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. This would allow us to change the implementation by changing th

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. Add this to your runtime dependency list in the config. <depend

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 the do the trick for single level hierarchies. You can create

bottom of page