Setting up the update feature of a windows form application from a linux webserver on the internet.

I'm building an application in windows forms and have the way to publish it into an ftp folder at a Linux server on the internet where I have a web hosting account.
I set up the application to update from a specific url.
after publishing VS2010 keeps telling me that it can't see the published application and when I start the application, it does not update at all..
Is it even possible to setup this configuration?
Please advice how I need to configure my publish so I can
1) Install from a web server url hosted on linux
2) update directly from that web server url hosted on linux
thanks
Jorge Reyes

Hello Jorge,
Since this issue is related with applicaiton deployment, I ask the moderator to move it to the clcikOnce forum there ClickOnece experts will help you. The current forum is for windows desktop application development. 
Regards.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • HT1926 I received an ITunes and Quicktime update notice on my Windows 7 PC, from Apple this morning. During the update installation, RealPlayer installed. What gives? Why is Realplayer installing with the Apple software.

    I received an ITunes and Quicktime update notice on my Windows 7 PC, from Apple this morning. During the update installation, RealPlayer installed. What gives? Why is Realplayer installing with the Apple software.

    Thanks for the reply. I went back to check if there was a history in windows (Event Viewer) but could not locate it in Win7. The only updates that were in the Apple Updater window were the Quicktime and ITunes. Had I let the Realplayer continue on its own, it would have installed the Google Chrome and other apps. I let it finish installing and then removed the entire program. I do not remember checking or seeing anything saying that realplayer was being downloaded until after a reboot was requested from the ITunes Update Installer.
    I just thought it was strange since I do not use Realplayer and have not downloaded any software for it.
    I am on a corporate PC with a pretty thick firewall, but something may have slipped through.
    Thanks again for the assistance.

  • HT4623 The "Software Update" feature is not available in my Ipod 2nd Generation unit while the upgrade option in iTunes keeps on hanging while downloading the upgrade iOS (time out error). So, please tell me how I can upgrade the iOS.

    The "Software Update" feature is not available in my Ipod 2nd Generation unit while the upgrade option in iTunes keeps on hanging while downloading the upgrade iOS (time out error). So, please tell me how I can upgrade the iOS.

    The Settings>General>Software Update comes with iOS 5. The 2G can only go to iOS 4.2.1
    Try disabling the computer's security software during the download and update.

  • I can't install itunes; the update crashed error 7 Windows error 126

    I can't install itunes; the update crashed error 7 Windows error 126
    PC with Windows 7
    I have been using itunes for many years

    I have the same problem as yours too. It always says ''The older version of Apple Software Update cannot be removed. Contact your technical support group''.

  • After uninstalling iTunes and re-installing, I cannot download the update. I have Windows Vista.

    After uninstalling iTunes and re-installing, I cannot download the update. I have Windows Vista. Should I un-install again, and if so, where are the instructions for windows vista?

    Have you tried to use another browser?
    This may help you out -> iTunes: Downloading iTunes for Windows using Internet Explorer

  • After the latest update was completed, I couldn't open the firefox browser. I received an application error. I tried restarting the Windows OS but no change. How do I fix this?

    After the latest update was completed, I couldn't open the firefox browser. I received an application error. I tried restarting the Windows OS but no change. How do I fix this?

    If not this:
    http://www.mcelhearn.com/deleting-the-itunes-album-artwork-cache-folder-may-reso lve-problems-with-album-art-displaying/
    - Reset the iOS device. Nothing will be lost      
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - delete all music and resync
    To delete all music go to Settings>General>Usage>Storage>Music>Tap edit in upper right and then tap the minus sign by All Music
    - Reset all settings                            
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                               
    iOS: Back up and restore your iOS device with iCloud or iTunes      
      - Restore to factory settings/new iOS device.                       

  • I like the mail feature with one exception; I cannot figure out how to change the font size of incoming mail permanently.  And, when answering an email I have to highlight the first few words and zoom it so I can see what I am writing.  what am I missing?

    I like the mail feature with one exception; I cannot figure out how to change the font size of incoming mail permanently.  And, when answering an email I have to highlight the first few words and zoom it so I can see what I am writing.  what am I missing?

    You can type the email using what you set in preferences and then highlight the text and use command - minus sign (or command - + for larger) to reduce the size of the text.
    You can also type command - T and a window will appear allowing you to select fonts/sizes/color/ background highlight.
    The above works in Notes also. I haven't tried to do this in any other Apple application.
    For incoming emails, you can use the above to reduce font size, but I don't know of a way to permanently set the incoming font size to a default.

  • I'm installing windows 8 64 from iso dvd-I did the partition wiht BCamp 5 and I did the usb with compatibility software-once installation start from dvd, it ask me for some disk, usb or dvd drivers to continue. How I can continue the instalation?

    I'm installing windows 8 64 from iso dvd-I did the partition wiht BCamp 5.
    I did the usb drive with the compatibility software-once installation start from the dvd, it ask me for some disk, usb or dvd drivers to continue.
    How I can continue the instalation? How I can provide those driver to the instalation process?
    Thanks
    Manuel

    You can't get there with GUID/GPT.
    There are tips on making a USB flash device that is bootable.
    You can set aside a small 6GB partition somewhere and put Windows 7 installer there and run it WHILE IN Windows.
    Windows Vista can be upgraded in place to 7 RC.
    You'll need NTFS (30-50GB).
    Windows doesn't support FW for booting.
    You can create a drive that has Master Boot Record.

  • How to create a setup for window form application including the related sql database?

    i have created a simple window form application project that have only 2 form..
    1st one for login in which it'll check the userid n password from database.if both are correct then it will go to 2nd form.
    now i want this project to run in another computer.
    i created a setup file but its showing some error regarding the database instances connection..
    so if anyone can tell me in details how to create the setup file then it'll b a great help..
    thanx in advance..

    Hi,
    Consider the above scenario,I suggest you to use the SQL Server Compact+ ClickOnce Deployment, A Compact SQL database is a file that can be bundled with your application installation. Below is a link guiding you through the creation process of a SQL Compact
    database.
    http://technet.microsoft.com/en-us/library/ms173009.aspx
    The following link discusses setting up the necessary dependencies and prerequisites for SQL Server Compact. (Note, you will need to scroll to the section entitled Private File–Based Deployment.)
    http://msdn.microsoft.com/en-us/library/aa983326(v=VS.100).aspx
    A ClickOnce Deployment can help you publish your application attach compact SQL database into client machine.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I have installed photoshop elements 12. when I try use the editing features it said that i must login to Adobe to register the product. but each time i try to it said there is a problem. help the problem stated that the internet is not connected, but that

    i have installed photoshop elements 12.
    when I try use the editing features it said that i must login to Adobe to register the product.
    but each time i try to it said there is a problem.
    help
    the problem stated that the internet is not connected, but that is not the case.

    I had the same issue and I'm running Windows 7.  Tried working with technical support for several hours but they were no help.  They just had me doing the same things over and over, offering no real answers.  I finally got fed up and have decided to return my product for a full refund.

  • Whats in the full feature driver & software download for officejet pro8600 which isn't in the basic?

    Does anyone know what is in the full feature driver & software download V28.8  or for any version really other version for the matter for Officejet pro8600 ......which isn't in the basic download?
    I'm running vista on an old computer and it doesn't have service pack 2 on it, which is needed for the full download feature download.
    Just wondering if its worth installing service pack 2 to get better features.
    Cheers 
    This question was solved.
    View Solution.

    Hi,
    For Windows Vsita any service pack is supported and you are not required to install a service pack to install the Full Feature Software, Only Windows XP require atleast Service Pack 2..
    You may find the system requirements listed below:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02858465&cc=us&dlc=en&lang=en&lc=en&product=432...
    The most important feature of the Full Feature Software is the Read Iris OCR which allow scanning to editable text or searchable PDF..
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • I've just recently updated to the ver 4.0. After the update, I can't select my vertical scroll and any buttons on the search toolbar.

    I've just recently updated to the ver 4.0. After the update, I can't select my vertical scroll and any buttons on the search toolbar. I've tried switching off all the add-ons and running it on safe-mode but the problem still persist. Anybody encountered the same issue here? Any help would be good. Cheers

    Okay. The missing menus at the top of iTunes (in recent versions) can indicate trouble with the Segoe UI fonts on your system. It's a new symptom of a problem that can also cause text to go missing from the Device tab in iTunes.
    Unfortunately it's a bit trickier to deal with on Windows 7 systems than Vista or XP. (The "Vortical" instructions which can fix it for almost all folks on Vista and XP aren't applicable to Windows 7.)
    Try having a look through the following (unfortunately very long) topic. It contains a lot of information on the Windows 7 variants of this, and possible methods for fixing the various Segoe UI-related issues that might be in play:
    iTunes 10.1 Missing Text

  • I am using numbers in the new iWork. Just bought it 10 days back. I am not able to figure out how to add serial umbers from 1 to 100( for example) also i need to freeze the top header like in windows so that we can browse down without the heading going of

    i am using numbers in the new iWork. Just bought it 10 days back. I am not able to figure out how to add serial umbers from 1 to 100( for example) also i need to freeze the top header like in windows so that we can browse down without the heading going off. Can some one help?

    Hi Jay,
    Be aware that "Freeze Header Rows" and "Freeze Header Columns" apply only to rows and columns that are Header rows or Header columns. You can have up to five Header rows, Five Header Columns (and five Footer rows) on a Numbers Table.
    "Header rows" is a special designation. Besides being able to be frozen, Header and Footer rows are not included in formulas referencing whole columns, making it possible to place formulas such as =SUM(B) at the top (or bottom) of column B without causing a self-reference error, These designated rows are also not included in sorts of the rows in a table.
    Regards,
    Barry

  • TS4268 My husband and I use the same apple ID, after the update he started getting all my texts from me to other people and from other people to me. Anyone know how to turn this off?

    My husband and I share the same apple ID for purchasing apps and what not, ever since the update he started receiving all my texts  from other people and I am not even getting them half the time. Any thoughts on trying to fix this would be appreciated. I tried turning off imessage but then he got no texts at all.

    Make sure that on each of your Settings>Messages> Send and Receive Addresses have only the appropriate phone number and email checked at the left.  If his is checked on yours click on his it will uncheck

  • In Options -- General -- I want the option to "Show my windows and tabs from last time" AND "Show my homepage", but that choice isn't given. When I open a new tab, I'd like to see my iGoogle page, not a blank screen. Hope you can help. D

    In Options --> General --> I want the option to "Show my windows and tabs from last time" '''''AND''''' "Show my homepage", but that choice isn't given. When I open a new tab, I'd like to see my iGoogle page, not a blank screen. Hope you can help. D

    You can middle-click or Ctrl left-click the Home button on the Navigation toolbar to open the Home page in a new tab.
    You can look at one of these extensions:
    * NewTabURL : https://addons.mozilla.org/firefox/addon/newtaburl/
    * New Tab Homepage : https://addons.mozilla.org/firefox/addon/new-tab-homepage/

Maybe you are looking for

  • Communication problem

    Hi, I think I have a communication problem between the servers in a cluster,           I attached a picture of the administration console where it seems that one           server in the cluster cant communicate with the other.           (one server i

  • ODBC Gateway on Linux error - connects ok with Sybase SQL Anywhere

    OS: CentOS 5.8 64-bit DB: Oracle XE 11gR1 64-bit Gateway: Oracle Gateway for ODBC 64-bit Database and gateway reside on same Linux Server. Connecting to remote Sybase SQL Anywhere 10 server on WindowsXP. Using SQL Anywhere 11 odbc driver and unixODBC

  • Problem in Calling a function in sql statement.

    hi, I am having a function ops_safex_utl.EDIT_ASSC_CNTR_LOG(id number); when i am trying to use this inside a sql statement as shown below, it is giving error (exception part inside the function). SQL> select ops_safex_utl.EDIT_ASSC_CNTR_LOG(688) fro

  • How do I read the documents I have saved in Adobe reader on my iPad on my pc?

    I want to back them up on my pc or on an external hard drive and be able to read them on the larger screen when at home. Do I need to save them to an additional source e.g. dropbox or google drive?

  • Quicktime Pro wont save video in rotated version, reverts to original.

    Despite following all the steps to rotate a video saved from iphone 4 it won't save its new version (PC) ..have clicked save as , re-named file and it will save as a new file but it is still upside down in the thembnail and if you open it with any ot