DOCUMENT:Q190050 07-AUG-1998 [vbwin] TITLE :PRB: BuildFile Property of DHTML Application Is Missing PRODUCT :Microsoft Visual Basic for Windows PROD/VER:WINDOWS:6.0; OPER/SYS:WINDOWS KEYWORDS:kbVBp600 kbNTOS kbWinOS kbInternet kbPageDesigner ====================================================================== --------------------------------------------------------------------- The information in this article applies to: - Microsoft Visual Basic Professional and Enterprise Editions for Windows, version 6.0 --------------------------------------------------------------------- SYMPTOMS ======== When you are creating a silent build of a DHTML application, you get a dialog box that prompts you for the BuildFile. The .htm file from your DHTML application is not included in the package of the Package and Deployment Wizard by default. CAUSE ===== No value is entered in the BuildFile property of your DHTML application. RESOLUTION ========== By default, the BuildFile property is set to the value of the SourceFile property. The SourceFile Property is null if you select "Save HTML inside the VB Project" in the .DHTMLPage Properties dialog box. As a result, the BuildFile property is null by default. You need to select "Save HTML in an external file" in the .DHTMLPage Properties dialog box to set the SourceFile Property, which sets the BuildFile property. Make sure you set the BuildFile property, and always enter a fully qualified path. NOTE: You want to store your page as an external .html file. The DHTML Page designer has some editing limitations. If you do not store your page as an external .html file, you will not be able to use an external editor on this page. STATUS ====== This behavior is by design. REFERENCES ========== Please see the following Microsoft Knowledge Base article for more information on the DHTML Page Designer: ARTICLE-ID: Q190249 TITLE : INFO: DHTML Page Designer Section of VB6 Readme.htm Additional query words: ====================================================================== Keywords : kbVBp600 kbNTOS kbWinOS kbInternet kbPageDesigner Version : WINDOWS:6.0; Platform : WINDOWS Issue type : kbprb ============================================================================= THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY. Copyright Microsoft Corporation 1998.