473,804 Members | 2,536 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problemas con ClickOnce

Hola amigos yo publico mi aplicacion a través de ClickOnce y todo
funciona muy bien, el único problema que tengo es que algunos clientes
omiten las publicaciones y para que la aplicacion nuevamente indique
que existe una nueva version etc etc tengo que nuevamente publicar
haciendo que los demas tambien tengan que volver a hacerlo sin
necesidad. Hay alguna manera para evitar esto ?. Mil Gracias.

Jan 27 '07 #1
3 2065
If you are able to translate it and post in english you'll get a better
response.
"firefox" <al************ @gmail.comwrote in message
news:11******** **************@ h3g2000cwc.goog legroups.com...
Hola amigos yo publico mi aplicacion a través de ClickOnce y todo
funciona muy bien, el único problema que tengo es que algunos clientes
omiten las publicaciones y para que la aplicacion nuevamente indique
que existe una nueva version etc etc tengo que nuevamente publicar
haciendo que los demas tambien tengan que volver a hacerlo sin
necesidad. Hay alguna manera para evitar esto ?. Mil Gracias.
Jan 27 '07 #2
On Jan 27, 6:42 am, "firefox" <alfonso.pro... @gmail.comwrote :
Hola amigos yo publico mi aplicacion a través de ClickOnce y todo
funciona muy bien, el único problema que tengo es que algunos clientes
omiten las publicaciones y para que la aplicacion nuevamente indique
que existe una nueva version etc etc tengo que nuevamente publicar
haciendo que los demas tambien tengan que volver a hacerlo sin
necesidad. Hay alguna manera para evitar esto ?. Mil Gracias.
Translation:

Hello. I publish my application using ClickOnce and everything works
very well. The only problem I have is that some clients miss new
versions, and in order that the program indicate once again that there
is a new version, etc, I have to publish it again, which means that
all of the others must again download it when there's no need.

Is there a way to avoid this?

Thanks.

Jan 27 '07 #3
In that case i know the answer.

In click once publish settings you can set it to check for a new version
when it runs and set the minimum version they should have as well as making
the download optional or non optional. Look in your publish settings, i
believe it is under "UPDATES", tick specify minimum required version, set it
to the current version number and tick that this application should check
for updates.

"Bruce Wood" <br*******@cana da.comwrote in message
news:11******** **************@ h3g2000cwc.goog legroups.com...
On Jan 27, 6:42 am, "firefox" <alfonso.pro... @gmail.comwrote :
Hola amigos yo publico mi aplicacion a través de ClickOnce y todo
funciona muy bien, el único problema que tengo es que algunos clientes
omiten las publicaciones y para que la aplicacion nuevamente indique
que existe una nueva version etc etc tengo que nuevamente publicar
haciendo que los demas tambien tengan que volver a hacerlo sin
necesidad. Hay alguna manera para evitar esto ?. Mil Gracias.
Translation:

Hello. I publish my application using ClickOnce and everything works
very well. The only problem I have is that some clients miss new
versions, and in order that the program indicate once again that there
is a new version, etc, I have to publish it again, which means that
all of the others must again download it when there's no need.

Is there a way to avoid this?

Thanks.
Jan 27 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
4773
by: Vicent | last post by:
Hola: La empresa en la que trabajo tiene implantados una serie de aplicaciones basadas en MS DOS que se comunican con autómatas. Hasta la fecha las aplicaciones estaban funcionando correctamente. Los problemas empezaron cuando hemos implantado estas aplicaciones en equipos PIII y P4. En estos equipos se quedan colgados en el siguiente punto: outportb(PuertoPesadoras+2,0xc9); //iir
4
3182
by: markoueis | last post by:
Is there any way to embed a ClickOnce Application into the browser? I love the way ClickOnce works, but the problem is I would like it to display the windows form in the browser. I could use a simple embedded dll, but then i lose the trust prompt that ClickOnce offers. Any ideas? Mark
5
5250
by: Danny Tuppeny | last post by:
I've been playing around with ClickOnce today, and it's all good stuff. Except, that if I change my application to NOT be full trust (which seems to make very little difference to the user prompt, which scares me!) but to be installed on the start menu, it seems I don't have permission to call CheckForUpdate()! I understand that if I'm not a full trust app, I can't read the filesystem etc., but not being able to update myself seems a bit...
3
4552
by: Asaf | last post by:
Hi, After publishing my test application using ClickOnce with VS.NET 2005 I am getting these warnings: Warning: Could not download 'ClickOnce.application' from… Warning: Could not download 'ClickOnce_1_0_0_3.application' from… Warning: Could not download 'ClickOnce_1_0_0_3/ClickOnce.exe.config.deploy' from… Warning: Could not download 'ClickOnce_1_0_0_3/ClickOnce.exe.deploy' from…
8
1818
by: Tina | last post by:
While ASP.Net is migrating toward more robust presentation by using things like AJAX I am wondering if ClickOnce will errode a lot of ASP.Net presence in Corporate Applications. I've been reading a lot about ClickOnce and it seems compelling particularily since Vista will have the .Net framework included along with the other requirements for ClickOnce deployment. Is there some downside to ClickOnce deployment that I'm now aware of? ...
1
8783
by: M O J O | last post by:
Hi, I've have searched google, but can't find a solution to my problem. Om my develloper machine, I use one app.config, but when I deploy, I need to deploy another app.config. The reason is, that on my develloper machine, my app.config sqlconnection is pointing to my (local) database and I have several settings like "Debug=True", but when I deploy (using ClickOnce), I need to use an
2
2742
by: Alex Bögli | last post by:
Hi I have a rather advanced deployment scenario and wanted to know, if anyone has an idea how to accomplish that with ClickOnce: We are deploying a 3-tier application with a client connecting to web services, which then connect to a database. The tiers are all on different nodes and we have around 1000 client users. We currently deploy the web services with Wise and adjust the database (cluster) manually. The clients should be...
1
2765
by: rvidal | last post by:
he estado desarrollando un carrito en ASP.NET 2.0,pero he tenido problemas con el control LOGINVIEW el cual me funcionaba, hasta se me ocurrio correr un antivirus desde entonces no he podido usar el estatus de login, al parecer el antivirus me bloqueo algo en el EXPLORADOR.
3
5326
by: =?Utf-8?B?Um9nZXIgVHJhbmNoZXo=?= | last post by:
Hello, I would like to know the best way to install an clickonce in .net 3.5 (we use LINQ 8-D) published application on terminal server 2003 Do I have to install it on EVERY user that will use it ? If so, all the files will be duplicated for every user ? in wich folder ? If not, where will reside the application on the server ? how to make a shortcut for the main "executable" for all the users pointing to that ?
0
9711
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9591
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10594
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10343
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10087
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7631
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6861
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5667
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3831
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.