Results 1 to 13 of 13

Thread: Click Once Issue

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2009
    Location
    Milan
    Posts
    810

    Click Once Issue

    I'm trying to upload my application onto my webserver so I can use the ClickOnce option for updates.

    However when I try do it I get these Warnings...

    What am I doing wrong? I've tested my FTP details and I can connect using a FTP program.


    Warning 1 Files could not be downloaded from http://www.mysite.com/App/. The remote server returned an error: (404) Not Found. 1 1 MyApp 2011

    Warning 2 Unable to view published application at http://www.mysite.com/App/publish.htm. 1 1 MyApp2011

  2. #2
    Frenzied Member Pc_Not_Mac's Avatar
    Join Date
    Oct 2009
    Location
    localhost
    Posts
    1,206

    Re: Click Once Issue

    1) Check your login details again and again.
    2) Check with the admin of your server you might have limited rights.
    My Codebank:
    Windows Vista & 7 Glass Effect & Limit the amount of times your application could be opened.
    Pause Your Code & Check the OS name

    The question of whether computers can think is like the question of whether submarines can swim.

    Currently learning: Java

    Coding can be a learning experience or

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2009
    Location
    Milan
    Posts
    810

    Re: Click Once Issue

    1) I have about 5 times
    2) I am the admin

  4. #4
    Frenzied Member Pc_Not_Mac's Avatar
    Join Date
    Oct 2009
    Location
    localhost
    Posts
    1,206

    Re: Click Once Issue

    By admin what do you mean?
    Is it your server or you are just renting the space?

    By the way did try the trouble shooting on MSDN.
    http://msdn.microsoft.com/en-us/library/fb94w1t5.aspx
    My Codebank:
    Windows Vista & 7 Glass Effect & Limit the amount of times your application could be opened.
    Pause Your Code & Check the OS name

    The question of whether computers can think is like the question of whether submarines can swim.

    Currently learning: Java

    Coding can be a learning experience or

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2009
    Location
    Milan
    Posts
    810

    Re: Click Once Issue

    It's my server. Rented by mine in full.

  6. #6
    Frenzied Member Pc_Not_Mac's Avatar
    Join Date
    Oct 2009
    Location
    localhost
    Posts
    1,206

    Re: Click Once Issue

    Quote Originally Posted by Pc_Not_Mac
    By the way did try the trouble shooting on MSDN.
    http://msdn.microsoft.com/en-us/library/fb94w1t5.aspx
    Was this part ignored?
    My Codebank:
    Windows Vista & 7 Glass Effect & Limit the amount of times your application could be opened.
    Pause Your Code & Check the OS name

    The question of whether computers can think is like the question of whether submarines can swim.

    Currently learning: Java

    Coding can be a learning experience or

  7. #7

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2009
    Location
    Milan
    Posts
    810

    Re: Click Once Issue

    No - I'm reading it now.

  8. #8

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2009
    Location
    Milan
    Posts
    810

    Re: Click Once Issue

    Mp that does not work, looks like you had this problem before as well but never posted the resolution

    http://www.vbforums.com/showthread.php?t=594681

    Can anyone help

  9. #9
    Frenzied Member Pc_Not_Mac's Avatar
    Join Date
    Oct 2009
    Location
    localhost
    Posts
    1,206

    Re: Click Once Issue

    Mp that does not work, looks like you had this problem before as well but never posted the resolution

    http://www.vbforums.com/showthread.php?t=594681

    Can anyone help
    I forgot i even had a problem with that
    The way that i solved my problem was easy.
    I just said no to clickonce.
    If you look around programs such as AVG, Kaspersky, Malware Bytes, CCleaner etc all don't use clickonce.
    So i simple made my own update feature.
    Works great!!!
    It first downloads a text file containing the latest version of my App.
    Checks it with the program version.
    If its out of data it downloads a text file with file extensions of the new updates.
    Downloads all the files and installs them.
    Its around 200 lines of code so its not that bad.
    My Codebank:
    Windows Vista & 7 Glass Effect & Limit the amount of times your application could be opened.
    Pause Your Code & Check the OS name

    The question of whether computers can think is like the question of whether submarines can swim.

    Currently learning: Java

    Coding can be a learning experience or

  10. #10
    Stack Overflow mod​erator
    Join Date
    May 2008
    Location
    British Columbia, Canada
    Posts
    2,824

    Re: Click Once Issue

    Well, look at the error - 404 not found. This could mean:
    1. You did not upload all the files (did you even upload them manually?)
    2. (This is more likely) You don't have the right configuration set on your web server for EXE files. Here's how I solved that: http://www.vbforums.com/showpost.php...6&postcount=20

  11. #11

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2009
    Location
    Milan
    Posts
    810

    Re: Click Once Issue

    OKay Issue one fixed! Download .NET Web 2008 not 2010!

    NOw I have this error

    "UNable to install or run this application. The Application requires the assembly My.SQL.Data Version 6.2.3.0 be installed in the Gloabal Asseembly Cache (GAC) first.

    More Information on this system update can be found by visiting the site here"

    what's this about?

  12. #12
    Stack Overflow mod​erator
    Join Date
    May 2008
    Location
    British Columbia, Canada
    Posts
    2,824

    Re: Click Once Issue

    You need to install the latest version of SQL I think. If you have a DLL, you can use gacutil.exe to register it.

  13. #13

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2009
    Location
    Milan
    Posts
    810

    Re: Click Once Issue

    Wow I'm sooo lost - what do I need to do?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width