Quantcast
Viewing all articles
Browse latest Browse all 29

Commented Issue: Implementation [346]

Hi

Could you explain a little more the process of configuration of this features? Includ the reference to master.page?

I installed and activate the feature, then i RECEIVED the following error after the input of "Filter" setting in Web Part.


Server Error in '/' Application.
--------------------------------------------------------------------------------

Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
sapiens.at.FilterWebpart.Webpart.CreateChildControls() +1479
System.Web.UI.Control.EnsureChildControls() +145
System.Web.UI.Control.PreRenderRecursiveInternal() +60
System.Web.UI.Control.PreRenderRecursiveInternal() +223
System.Web.UI.Control.PreRenderRecursiveInternal() +223
System.Web.UI.Control.PreRenderRecursiveInternal() +223
System.Web.UI.Control.PreRenderRecursiveInternal() +223
System.Web.UI.Control.PreRenderRecursiveInternal() +223
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3393
Comments: ** Comment from web user: florianwachter **

You have to add a scriptmanager to the master page.
The easiest way to achieve this is to open the site with the sharepoint designer.
Navigate to your master page: _catalogs/masterpage/….master.
Edit the master page and add the following line directly after the form tag:
<asp:ScriptManager runat="server"/>

Save the master page and the web part should work.


Viewing all articles
Browse latest Browse all 29

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>