All tested versions continually give the two following
event log errors whenever the program is started (note
that this occurs on multiple machines, with Windows XP
SP2 and all latest updates, both with and without .NET
2.0):
First Error (Occurs ~8 Times)
-----------------------------
Event Source: Enterprise Library Instrumentation
Description:
Failed to create instances of performance counter '# of
Symmetric Decryptions/Sec' - The requested Performance
Counter is not a custom counter, it has to be
initialized as ReadOnly..
-----------------------------
Second Error (Occurs 1 Time)
-----------------------------
Event Source: ApplicationUpdater
Event ID: 1000
--> MachineName: BRETTM30
--> TimeStamp: 17/04/2006 8:53:40 AM
--> FullName:
Microsoft.Practices.EnterpriseLibrary.Common,
Version=1.1.0.0, Culture=neutral, PublicKeyToken=null
--> AppDomainName: RSSFeeder.exe
--> WindowsIdentity: BRETTM30\Brett
Exception Type: System.Net.WebException
Status: ProtocolError
Response: System.Net.HttpWebResponse
Message: The remote server returned an error: (404) Not
Found.
TargetSite: Void CheckFinalStatus()
HelpLink: NULL
Source: System
at System.Net.HttpWebRequest.CheckFinalStatus()
at
System.Net.HttpWebRequest.EndGetResponse(IAsyncResult
asyncResult)
at System.Net.HttpWebRequest.GetResponse()
at
Microsoft.ApplicationBlocks.Updater.ManifestManager.DownloadFile(Uri
uri)
at
Microsoft.ApplicationBlocks.Updater.ManifestManager.ValidateAndDeserialize(Type
type, Uri location, String schemaResource)
-----------------------------