RE: Passing a COM interface through a COM interface
From: Ying-Shen Yu[MSFT] (v-yiy_at_online.microsoft.com)
Date: 05/15/04
- Next message: Oren Novotny: "Re: Moving LPDWORD between MC++ and C#"
- Previous message: Ying-Shen Yu[MSFT]: "RE: Moving LPDWORD between MC++ and C#"
- In reply to: lionhouse_at_nospam.nospam: "Passing a COM interface through a COM interface"
- Next in thread: lionhouse_at_nospam.nospam: "RE: Passing a COM interface through a COM interface"
- Reply: lionhouse_at_nospam.nospam: "RE: Passing a COM interface through a COM interface"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 15 May 2004 03:33:48 GMT
Hi James,
If your program is only running slow in VS.NET IDE, I suspect this issue is
somehow related to some settings in VS.NET IDE.
1. first of all, I'd like to know if there is some internal exceptions in
your application, since in debugging VS.NET IDE will add some extra code to
help catching the exception in debugger.
You may open the "Exceptions" dialog and check CLR exceptions to "Enter" to
enable VS.NET IDE breaking into when a first-chance exception happens.
2. did you configure VS.NET to load symbol or set _NT_SYMBOL_PATH in your
system? you may take a look at the "Modules" pane to see if the symbols are
loaded for all modules.
you need also check if you checked "unmanaged code debugging" ,since it
will load a lot of symbols for unmanaged Dlls when needed.
If the problem still persists, please feel free to reply this thread and
let me know more information.
Thanks!
Best regards,
Ying-Shen Yu [MSFT]
Microsoft Community Support
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties and confers no rights.
This mail should not be replied directly, please remove the word "online"
before sending mail.
- Next message: Oren Novotny: "Re: Moving LPDWORD between MC++ and C#"
- Previous message: Ying-Shen Yu[MSFT]: "RE: Moving LPDWORD between MC++ and C#"
- In reply to: lionhouse_at_nospam.nospam: "Passing a COM interface through a COM interface"
- Next in thread: lionhouse_at_nospam.nospam: "RE: Passing a COM interface through a COM interface"
- Reply: lionhouse_at_nospam.nospam: "RE: Passing a COM interface through a COM interface"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|