Jump to content
Xtreme .Net Talk

nickjf89

Members
  • Posts

    12
  • Joined

  • Last visited

About nickjf89

  • Birthday 12/11/1989

nickjf89's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. how would i do that? make a page eg. /uploads.html ? then how would i read that? thanks
  2. yeah, it gives me an error that says i need to define a file.
  3. Try My.Computer.Network.UploadFile("C:\Users\Nick\Desktop\Callisto Creations\Licensing\Unused Keys\" & keyText.Text & ".txt", "http://www.callistocreations.co.uk/licensing/keys/test.txt", "username", "password", True, 1000) Catch b As Exception MessageBox.Show(b.Message) End Try
  4. i have also tried this code with password and username...no luck
  5. yes i believe it's apache. the code works fine, but the try catch always returns a 404 NOT FOUND error. what exactly can it not find...?
  6. Yeah the folder exists. It's a linux-based shared web server. Any idea how to check if it allows uploads? Thanks
  7. I get a 404 error. I have 7,7,7 permissions so it should be fine.
  8. that link was an example of where i'd like to upload it...thats not my actual website! the code i've been trying to make work is: Dim url As String = "http://www.callistocreations.co.uk/licensing/keys/file.txt" 'Dim file As String = "C:\Users\Nick\Desktop\Callisto Creations\Licensing\Unused Keys\" & keyText.Text & ".txt" 'My.Computer.Network.UploadFile(file, url)
  9. hi all i want to simply have some code that uploads some text onto my web server in a txt file in a directory like the example below: http://www.domain.co.uk/filegoeshere/file.txt i've found some solutions on the internet, but none that seem to work for me.. thanks
  10. Hi, Basically, I really like the idea of ClickOnce, it's a really cool tool that I'd love to use. I've tried, but am having troubles. Firstly, is it actually possible to deploy an application that uses SQL CE 3.5 Databases with ClickOnce? If so, then here is the error message I get once it's deployed, and I go to install it from the designated web location: "Cannot install the application. Some required files are missing." In the 'Details' tab is the following: PLATFORM VERSION INFO Windows : 6.1.7600.0 (Win32NT) Common Language Runtime : 4.0.30319.1 System.Deployment.dll : 4.0.30319.1 (RTMRel.030319-0100) clr.dll : 4.0.30319.1 (RTMRel.030319-0100) dfdll.dll : 4.0.30319.1 (RTMRel.030319-0100) dfshim.dll : 4.0.31106.0 (Main.031106-0000) SOURCES Deployment url : http://www.omniweb-hosting.co.uk/eep/publish/Event%20Planner.application Server : Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.13 Deployment Provider url : http://www.omniweb-hosting.co.uk/callistocreations/eep/Event%20Planner.application ERROR SUMMARY Below is a summary of the errors, details of these errors are listed later in the log. * Activation of http://www.omniweb-hosting.co.uk/eep/publish/Event%20Planner.application resulted in exception. Following failure messages were detected: + Downloading http://www.omniweb-hosting.co.uk/callistocreations/eep/Event Planner.application did not succeed. + The remote server returned an error: (404) Not Found. COMPONENT STORE TRANSACTION FAILURE SUMMARY No transaction error was detected. WARNINGS There were no warnings during this operation. OPERATION PROGRESS STATUS * [04/01/2011 09:55:32] : Activation of http://www.omniweb-hosting.co.uk/eep/publish/Event%20Planner.application has started. ERROR DETAILS Following errors were detected during this operation. * [04/01/2011 09:55:32] System.Deployment.Application.DeploymentDownloadException (Unknown subtype) - Downloading http://www.omniweb-hosting.co.uk/callistocreations/eep/Event Planner.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 - The remote server returned an error: (404) Not Found. - Source: System - Stack trace: at System.Net.HttpWebRequest.GetResponse() at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next) COMPONENT STORE TRANSACTION DETAILS No transaction information is available. Any suggestions?? I really want to get this working :( Thanks in advance! Nick
  11. is there somewhere online where you can sell your software (or give away) through a 3rd party ecommerce solution? and where the public can go and look for cheap solutions to their everyday problems? seems like a good idea. if it doesn't exist, there may be a gap in the market there...
  12. I've just had to create a new account (of the same details) because I was deleted for some reason... Admins? Shed some light? EDIT: Not to worry! Didn't notice there were 2 forums, .nettalk and vbtalk. oops
×
×
  • Create New...