Click here to Skip to main content
15,916,463 members
Home / Discussions / C#
   

C#

 
Generalfile menu and toolbar Pin
steve_rm6-Dec-03 19:25
steve_rm6-Dec-03 19:25 
GeneralRe: file menu and toolbar Pin
leppie6-Dec-03 22:19
leppie6-Dec-03 22:19 
GeneralRe: file menu and toolbar Pin
Heath Stewart7-Dec-03 4:36
protectorHeath Stewart7-Dec-03 4:36 
GeneralIUrlHistory Interfaces Pin
Dave Conn6-Dec-03 18:44
Dave Conn6-Dec-03 18:44 
GeneralRe: IUrlHistory Interfaces Pin
Heath Stewart7-Dec-03 4:52
protectorHeath Stewart7-Dec-03 4:52 
GeneralVisual Studio AddIn problem - adding a sub-menu to the Edit menu Pin
Chris Morrison6-Dec-03 18:26
Chris Morrison6-Dec-03 18:26 
GeneralRe: Visual Studio AddIn problem - adding a sub-menu to the Edit menu Pin
jparsons6-Dec-03 22:25
jparsons6-Dec-03 22:25 
GeneralRe: Visual Studio AddIn problem - adding a sub-menu to the Edit menu Pin
Nick Parker7-Dec-03 4:46
protectorNick Parker7-Dec-03 4:46 
Chris Morrison wrote:
However, when I try to add the CommandBar, a COMException is thrown with the
message "Class not registered. Looking for object with CLID {.........}".


It sounds as if the CLSID is not being found in the registry, thus it is not able to load the COM Server because it doesn't know it's location. Are you using a third-party component that hasn't been registered? If so, pull up a command prompt, navigate to the directory of your COM .dll and type the following:

regsvr32 "[YourComponent.dll]"


Not entirely sure this is your problem, however here are a few links that might be of some help:

COMException Class[^]
HRESULTs and Exceptions[^]

Nick Parker - DeveloperNotes.com


VB gets under people's skin because one can be ignorant of computer architecture and ASM and still
get a lot done.
-Don Box

GeneralRe: Visual Studio AddIn problem - adding a sub-menu to the Edit menu Pin
Chris Morrison7-Dec-03 5:04
Chris Morrison7-Dec-03 5:04 
GeneralRe: Visual Studio AddIn problem - adding a sub-menu to the Edit menu Pin
Heath Stewart7-Dec-03 10:27
protectorHeath Stewart7-Dec-03 10:27 
GeneralRe: Visual Studio AddIn problem - adding a sub-menu to the Edit menu Pin
Nick Parker7-Dec-03 10:51
protectorNick Parker7-Dec-03 10:51 
GeneralRe: Visual Studio AddIn problem - adding a sub-menu to the Edit menu Pin
Heath Stewart7-Dec-03 10:55
protectorHeath Stewart7-Dec-03 10:55 
GeneralAbout Journal--hook Pin
lajiyo6-Dec-03 16:21
lajiyo6-Dec-03 16:21 
GeneralRe: About Journal--hook Pin
leppie6-Dec-03 22:13
leppie6-Dec-03 22:13 
GeneralInfinite Recursion and other odd errors with Network API wrapper Pin
bri189a6-Dec-03 15:14
bri189a6-Dec-03 15:14 
GeneralRe: Infinite Recursion and other odd errors with Network API wrapper Pin
leppie6-Dec-03 22:11
leppie6-Dec-03 22:11 
GeneralRe: Infinite Recursion and other odd errors with Network API wrapper Pin
Heath Stewart7-Dec-03 4:24
protectorHeath Stewart7-Dec-03 4:24 
GeneralRe: Infinite Recursion and other odd errors with Network API wrapper Pin
bri189a7-Dec-03 10:33
bri189a7-Dec-03 10:33 
GeneralRe: Infinite Recursion and other odd errors with Network API wrapper Pin
Heath Stewart7-Dec-03 10:41
protectorHeath Stewart7-Dec-03 10:41 
GeneralRe: Infinite Recursion and other odd errors with Network API wrapper Pin
bri189a7-Dec-03 11:08
bri189a7-Dec-03 11:08 
GeneralRe: Infinite Recursion and other odd errors with Network API wrapper Pin
Heath Stewart7-Dec-03 11:12
protectorHeath Stewart7-Dec-03 11:12 
GeneralRe: Infinite Recursion and other odd errors with Network API wrapper Pin
bri189a7-Dec-03 11:46
bri189a7-Dec-03 11:46 
GeneralRe: Infinite Recursion and other odd errors with Network API wrapper Pin
bri189a7-Dec-03 13:10
bri189a7-Dec-03 13:10 
GeneralRe: Infinite Recursion and other odd errors with Network API wrapper Pin
bri189a7-Dec-03 18:30
bri189a7-Dec-03 18:30 
GeneralRe: Infinite Recursion and other odd errors with Network API wrapper Pin
Heath Stewart8-Dec-03 2:13
protectorHeath Stewart8-Dec-03 2:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.