Very extrange error!!!

  • Thread starter Thread starter Roberto López
  • Start date Start date
R

Roberto López

Hi,
I have one function that access Active Directory to obtain users and groups
to use later in my application. Well, it works perfectly!
only fails when I am debuggin step by step the application ¿?, when the app
runs normaly, it works fine... but when runs step by step
to check other functions it always have multiple errors like
"Exception in System.Runtime.InteropServices.COMException in
System.DirectorySevices.dll, additional information: HRESULT:
0x80005008"

What is this???.
 
I guess you are running visual studio with 'exceptions break into debugger'
turn on for all .Net exceptions, I believe these exceptions are generated
internally in the DirectoryServices namespace assembly and they aren't
populated into your code.

I had\have the same problem since I installed SP1 for version 1.1 of the
framework.

HTH

Ollie Riches
 
Hi,
And it is possible to disable 'exceptions break into debugger'??, this is
not a critical error because the application is working
but every time i need to debug is very very slow.
Thanks
 
Back
Top