Hi Everyone,

So I had my program working, and then after I made some substantial changes I uninstalled the program, and tried to reinstall the updated program. When I clicked on the install program, a window popped up that said:
"Application download did not succeed. Check your network connection, or contact your system administrator or network service provider."
When I click the button to see more information, I get a text doc with this information:
Code:
PLATFORM VERSION INFO
	Windows 			: 5.1.2600.196608 (Win32NT)
	Common Language Runtime 	: 4.0.30319.235
	System.Deployment.dll 		: 4.0.30319.1 (RTMRel.030319-0100)
	clr.dll 			: 4.0.30319.235 (RTMGDR.030319-2300)
	dfdll.dll 			: 4.0.30319.1 (RTMRel.030319-0100)
	dfshim.dll 			: 4.0.31106.0 (Main.031106-0000)

SOURCES
	Deployment url			: file:///H:/HONDA%20EDI/830/HMIN/EDI%20Reader/HMIN%20830%20Reader.application
	Deployment Provider url		: http://erandolpdxp/HMIN%20830%20Reader/HMIN%20830%20Reader.application

ERROR SUMMARY
	Below is a summary of the errors, details of these errors are listed later in the log.
	* Activation of H:\HONDA EDI\830\HMIN\EDI Reader\HMIN 830 Reader.application resulted in exception. Following failure messages were detected:
		+ Downloading http://erandolpdxp/HMIN 830 Reader/HMIN 830 Reader.application did not succeed.
		+ Unable to connect to the remote server
		+ No connection could be made because the target machine actively refused it 10.74.79.65:80

COMPONENT STORE TRANSACTION FAILURE SUMMARY
	No transaction error was detected.

WARNINGS
	There were no warnings during this operation.

OPERATION PROGRESS STATUS
	* [9/7/2011 4:26:39 PM] : Activation of H:\HONDA EDI\830\HMIN\EDI Reader\HMIN 830 Reader.application has started.

ERROR DETAILS
	Following errors were detected during this operation.
	* [9/7/2011 4:26:56 PM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
		- Downloading http://erandolpdxp/HMIN 830 Reader/HMIN 830 Reader.application did not succeed.
		- Source: System.Deployment
		- Stack trace:
			at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
			at System.Deployment.Application.SystemNetDownloader.DownloadAllFiles()
			at System.Deployment.Application.FileDownloader.Download(SubscriptionState subState)
			at System.Deployment.Application.DownloadManager.DownloadManifestAsRawFile(Uri& sourceUri, String targetPath, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)
			at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestDirect(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)
			at System.Deployment.Application.DownloadManager.FollowDeploymentProviderUri(SubscriptionStore subStore, AssemblyManifest& deployment, Uri& sourceUri, TempFile& tempFile, IDownloadNotification notification, DownloadOptions options)
			at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions options)
			at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
			at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
		--- Inner Exception ---
		System.Net.WebException
		- Unable to connect to the remote server
		- Source: System
		- Stack trace:
			at System.Net.HttpWebRequest.GetResponse()
			at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
		--- Inner Exception ---
		System.Net.Sockets.SocketException
		- No connection could be made because the target machine actively refused it 10.74.79.65:80
		- Source: System
		- Stack trace:
			at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
			at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception)

COMPONENT STORE TRANSACTION DETAILS
	No transaction information is available.
I have scoured the internet for what I changed that caused this error, but I cannot find anything! My program pulls information from an Excel file, and then outputs it to a datagridview and chart on the form.
I am not trying to make this a webservice, or available on the web. I am trying to put the program where it previously was, and it successfully installed. I made very superficial changes to the program, and I don't think I changed anything in the application settings. Any help would be greatly appreciated!!!