Server Error in '/' Application.

URI formats are not supported.

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.ArgumentException: URI formats are not supported.

Source Error:


Line 953:	
Line 954:        //get the XML for the setup.
Line 955:        xmlVideoXML =  System.Xml.Linq.XElement.Load(strVideoXML_SRC);
Line 956:	
Line 957:		if(xmlVideoXML.Element("video").Element("youtube").Element("iframe").Attribute("src").Value.ToString().Length > 5)

Source File: e:\inetpub\wwwroot\hss\HSSDegree.aspx    Line: 955

Stack Trace:


[ArgumentException: URI formats are not supported.]
   System.IO.Path.LegacyNormalizePath(String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths) +14803621
   System.IO.Path.GetFullPathInternal(String path) +135
   System.Xml.XmlResolver.ResolveUri(Uri baseUri, String relativeUri) +114
   System.Xml.XmlTextReaderImpl..ctor(String uriStr, XmlReaderSettings settings, XmlParserContext context, XmlResolver uriResolver) +70
   System.Xml.XmlReaderSettings.CreateReader(String inputUri, XmlParserContext inputContext) +84
   System.Xml.Linq.XElement.Load(String uri, LoadOptions options) +84
   ASP.hssdegree_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in e:\inetpub\wwwroot\hss\HSSDegree.aspx:955
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +117
   System.Web.UI.Page.Render(HtmlTextWriter writer) +39
   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +79
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +8753


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