When I attempt to open the installation guide
http://www.microsoft.com/downloads/details.aspx?
familyid=E54BF6FF-026B-43A4-ADE4-A690388F310E&displaylang=en
Whilst the chm opens and the contents and index are present, in the
right hand pane an error "Action Canceled" or a "The page cannot be...
more >>
I am able to record a simple session (like getting the home page of
Microsoft.com), but when I run the test, I get the following message:
System.Net.WebException: Unable to connect to the remote server --->
System.Net.Sockets.SocketException: A connection attempt failed because the
connecte...
more >>
This is the code I used it works on my machine but not on the Server 2003
machine ?
LogEntry logEntry = new LogEntry();
logEntry.Message = "ERROR";
logEntry.Severity = TraceEventType.Error;
Logger.Write(logEntry);
any Ideas why it does not l...
more >>