473,434 Members | 1,462 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,434 software developers and data experts.

Crypt32 errors?

I have an ASP.NET web application running on a Win2K3 server. I get the
following error in the Event Viewer (Application) whenever I attempt
communicate using:

Event Type: Error
Event Source: crypt32
Event Category: None
Event ID: 8
Date: 9/19/2005
Time: 5:25:07 PM
User: N/A
Computer: SQLTESTSERVER
Description:
Failed auto update retrieval of third-party root list sequence number from:
<http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/authrootseq.txt>
with error: This operation returned because the timeout period expired.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

My code that seems to trigger this event:

Dim req As HttpWebRequest =
CType(WebRequest.Create(rMy.URL), HttpWebRequest)
With req
.Method = "POST"
.ContentLength = DigO.Length
.ContentType = "application/x-www-form-urlencoded"
.Timeout = 3000
End With

Dim st As Stream = req.GetRequestStream
With st
.Write(DigO, 0, DigO.Length)
.Close()
End With
Sep 20 '05 #1
1 5056
Found the solution:

http://www.microsoft.com/technet/pro...x?pf=true#ECAA

All is good now.

"Rob R. Ainscough" <ro*****@pacbell.net> wrote in message
news:eH**************@TK2MSFTNGP12.phx.gbl...
I have an ASP.NET web application running on a Win2K3 server. I get the
following error in the Event Viewer (Application) whenever I attempt
communicate using:

Event Type: Error
Event Source: crypt32
Event Category: None
Event ID: 8
Date: 9/19/2005
Time: 5:25:07 PM
User: N/A
Computer: SQLTESTSERVER
Description:
Failed auto update retrieval of third-party root list sequence number
from:
<http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/authrootseq.txt>
with error: This operation returned because the timeout period expired.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

My code that seems to trigger this event:

Dim req As HttpWebRequest =
CType(WebRequest.Create(rMy.URL), HttpWebRequest)
With req
.Method = "POST"
.ContentLength = DigO.Length
.ContentType = "application/x-www-form-urlencoded"
.Timeout = 3000
End With

Dim st As Stream = req.GetRequestStream
With st
.Write(DigO, 0, DigO.Length)
.Close()
End With

Sep 20 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: mikey_boy | last post by:
Hello! Curious if anyone could give me a hand. I wrote this PHP script with makes a simple connection to a mysql database called firstdb and just pulls back the results and displays on the...
2
by: Trev | last post by:
SQL Server 2000 BE, Access 2002 FE. I want to write a stored procedure, that will among other things log errors to a table, I want to be able to report a summary of work done and errors to the...
10
by: Douglas Buchanan | last post by:
I am using the following code instead of a very lengthly select case statement. (I have a lot of lookup tables in a settings form that are selected from a ListBox. The data adapters are given a...
0
by: doli | last post by:
Hi, I have the following piece of code which iterates through the potential errors: i =0 For Each error_item in myConn.Errors DTSPackageLog.WriteStringToLog myConn.Errors(i).Description...
4
by: johnb41 | last post by:
I have a form with a bunch of textboxes. Each text box gets validated with the ErrorProvider. I want the form to process something ONLY when all the textboxes are valid. I found a solution,...
1
by: Rob R. Ainscough | last post by:
I have an ASP.NET web application running on a Win2K3 server. I get the following error in the Event Viewer (Application) whenever I attempt communicate using: Event Type: Error Event Source:...
24
by: pat | last post by:
Hi everyone, I've got an exam in c++ in two days and one of the past questions is as follows. Identify 6 syntax and 2 possible runtime errors in this code: class demo {
8
by: ImOk | last post by:
I just have a question about trapping and retrying errors especially file locking or database locks or duplicate key errors. Is there a way after you trap an error to retry the same line that...
2
by: =?Utf-8?B?UmFuZHlz?= | last post by:
This just started when I updated to sp 1 working on a APS.net, Visual Studio 2008, c# Project. When I open a project, I get tons of Errors showing in the list 300+ if I double click on them I go...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.