Im recieving an error message

Status
Not open for further replies.

Clanbot

New Member
Messages
7
Reaction score
0
Points
0
"ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of http://clanbrowse.exofire.net/Clanbrowse.application resulted in exception. Following failure messages were detected:
+ Downloading http://clanbrowse.exofire.net/Application Files/Clanbrowse_1_0_0_15/Clanbrowse.exe.config did not succeed.
+ The remote server returned an error: (503) Server Unavailable."

I compliled an application and uploaded it to the server but im unfortunately unable to download correctly.
The application was published by microsoft visual studio
Edit i decided you might need some more info

Full error description

ERROR DETAILS
Following errors were detected during this operation.
* [27/08/2008 15:46:54] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
- Downloading http://clanbrowse.exofire.net/Application Files/Clanbrowse_1_0_0_15/Clanbrowse.exe.config 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.DownloadDependencies(SubscriptionState subState, AssemblyManifest deployManifest, AssemblyManifest appManifest, Uri sourceUriBase, String targetDirectory, String group, IDownloadNotification notification, DownloadOptions options)
at System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp)
at System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)
at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension)
at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
--- Inner Exception ---
System.Net.WebException
- The remote server returned an error: (503) Server Unavailable.
- Source: System
- Stack trace:
at System.Net.HttpWebRequest.GetResponse()
at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
Edit:
Im still having problems with this error anyone got any ideas?:happysad:
 
Last edited:

Corey

I Break Things
Staff member
Messages
34,553
Reaction score
204
Points
63
How are you executing it and what is it running under? Perl, CGI, etc?
 
Status
Not open for further replies.
Top