Server Error in '/' Application.

The client and server cannot communicate, because they do not possess a common algorithm

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.ComponentModel.Win32Exception: The client and server cannot communicate, because they do not possess a common algorithm

Source Error:


Line 23:         XmlTextReader reader = new XmlTextReader("http://www.google.com/news?svnum=10&as_scoring=r&ie=UTF-8&ned=tus&as_drrb=q&as_qdr=&as_mind=14&as_minm=8&as_maxd=13&as_maxm=9&q=colorado+energy+renewable+OR+wind+OR+efficiency+OR+green&output=rss");
Line 24:         DataSet ds = new DataSet();
Line 25:         ds.ReadXml(reader);
Line 26:         DataView dv = ds.Tables[3].DefaultView;
Line 27:         repDisplay.DataSource = dv;

Source File: e:\Websites\rlmartin\coloradoenergy\communications\rss\default.aspx.cs    Line: 25

Stack Trace:


[Win32Exception (0x80004005): The client and server cannot communicate, because they do not possess a common algorithm]
   System.Net.SSPIWrapper.AcquireCredentialsHandle(SSPIInterface SecModule, String package, CredentialUse intent, SecureCredential scc) +7173103
   System.Net.Security.SecureChannel.AcquireCredentialsHandle(CredentialUse credUsage, SecureCredential& secureCredential) +255
   System.Net.Security.SecureChannel.AcquireClientCredentials(Byte[]& thumbPrint) +2321
   System.Net.Security.SecureChannel.GenerateToken(Byte[] input, Int32 offset, Int32 count, Byte[]& output) +274
   System.Net.Security.SecureChannel.NextMessage(Byte[] incoming, Int32 offset, Int32 count) +39
   System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) +23
   System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) +162
   System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) +542
   System.Net.TlsStream.CallProcessAuthentication(Object state) +42
   System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) +228
   System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) +21
   System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) +64
   System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) +778
   System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) +52
   System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) +103
   System.Net.ConnectStream.WriteHeaders(Boolean async) +388

[WebException: The underlying connection was closed: An unexpected error occurred on a receive.]
   System.Net.HttpWebRequest.GetResponse() +1399
   System.Xml.XmlDownloadManager.GetNonFileStream(Uri uri, ICredentials credentials, IWebProxy proxy, RequestCachePolicy cachePolicy) +83
   System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials, IWebProxy proxy, RequestCachePolicy cachePolicy) +99
   System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn) +69
   System.Xml.XmlTextReaderImpl.OpenUrlDelegate(Object xmlResolver) +54
   System.Threading.CompressedStack.runTryCode(Object userData) +70
   System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) +0
   System.Threading.CompressedStack.Run(CompressedStack compressedStack, ContextCallback callback, Object state) +92
   System.Xml.XmlTextReaderImpl.OpenUrl() +128
   System.Xml.XmlTextReaderImpl.Read() +223
   System.Xml.XmlTextReader.Read() +15
   System.Xml.XmlReader.MoveToContent() +61
   System.Data.DataSet.ReadXml(XmlReader reader, Boolean denyResolving) +341
   System.Data.DataSet.ReadXml(XmlReader reader) +11
   communications_rss_default.LoadData() in e:\Websites\rlmartin\coloradoenergy\communications\rss\default.aspx.cs:25
   communications_rss_default.Page_Load(Object sender, EventArgs e) in e:\Websites\rlmartin\coloradoenergy\communications\rss\default.aspx.cs:18
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51
   System.Web.UI.Control.OnLoad(EventArgs e) +95
   System.Web.UI.Control.LoadRecursive() +59
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +678


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