PRB: Site Diagram Appears Blank When It Is Imported from Another Project (255949)
The information in this article applies to:
- Microsoft Visual InterDev 6.0
This article was previously published under Q255949 SYMPTOMS
When you add an existing site diagram into another project in Visual InterDev, the diagram may appear blank when it is opened.
CAUSE
This is because the site structure file (located in the _vti_pvt folder) is missing in the new project.
RESOLUTIONNOTE: In this article, the project that contains the original site diagram is named "myOrigProj". The new project that contains the blank site diagram is named "myNewProj".
- Close all sessions of Visual InterDev.
- Back up and rename the structure file (Structure.cnf) on the development computer (under /Inetpub/Wwwroot/myNewProj/_vti_pvt).
- Open Windows Explorer, go to the Web server and copy the server's structure file, /Inetpub/Wwwroot/myOrigProj/_vti_pvt/Structure.cnf, to the new project's master Web directory (/inetpub/wwwroot/myNewProj/_vti_pvt) and also to its local directory (/My Documents/Visual Studio Projects/myNewProj/myNewProj_Local/_vti_pvt).
- Open myNewProj in Visual InterDev. From the Project Explorer, right-click the site diagram and choose Delete. Next, re-add the site diagram from myOrigProj to myNewProj. To do so, right-click on the project in the Project Explorer window and choose Add, click Site Diagram, and then click Existing. Select the site diagram from myOrigProj.
- In the Project Explorer, right-click ServerName/myNewProj and select Recalculate Links.
- Double-click the site diagram, and the diagram should appear correctly. If you view the Active Server Pages (ASP)/HTML page in the browser, the layout and links should be displayed properly on the page.
STATUS
This behavior is by design.
REFERENCES
The following are links to MSDN Online Library sites that discuss site diagrams:
Modification Type: | Major | Last Reviewed: | 4/21/2001 |
---|
Keywords: | kbprb KB255949 |
---|
|