I downloaded the Debugging ToolSet and debuggingwalkthroughs.msi, run it and opened the VS.Net project. The project has a reference to DebuggingCOMLib which is not shipped with. Where can I find this object.
RE: DebuggingCOMLib not found
lukezhan NO[at]SPAM online.microsoft.com
1/25/2006 2:04:57 AM
and download the walkthrough package. After installing the package, you could find a project in \Inetpub\wwwroot\Debugging\DebuggingCOM.
Please build the project and we could find a DLL file. Importing the DLL file into your project could create DebuggingCOMLib namespace for you.
HTH.
Luke
RE: DebuggingCOMLib not found
SalamElias
1/25/2006 11:10:02 AM
Hi, this is a C++ project if I am not mistaken. I don"t have C++ on my machine only VB and C#. So is it possible or is there a url where I can grab the dll only. Thanks for your response Salam [quoted text, click to view]
"Luke Zhang [MSFT]" wrote:
> Hello, > > Please go to > > http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=66D5 > D9D9-6629-4E1A-9770-26208D3E4318 > > and download the walkthrough package. After installing the package, you > could find a project in \Inetpub\wwwroot\Debugging\DebuggingCOM. > > Please build the project and we could find a DLL file. Importing the DLL > file into your project could create DebuggingCOMLib namespace for you. > > HTH. > > Luke >
RE: DebuggingCOMLib not found
lukezhan NO[at]SPAM online.microsoft.com
1/26/2006 12:00:00 AM
There is no seperated download for this DLL file, you have to download the whole package to a computer with VC++ and compile it to DLL file.