© 1998 Microsoft Corporation. All rights reserved.
Other product and company names herein may be the trademarks of their respective owners.
Visual Studio Readme contains vital information about Microsoft® Visual Studio™ 6.0 -- Development System for Windows® and the Internet. This information may apply to all or a number of the products shipped in the suite. This Readme updates the information provided in the MSDN Library Visual Studio 6.0 documentation.
Visual Studio Readme is one of a "family" of Readmes shipped with the suite. All product Readme files reside at the root of Visual Studio compact disc 1. These Readme files (install.htm, plus several others called readmeXX.htm, where XX signifies a product) use current Web technology so users can find and view their information quickly. They may be viewed with a Web browser, such as Microsoft® Internet Explorer 4, or in Notepad.
Note Be sure all headings in the table of contents are expanded when you search this Readme for a topic. In this way, you will know when the search finds the topic among the TOC headings.
Installation Notes (install.htm) covers general installation issues, including side by side product installations, affecting the Visual Studio 6.0 suite of products.
Microsoft SQL Server Must Run Under a Valid User Account and Not "System Account" for SQL Debugging
Registering Visual Studio 6.0 Products on the Web
Viewing Visual Studio Windows in Windows 98
Sample Code Sometimes Does Not Cut and Paste Properly
Users May Update the Version of HTML Help SDK Shipped with Visual Studio
Finding Information on HTML Tags
Finding Help for ADO Objects
MSDN™, the Microsoft Developer Network Readme.
Microsoft® Visual Studio™, Enterprise Edition
Microsoft® Visual Database Tools™
The information in this section applies to several or all products shipped in the Visual Studio suite. It is more current than the information provided with the suite's online documentation.
To enable debugging on your Microsoft SQL Server, you must install the server side components of this version of Visual Studio on your SQL Server. You also must run Microsoft SQL Server under a valid user account and not under the "System Account." Under "System Account," SQL Server runs at a higher security level and cannot communicate with remote applications such as the Microsoft SQL Debugger.
To configure the SQL Server login account for SQL Debugging:Note Any errors encountered while debugging the SQL Server will be listed in the event log. Use this log to troubleshoot your debugging process.
At the end of setup of Visual Studio 6.0 products, the Installation Wizard directs you to the online registration page. If you were not able to register at the time of setup, you may register later on the Web. The location is http://www.microsoft.com/isapi/redir.dll?Prd=vstudio&Pver=98&Ar=register.
To view Visual Studio window captions in Windows 98, make sure that your screen color display is set higher than 256 colors (requires 16-bit color or higher).
This section lists issues concerning the online help viewer shipped with Visual Studio 6.0. For information on the Help system for the Visual Studio suite of products, go to: MSDN™, the Microsoft Developer Network Readme.
Line breaks and formatting information may not copy correctly when you copy and paste sample code from the MSDN Library Visual Studio documentation to your code editor. To work around this issue, do one of the following:
Visual Studio 6.0 ships with a version of HTML Help SDK, which you may update. To get the latest version of the HTML Help SDK, go to http://www.microsoft.com/workshop/author/htmlhelp
HTML tags are not included in the keyword index and cannot be accessed through F1 lookup. If you need information on HTML tags, use the online documentation Table of Contents.
Click the MSDN Library Visual Studio 6.0 icon and open the Platform SDK folder. You can find the reference to HTML Elements at:
» Platform SDK |
» Internet/Intranet/Extranet Services |
» Dynamic HTML |
» DHTML References |
» HTML References |
» HTML Elements |
You may create a new subset and use it in Full Text Search to quickly find information.
To create a new subset
» Platform SDK |
» Internet/Intranet/Extranet Services |
» Internet Explorer Platform SDK |
To use this new subset to narrow your search
When using the ADO objects (for example, Recordset, Connection, Command, Parameter, ADOR, RDS, and RDS Server object in Visual Basic), you cannot get context-sensitive Help on the object or its properties, events, or methods. That is, if you have a reference to the object, and you use one of its features, selecting the code and pressing F1 will not display a help topic. Instead, you will either get a wrong topic, or the "Keyword Not Found" topic.
However, you can get help on any of the object's properties, events, or methods by using the online documentation Index:
For example, to get help on the Recordset object's Open method, type "Open method," and select "Open Method (ADO Recordset)" from the list.
Note You can also find additional help on other ADO topics, such as the ADO object model, by looking in the MSDN Library Table of Contents: open Platform SDK, and under Database and Messaging Services, go to Microsoft Data Access SDK.