The information in this article applies to:
SYMPTOMSIn Microsoft Project, when you use the ConsolidateProjects method with a long "filenames" argument, you may receive a general protection (GP) fault when you run the macro that contains this command. CAUSE
This problem occurs when you use the ConsolidateProjects method with
a filenames argument that contains more than 128 characters if the
filenames argument is not recognized as a valid filename string or if
the string cannot be parsed correctly.
You receive a GP fault when you run the macro that contains this command,
because the number of characters in the filenames string exceeds 128.
This problem occurs because when you use the ConsolidateProjects method to display multiple project files in one consolidated project, if one of the filenames in the filenames argument cannot be opened, you receive the following error message where <filename> is the name of one of the files in the filenames argument that cannot be opened. If the <filename> string that the error message attempts to display contains more than 128 characters, you receive a GP fault when the error message is displayed. WORKAROUNDSTo avoid this problem, use the list separator character that is set in the Control Panel to parse filenames in the filenames argument of the ConsolidateProjects method. STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. REFERENCESFor more information about the ConsolidateProjects Method, choose the Search button in the Visual Basic Reference and type: ConsolidateProjects Additional query words: gpf
Keywords : kbcode kbprg |
Last Reviewed: October 19, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |