Microsoft Knowledge Base Email Alertz

When opening, refreshing, or synchronizing a Visual InterDev project, you may receive the following error message:

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 248063 - Last Review: February 23, 2007 - Revision: 2.2

PRB: Error message: Unable to retrieve folder information from the server

This article was previously published under Q248063

SYMPTOMS

When opening, refreshing, or synchronizing a Visual InterDev project, you may receive the following error message:
Unable to retrieve folder information from the server.
The server "" timed out.
The current request did not complete successfully.

In addition, the Event Viewer log on the master Web server will contain:
source front page 3.0
Event ID: 1000
Microsoft FrontPage server extensions: unexpected C++ exception: [INDEX] Index(0) out of range [0->4294967295]

CAUSE

This can happen when the FrontPage Server Extensions parse the source code on a Web page (ASP or HTM) and encounter a <META> tag that has unbalanced quotation marks or other invalid syntax, such as:
   <meta http-equiv="refresh" content="300;url="monitor.html"">
				

RESOLUTION

To resolve the problem, correct the <META> tag syntax.

Valid syntax for this example would be:
   <meta http-equiv="refresh" content="300;url=monitor.html">
				

REFERENCES

For related Visual InterDev 6.0 articles, visit the following Microsoft Web site:
http://msdn.microsoft.com/vstudio/previous/vinterdev/prodinfo/previous/vid6/articles/ (http://msdn.microsoft.com/vstudio/previous/vinterdev/prodinfo/previous/vid6/articles/)
For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
198123  (http://kbalertz.com/Feedback.aspx?kbNumber=198123/ ) Unexpected C++ exception when authoring FrontPage Web

APPLIES TO
  • Microsoft Visual InterDev 6.0 Standard Edition
  • Microsoft FrontPage 98 Standard Edition
  • Microsoft FrontPage 2000 Server Extensions
Keywords: 
kbprb KB248063
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate