Need Help with Registering VB Files - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19) +---- Thread: Need Help with Registering VB Files (/showthread.php?tid=14465) |
Need Help with Registering VB Files - G1™ - 12-12-2010 Ok so I have a proram where I can't open in because I don't have 2 files registeredt The Files are:
The Error is: 'Codejock.CommandBars.v12.1.0.ocx' or one of its dependencies not correctly registered: a file is missing or invalid. Where must I register them to get it to work properly? Thanks in advance for the help. RE: Need Help with Registering VB Files - Digital-Punk - 12-12-2010 In command propmt run as admin type Code: Regsvr32 path to yourfile.ocx RE: Need Help with Registering VB Files - Flamingo - 12-12-2010 Google register .ocx files, and there should be a list you can download and a program to register them all in the registry. |