Creating new document based on SharePoint templates you often get the error:
Some files can harm your computer. If the file information looks suspicious or you do not fully trust the source, do not open the file.
SharePoint uses the ActiveXObject from the browser, SharePoint.OpenDocuments, and invokes the function CreateNewDocument (or CreateNewDocument2 in MOSS 2007) with the location of the template (http://...) and the default save location (set to the current folder).
This blog describes how to fix the issue.
However, this didn't change anything for me. Instead I checked out the htmltransinfo.xml file found in "c:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\XML". Notice HandlerUrl - and also notice that when opening Word documents directly from SharePoint these errors doesn't occur. Didn't change anything either.
Some claims running Office Diagnostics solves the issue - haven't got time to try out this model - yet!
Tried it - no luck :-(
Some files can harm your computer. If the file information looks suspicious or you do not fully trust the source, do not open the file.
SharePoint uses the ActiveXObject from the browser, SharePoint.OpenDocuments, and invokes the function CreateNewDocument (or CreateNewDocument2 in MOSS 2007) with the location of the template (http://...) and the default save location (set to the current folder).
This blog describes how to fix the issue.
However, this didn't change anything for me. Instead I checked out the htmltransinfo.xml file found in "c:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\XML". Notice HandlerUrl - and also notice that when opening Word documents directly from SharePoint these errors doesn't occur. Didn't change anything either.
Some claims running Office Diagnostics solves the issue - haven't got time to try out this model - yet!
Tried it - no luck :-(