I've just Installed win 2000 Pro and VB.
Using the addin Manager,I cant find the class Builder Utility.
I can find the utility by using search but how do i get it to be visible from within VB?
Printable View
I've just Installed win 2000 Pro and VB.
Using the addin Manager,I cant find the class Builder Utility.
I can find the utility by using search but how do i get it to be visible from within VB?
The addins are only available to the user who installed VB, so in the case of Win2000, the admin account used during the VB install.
This is a recognised problem with VB, see MSDN article No: Q190212
To overcome, register the required addins manually with the following command line:
Regsvr32.dll [addin path]/[addin name].dll
Good luck!