Server Error in '/' Application.

Value cannot be null.
Parameter name: stylesheetUri

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.ArgumentNullException: Value cannot be null.
Parameter name: stylesheetUri

Source Error:


Line 38: 		' Choose the source XML document.
Line 39: 		Dim strDocumentUri1 As String = "http://www.kelpiecollege.org.uk/courses/xcri/cap/1.2"
Line 40: 		xctTransform1.Load(strStylesheetUri1)
Line 41: 		' Create the XsltArgumentList.
Line 42: 		Dim argList1 As XsltArgumentList = New XsltArgumentList()

Source File: E:\Data\sleeping-6095.package\kelpiecollege.org.uk\wwwroot\courses\default2.aspx.vb    Line: 40

Stack Trace:


[ArgumentNullException: Value cannot be null.
Parameter name: stylesheetUri]
   System.Xml.Xsl.XslCompiledTransform.Load(String stylesheetUri) +1176872
   courses_default2.Page_Load(Object sender, EventArgs e) in E:\Data\sleeping-6095.package\kelpiecollege.org.uk\wwwroot\courses\default2.aspx.vb:40
   System.Web.UI.Control.OnLoad(EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +61
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4700.0