August 2008 - Posts
Hi all, If you want to know how to debug a Windows service , the following article will be of great assistance: How to debug Windows services . I suggest you read this article before you continue reading this post. Also, you should have Debugging Tools
Read More...
Hi all, We may have a group in our Active Directory with members from a foreign domain . We may try to retrieve all those members with ADSI and a code like this: Using IADs::GetInfoEx for Range Retrieval . The issue with this code is that we will only
Read More...
Hi all, In some situations we may need to reference a COM dll in our Visual Studio project in order to use a specific COM object within our .NET application, and thanks to COM Interop we can do it. When we add a reference to a COM dll in our project,
Read More...