Link to home
Start Free TrialLog in
Avatar of Bill2802
Bill2802Flag for United States of America

asked on

Web Application connection

This week I have a computer that is unable to connect to a web application called Facility Scheduler hosted by ACS Technologies.  At the same time the computer is having problems with iTunes.  Do not know if they are connected, but suspect they are.  Here is the error message I get when the computer tries to run the Facility Scheduler

System.Net.WebException: The underlining connection was closed: Unable to connect to the remote server. --> System.Net.Sockets.SocketException: The parameter is incorrect

at System.Net.Sockets.Socket..ctor(AddressFAmily, SocketType socketType, ProtocolType protocolType)

at System.Net.ServicePoint.Get Connection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket 6, Int32 timeout)

atSystem.Net.PooledStream.Activate(Object owingObject, Boolean async, Int32 timeout, General AsyncDelegate asyncCallback)

At System.Net.Connection.CompleteStart Connection(Boolean async, HttpWebRequest)

----- End of inner exception stack trace -----

at System.Net.Webclient.DownloadInternal(URI address, Webrequest & request)

at System.Net.WebClient.DownloadString(Uri address)

at AcsTech.Api.ApiHelper.CheckForTimeSkewError()

at AcsTech.Client.Deploy.AcsDeployment.Update(Boolean silent)

at AcsTech.Client.Win.Main.Program.Main (String[] args)


Does anyone have a clue how I can fix this?  I have tried repairing the .Net Framework but that did not do anything.  Something seems to have been corrupted, but I do not know what or how to fix it.  Any help would be appreciated.
ASKER CERTIFIED SOLUTION
Avatar of Duy Pham
Duy Pham
Flag of Viet Nam image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Bill2802

ASKER

Thanks