Contact
System.Xml.Xsl.XslTransformException: An error occurred during a call to extension function 'UtilAddThisScript'. See InnerException for a complete description of the error. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at ThePortBusiness.XSLProcessing.PageInformation.UtilAddThisScript(String sUrl, String sTitle)
--- End of inner exception stack trace ---
at System.Xml.Xsl.Runtime.XmlExtensionFunction.Invoke(Object extObj, Object[] args)
at System.Xml.Xsl.Runtime.XmlQueryContext.InvokeXsltLateBoundFunction(String name, String namespaceUri, IList`1[] args)
at (XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime)
at (XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime, XPathNavigator )
at Root(XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime)
at System.Xml.Xsl.XmlILCommand.Execute(Object defaultDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlWriter writer, Boolean closeWriter)
at System.Xml.Xsl.XmlILCommand.Execute(XmlReader contextDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlWriter results)
at System.Xml.Xsl.XslCompiledTransform.Transform(XmlReader input, XsltArgumentList arguments, XmlWriter results)
at ThePortBusiness.XSLProcessing.XSLProcessor.ProcessXSL()
at ThePortBusiness.XSLProcessing.ServerModuleFactory.ProcessOutput(UserBase oUser, PartnerBase oPartner, String sXslFileName)
at ThePortBusiness.XSLProcessing.ServerModuleFactory.IXSLProcessOutput(String sXslFileName)
at ThePortBusiness.XSLProcessing.ServerModuleFactory.IXSLProcessGeneric(String sUserID, String sPartnerID, String sCustomData, ThePortDictionary`2 oParamDictionary, String sXslFileName)
at ThePortBusiness.XSLProcessing.ProcessLocalServerModule.Process(String sModuleName, String& sOutput, iParameter iParms, String& sClientSideConstrolID)