The information in this article applies to:
SUMMARYWhen setting up server-side debugging in Visual Interdev you can use the Viddbg.exe logging tool to help determine what needs to be changed in order to configure debugging correctly. The tool can be downloaded from: http://msdn.microsoft.com/library/techart/samples/5257.exeThe information contained in this article is to be used in conjunction with the "Microsoft Visual InterDev 6.0 Debugging" white paper to configure debugging correctly. http://msdn.microsoft.com/library/techart/msdn_videbugging.htmIf you are setting up remote debugging make sure that you are a member of the administrators group on both the Web server and the client computer before running this tool. If you are setting up local debugging you will need to be an administrator on the client/server computer. This is a basic requirement to use Visual Interdev debugging. You should run this tool on the Web server as well as the client computer if you are setting up remote debugging and on the client/server computer, and if you are setting up local server debugging. This article describes what the output should look like on the respective computers and what to look out for. The information in this article applies to the output of Viddbg.exe both on the client and the server computer. MORE INFORMATIONThe following code is what the output should look like:
If the Visual Interdev server side components are not installed on either the server or the client you will get the following warning in the output of the Viddbg.exe.
You may also get the following error message when trying to debug without the Visual Interdev Server Components installed. The Visual Interdev server side components can be installed by running Setup.exe in the VID_ss directory on Visual Studio CD2 or Visual Interdev CD1. The previous error may also happen if you have not setup the permissions for the computer debug manager and the catalog class correctly. The DCOM Permissions section of the Viddbg.exe identifies the permissions that are currently set up for both of these components. If the Remote Computer Debugging components are not installed the components can be installed by running Setup.exe from the scrpt_ss directory on the Visual Interdev CD1 or Visual Studio CD2. If your debugger is not stopping at breakpoints in server-side code then the most probable cause is that you do not have a valid Asp.dll. The output of the Viddbg.exe identifies the version and size of your Asp.dll. Visual Interdev debugging requires an Asp.dll that is version 4.02.0622 or later. If the Asp.dll is version 4.02.0622 make sure that it is at least 330448 bytes. If you do not have a valid Asp.dll you will need to install Windows NT Service Pack 4 or later on the computer with the invalid Asp.dll. REFERENCESFor more information, see the "Microsoft Visual InterDev 6.0 Debugging" white paper on the Microsoft Developer Network (MSDN) Online: http://msdn.microsoft.com/library/techart/msdn_videbugging.htmPlease see the following articles in the Microsoft Knowledge Base for more information regarding the Visual InterDev Server Components: Q220846 INFO: Redistributing the Visual InterDev 6.0 Server ComponentsPlease see the following site for information on obtaining Service Packs for Windows NT: http://www.microsoft.com/NTServer/all/downloads.asp Additional query words: kbVisID600 kbScript kbDebug
Keywords : kbNTOS kbDSupport |
Last Reviewed: January 10, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |