PRB: Unable To Build Internet Download Distribution Set
ID: Q187924
|
The information in this article applies to:
-
Microsoft Visual Basic Professional and Enterprise Editions for Windows, version 5.0
SYMPTOMS
When attempting to build an Internet Download Distribution set with the
Application Setup Wizard for a project saved to a network drive, the
following error message is received:
The information found in the file <filename> does not match that found
in the registry. Make sure your project was compiled on this machine.
CAUSE
The Visual Basic project was saved to a network drive using a Universal
Naming Convention (UNC) path such as "\\Machine1\VBProject" rather than to
a mapped network drive.
RESOLUTION
Map to the desired network drive, save and recompile the project. Do not
use a UNC path to save an internet application project.
STATUS
Microsoft is researching this problem and will post new information here in
the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Behavior
- Start a new ActiveX EXE Document project with Visual Basic.
- Compile and save the project to a shared folder on another machine using
a UNC path, such as "\\Machine1\VBProject."
- Using Windows Explorer or My Computer, map to the network drive used in
step 2. This step is necessary because the Application Setup Wizard
does not work with UNC path names. Attempting to locate the project
created in step 1 using a UNC path will generate an error in the Wizard.
- Start the Application Setup Wizard.
- Locate the test project created in step 1 on the mapped network drive.
- Select "Internet Component Download," and then choose Next.
- Proceed through the remaining Setup Wizard steps as desired. When you
select Finish, the Application Setup Wizard will attempt to compress the
listed files and the above error message will be displayed.
Additional query words:
kbDSupport kbdss kbVBp500 kbVBp kbAppSetUp kbVBp
Keywords : kbGrpVB
Version : WINDOWS:5.0
Platform : WINDOWS
Issue type : kbprb