Microsoft Knowledge Base Email Alertz

(821515) - When you click New Document on a Windows SharePoint Services list view page, you receive the following error message: The document could not be created. The required application may not be installed properly, or the template for this Document Library...

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: 821515 - Last Review: September 27, 2006 - Revision: 3.5

"The document could not be created" error message appears when you click New Document on a Windows SharePoint Services list view page

SYMPTOMS

When you click New Document on a Windows SharePoint Services list view page, you receive the following error message:
The document could not be created. The required application may not be installed properly, or the template for this Document Library cannot be opened. Please try the following:
  1. Check the General Settings for this Document Library for the name of the template, and install the application necessary for opening the template. If the application was set to install on first use, run the application and then try creating a new document again.
  2. If you have permission to modify this Document Library, go to General Settings for the library and configure a new template.

CAUSE

This issue occurs if you use Microsoft Office FrontPage 2003 to create a new page, and then the new page is used as a template file for the New Document in the list view page.

By default, FrontPage 2003 does not insert the Generator tags and ProgID tags in new pages. The New Document link on a Windows SharePoint Services list view page requires the Generator tag and ProgID tags in the page so that the page can be opened in FrontPage.

Note By default, the Generator and ProgID tags are inserted in new pages in versions of FrontPage earlier than FrontPage 2003.

RESOLUTION

To resolve this problem, open the template by using FrontPage, and then insert the following Generator tags and ProgID tags between the <head> and </head > tags of the page that is to be used as a template file for the New Document in the list view page:
 



<meta name="GENERATOR" content="Microsoft FrontPage 6.0">

<meta name="ProgId" content="FrontPage.Editor.Document">
For example, the HTML code should appear similar to the following:


<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body>
</body>
</html>
You can also change the default behavior of Microsoft Office FrontPage 2003 so that the Generator tags and ProgID tags are automatically inserted in new pages. To do this, follow these steps:
  1. Start FrontPage, and then click Page Options on the Tools menu.
  2. Click the Authoring tab, click to select the Generator and ProgID tags check box, and then click OK.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

APPLIES TO
  • Microsoft Office FrontPage 2003
  • Microsoft Windows SharePoint Services 2.0
Keywords: 
kbtshoot kbfix kbbug kberrmsg KB821515
       

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

Jeroen Van Malderen Report As Irrelevant  
Written: 10/27/2008 9:23 AM
When you encounter this in MOSS 2007, running the office diagnostics seems to solve the problem