Microsoft sharepoint foundation compatible html editor

«Для редактирования документа требуется совместимое с Microsoft SharePoint Foundation приложение и веб-браузер» при открытии документов из SharePoint

Эта статья была написана Йегоем Хетом ,специалистом службы поддержки по эскалации.

Симптомы

Предположим, что на том же компьютере установлена версия Microsoft 365 с пакетом обновления 2 (SP2) Microsoft 365 и Microsoft Application Virtualization (App-V) 5 с пакетом обновления 2 (SP2). При попытке открыть документы из SharePoint с помощью приложений Office вы получите следующее сообщение об ошибке:

Для редактирования документа требуется совместимое с Microsoft SharePoint Foundation приложение и веб-браузер.

Причина

Чтобы обойти эту проблему, удалите iexplore.exe из раздела реестра ProcessesUsingVirtualComponents в следующем расположении:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AppV\Client\Virtualization

Для этого обходного решения существуют побочные эффекты, как показано ниже.

Раздел реестра, который включает или отключает этот параметр, — EnableDynamicVirtualization. Кроме того, процессы, указанные для этой функции, перечислены в разделе реестра ProcessesUsingVirtualComponents , расположенном в том же ключе. По умолчанию Explorer.exeи Internet Explorer .

Динамическая виртуализация имеет ограниченную область взаимодействия, предназначенную для функций, представленных в App-V с пакетом обновления 2 (SP2).

Читайте также:  Concatenating string in python

Это приводит к важному оператору. Так как приложение подключено, это не всегда означает, что оно выполняется виртуализированным, если оно отображается как процесс в разделе реестра ProcessesUsingVirtualComponents . Это будет сделано на уровне потока. Когда OCX ActiveX или библиотека DLL, реализующие расширение оболочки, загружаются из машинного процесса или процесса из другого виртуального приложения, App-V создает дополнительную виртуальную среду по запросу, связывая пакет, содержащий OCX или библиотеку DLL с процессом. Затем динамическая виртуализация включается для конкретного потока. Как только поток завершает работу, динамическая виртуализация отключается. Если указанный поток с динамической виртуализацией создает другой поток, он также будет виртуализирован.

При отключении динамической виртуализации и удалении путей к исполняемым файлам из предыдущей конфигурации функциональность, описанная выше, будет потеряна.

Дополнительные сведения

Если для работы в Internet Explorer требуется App-V, например, для собственных пользовательских надстроек Internet Explorer, для которых требуется App-V, обратитесь в службу технической поддержки Майкрософт и обратитесь в службу поддержки Office.

Обратная связь

Были ли сведения на этой странице полезными?

Источник

A SharePoint Online Web Part that contains custom XSLT code doesn’t display, or you receive an error message

In Microsoft SharePoint Online, you import custom XSLT code into an out-of-the-box Web Part and then configure the Web Part to run the XSLT code. When you try to display the Web Part, you receive the following error message:

Unable to display this Web Part. To troubleshoot the problem, open this Web page in a Microsoft SharePoint Foundation-compatible HTML editor such as Microsoft SharePoint Designer. If the problem persists, contact your Web server administrator. 

Additionally, a member of the DataFormWebPart class may intermittently not display.

Solution

To work around this issue, take one or more of the following actions in Microsoft SharePoint Designer 2013 to decrease the probability that the Web Part will reach the throttling limit:

  • Reduce the size of the code by replacing the existing value of ddwrt:EscapeDelims(string(@ID)) with the new value @ID.
  • Remove all SharePoint:FieldDescription> strings.
  • For an edit form page, break the XSL template for xsl:template name=»dvt_1.rowedit»> into multiple XSL templates by dividing the table rows into multiple XSL templates. You can do this by using SharePoint Designer 2013 to edit and add the strings.

More information

This issue occurs when the XSLT code is throttled by SharePoint Online. In order to maintain optimal performance and reliability of the SharePoint Online service, throttling limits can be exceeded for custom XSLT execution if one or both of the following conditions are true:

Источник

Microsoft sharepoint foundation compatible html editor

Gray Pipe

This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.

Answered by:

Unable to display this Web Part. To troubleshoot the problem, open this Web page in a Microsoft SharePoint Foundation-compatible HTML editor such as Microsoft SharePoint Designer. If the problem persists, contact your Web server administrator.»

Question

Hi, We are using SharePoint Online 2013, to develop custom list-item form which has more than 200 columns. When we navigate to the custom (XSLT) New Item Page, it throws below error:

Unable to display this Web Part. To troubleshoot the problem, open this Web page in a Microsoft SharePoint Foundation-compatible HTML editor such as Microsoft SharePoint Designer. If the problem persists, contact your Web server administrator.

Correlation ID:633d8e9c-9091-3076-e6df-4563320a94b9 Above error is very intermittent and page gets loaded after refreshing the form. Please let us know if there is any solution/alternate-option for above issue.

Answers

Hi, According to your post, my understanding is that you had an issue about the new created form. The issue may be related to the limit of the max of the different type columns, you can refer to the following article to check the different type columns limit. http://technet.microsoft.com/en-us/library/cc262787(v=office.15).aspx You can use a new list with little columns in it to check whether it works. In SharePoint server, the Farm Admin does have the ability to increase this limit incrementally by allowing the list item to span more table rows, but this really isn’t recommended in general, as it might impact performance in your environment. We can increase this value using Object Model or PowerShell. However, I don’t think we can increase the limit of the columns in SharePoint online. I’m not sure about it, I recommend you can post your question to the forum for SharePoint Online: http://community.office365.com/en-us/forums/154.aspx. More experts will assist you, then you will get more information relation to SharePoint Online. Thank you for your understanding and support. Thanks & Regards, Jason Jason Guo
TechNet Community Support

Dev centers

Learning resources

Community

Support

Programs

logo

© 2023 Microsoft

Источник

Microsoft sharepoint foundation compatible html editor

Gray Pipe

This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.

Asked by:

SharePoint 2013 : Unable to display this Web Part. To troubleshoot the problem, open this Web page in a Microsoft SharePoint Foundation-compatible HTML editor

Question

Hi Everyone, I have a list view webpart and I have applied custom XSLT to render the records in the list. There are about 270 records that I am displaying on the page and around 20-22 columns are used to display the records. I am using SharePoint 2013 on windows 2012 server. I am facing this issue from past 2 weeks , this error is coming on second day after I fix the issue by just editing the page and saving it again. ERROR: =========================================================================== Unable to display this Web Part. To troubleshoot the problem, open this Web page in a Microsoft SharePoint Foundation-compatible HTML editor such as Microsoft SharePoint Designer. If the problem persists, contact your Web server administrator. Correlation ============================================================================ Things that I have already done: 1. Changed XSLT time out to 5 seconds. 2. Checked if there are any KB updates installed. 3. Checked logs. After doing all this , this error is not getting resolved. I am using SharePoint 2013 out of the box webpart with custom XSL. Kindly help as this issue is coming on a major webpart.

All replies

Hi, Is the custom XSLT file the same as what it used to be? I would suggest you stop applying the custom XSLT file in the list view to see if the issue still exists. Also, you can try creating another list view based on the current view and make another test. Feel free to reply if there is any progress. Thanks TechNet Community Support
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.

  • Proposed as answer by Dennis Guo Monday, August 31, 2015 1:34 AM
  • Marked as answer by Dennis Guo Tuesday, September 1, 2015 1:42 AM
  • Unmarked as answer by sagar2610 Tuesday, September 1, 2015 2:20 AM
  • Unproposed as answer by Dennis Guo Monday, September 7, 2015 1:06 AM

I did index reset on the list , like I reindexed the list and after that it worked for few days. Suddenly After few days that error came again. I have created a new view in the list and for now in the list view web part properties I have set that as the current view. It is working for now , let’s see till when it works.

Dev centers

Learning resources

Community

Support

Programs

logo

© 2023 Microsoft

Источник

Microsoft sharepoint foundation compatible html editor

Gray Pipe

This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.

Answered by:

Unable to display this Web Part. To troubleshoot the problem, open this Web page in a Microsoft SharePoint Foundation-compatible HTML editor such as Microsoft SharePoint Designer. If the problem persists, contact your Web server administrator

Question

we were having Document library created on SharePoint 2010 Environment. Library is having Multiple folders and around 1500 documents currently stored in the library. This library is created around 11 months ago. Suddenly we are getting following error on pages when we try to open a folder. Please Note: Most of the time Document library is working as expected but we get this error time to time. It is not consistent and still cannot find a pattern for it. “Unable to display this Web Part. To troubleshoot the problem, open this Web page in a Microsoft SharePoint Foundation-compatible HTML editor such as Microsoft SharePoint Designer. If the problem persists, contact your Web server administrator” I have read following articles http://sharepoint.stackexchange.com/questions/74794/suddenly-a-lot-of-sharepoint-sites-get-the-error-unable-to-display-this-web-par As I checked in the server KB2844286 is already installed in the server but in some time back. We start getting this error only one month ago. Appreciate any suggestions because Since this is a production server If I’m going to remove KB2844286 I need to be confident to remove the KB because as I see it was installed long time back. Thanks in Advance

Answers

Hi Tharindu, Please reboot the server, check whether this issue still exists. Please re-install KB2844286 which will require a reboot and the patch requires at the very least an IISRESET, compare the result. A similar post for your reference: http://techchucker.wordpress.com/2013/07/16/issue-kb2844286-security-update-on-sharepoint-2010/ If this issue still exists, please check the log file to find more information about this issue. Best Regards, Wendy Wendy Li
TechNet Community Support

  • Edited by Wendy DZ Microsoft contingent staff Friday, October 31, 2014 5:50 AM
  • Marked as answer by Lindali Thursday, November 6, 2014 9:41 AM

All replies

Hi Tharindu, Please reboot the server, check whether this issue still exists. Please re-install KB2844286 which will require a reboot and the patch requires at the very least an IISRESET, compare the result. A similar post for your reference: http://techchucker.wordpress.com/2013/07/16/issue-kb2844286-security-update-on-sharepoint-2010/ If this issue still exists, please check the log file to find more information about this issue. Best Regards, Wendy Wendy Li
TechNet Community Support

  • Edited by Wendy DZ Microsoft contingent staff Friday, October 31, 2014 5:50 AM
  • Marked as answer by Lindali Thursday, November 6, 2014 9:41 AM

I would suggest that you try these two options: 1. reindex that list only. 2. Create a custom view with the required columns and then apply that view on your list view webpart.

Dev centers

Learning resources

Community

Support

Programs

logo

© 2023 Microsoft

Источник

Оцените статью