Click here to Skip to main content
15,902,275 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Learning c# on the .net framework. Pin
beckrao22-Feb-09 21:38
beckrao22-Feb-09 21:38 
NewsThe greatest companion, made with .NET Pin
Hadi Fakhreddine20-Feb-09 2:58
Hadi Fakhreddine20-Feb-09 2:58 
GeneralRe: The greatest companion, made with .NET Pin
Pete O'Hanlon20-Feb-09 3:56
mvePete O'Hanlon20-Feb-09 3:56 
GeneralRe: The greatest companion, made with .NET Pin
Hadi Fakhreddine20-Feb-09 4:24
Hadi Fakhreddine20-Feb-09 4:24 
Questionaccess calender database from mobile Pin
S.M. Abdullah Al Jobayer20-Feb-09 2:49
S.M. Abdullah Al Jobayer20-Feb-09 2:49 
Questioniis error Pin
aratireddy19-Feb-09 23:23
aratireddy19-Feb-09 23:23 
AnswerRe: iis error Pin
Aman Bhullar22-Feb-09 23:45
Aman Bhullar22-Feb-09 23:45 
QuestionSystem.IO.IOException: The decryption operation failed, see inner exception Pin
PrakashBhaskar18-Feb-09 19:47
PrakashBhaskar18-Feb-09 19:47 
Hi All,

This is my code

HttpWebRequest request = (HttpWebRequest)HttpWebRequest.Create(sCRURL);
request.UserAgent = "Gantec Web Crawler";
WebResponse response = request.GetResponse();
Stream stream = response.GetResponseStream();
StreamReader reader = new StreamReader(stream);
sCreditReport = reader.ReadToEnd();
reader.Close();

I am getting the following error occasionally not all the times please advise how to solve this problem


System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.IO.IOException: The decryption operation failed, see inner exception. ---> System.ComponentModel.Win32Exception: The message or signature supplied for verification has been altered --- End of inner exception stack trace --- at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.IO.StreamReader.ReadBuffer() at System.IO.StreamReader.ReadToEnd() at CreditBuilder.PresentationLayer.credit_report.GetCreditReport() at CreditBuilder.PresentationLayer.credit_report.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace --- at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.credit_report_aspx.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

Thanks
Warm Regards
Prakash-B
AnswerRe: System.IO.IOException: The decryption operation failed, see inner exception Pin
Thomas Langer6-Oct-10 0:34
Thomas Langer6-Oct-10 0:34 
GeneralRe: System.IO.IOException: The decryption operation failed, see inner exception Pin
kInGoFcHaOs31-May-11 23:26
kInGoFcHaOs31-May-11 23:26 
QuestionColor Palette From an Image Pin
Arun Jacob18-Feb-09 19:03
Arun Jacob18-Feb-09 19:03 
AnswerRe: Color Palette From an Image Pin
Dave Kreskowiak19-Feb-09 4:39
mveDave Kreskowiak19-Feb-09 4:39 
GeneralRe: Color Palette From an Image Pin
Arun Jacob19-Feb-09 18:16
Arun Jacob19-Feb-09 18:16 
GeneralRe: Color Palette From an Image Pin
Dave Kreskowiak20-Feb-09 1:44
mveDave Kreskowiak20-Feb-09 1:44 
AnswerRe: Color Palette From an Image Pin
Mark Salsbery20-Feb-09 8:45
Mark Salsbery20-Feb-09 8:45 
QuestionAxWebBrowser Print Functionality Pin
CoolCoder_New18-Feb-09 3:55
CoolCoder_New18-Feb-09 3:55 
AnswerRe: AxWebBrowser Print Functionality Pin
Pete O'Hanlon18-Feb-09 4:11
mvePete O'Hanlon18-Feb-09 4:11 
GeneralRe: AxWebBrowser Print Functionality Pin
CoolCoder_New18-Feb-09 18:17
CoolCoder_New18-Feb-09 18:17 
GeneralRe: AxWebBrowser Print Functionality Pin
Pete O'Hanlon18-Feb-09 22:11
mvePete O'Hanlon18-Feb-09 22:11 
GeneralRe: AxWebBrowser Print Functionality [modified] Pin
CoolCoder_New18-Feb-09 23:29
CoolCoder_New18-Feb-09 23:29 
QuestionHow to POST the XML string to URL ... Pin
nileshbahirshet18-Feb-09 0:19
nileshbahirshet18-Feb-09 0:19 
AnswerRe: How to POST the XML string to URL ... Pin
Rob Philpott18-Feb-09 5:09
Rob Philpott18-Feb-09 5:09 
QuestionChoosing between Remoting, WCF or TCP Listeners Pin
xandytsui17-Feb-09 19:08
xandytsui17-Feb-09 19:08 
AnswerRe: Remoting, WCF or Old school method Pin
Dave Kreskowiak18-Feb-09 5:11
mveDave Kreskowiak18-Feb-09 5:11 
Question.NET 3.5 vs .NET 2.0 Pin
idhiCodeProject17-Feb-09 6:50
idhiCodeProject17-Feb-09 6:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.