473,387 Members | 1,834 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Visual Studio 2008 (Orcas)'s ClickOnce with Firefox

Has anyone managed to get ClickOnce to work with Firefox? It seems to me
that it still has the same issues VS 2K5 had.

I appreciate any comments or tips.
Feb 11 '08 #1
7 2517
Well, you could perhaps be a bit more specific about the problem you have so
that we can try to repro (I saw someone saying it was working fine for them
with FireFox 2 and IE). Also what is the FF version you are using ?

Also do you mention the "Orcas" code name on purpose ? (ie. are you using VS
2008 or do you still use a beta release ?)

--
Patrice

"Carlos Mendonça" <ca*************@locaweb.com.bra écrit dans le message
de news: %2****************@TK2MSFTNGP02.phx.gbl...
Has anyone managed to get ClickOnce to work with Firefox? It seems to me
that it still has the same issues VS 2K5 had.

I appreciate any comments or tips.

Feb 11 '08 #2
Dear Patrice, thanks for the answer. I'm sorry for not having provided a
more thorough description of the problem earlier. I mentioned "Orcas"
because some people still refer to it by it's codename, but I sure am using
the final bits.

The thing with Firefox is that it, just like with any previous verions of
ClickOnce, doesn't recognize the application/x-ms-application. Because of
that, it asks the user to download the (whatever).application file instead
of running it. For some reason, Firefox is unable to retrieve the needed
files back from the site and the application's startup will fail with a
File-Not-Find-like error log.

I was wondering if there's any site out there hosting a working version of
ClickOnce which doesn't have the issues I've mentioned with Firefox.

I would appreciate any further comments or tips.

Thanks,

Carlos Mendonça

"Patrice" <http://www.chez.com/scribe/wrote in message
news:eH**************@TK2MSFTNGP02.phx.gbl...
Well, you could perhaps be a bit more specific about the problem you have
so that we can try to repro (I saw someone saying it was working fine for
them with FireFox 2 and IE). Also what is the FF version you are using ?

Also do you mention the "Orcas" code name on purpose ? (ie. are you using
VS 2008 or do you still use a beta release ?)

--
Patrice

"Carlos Mendonça" <ca*************@locaweb.com.bra écrit dans le message
de news: %2****************@TK2MSFTNGP02.phx.gbl...
>Has anyone managed to get ClickOnce to work with Firefox? It seems to me
that it still has the same issues VS 2K5 had.

I appreciate any comments or tips.


Feb 11 '08 #3
Are you trying to send the user's directly to the *.application file
via a link? Or are you sending them to the publish.htm file that got
generated during the Click-Once publish? FF 2.0 should work fine with
the publish.htm file. That file has logic in it to test what browser
you're using and provides a slightly different UI (that works) with
FireFox. BUT, if you're sending the user a link directly to the
*.application file, you're going to have exactly the problem you
describe with FireFox.

Note that a link directly to the *.application file *is* required if
your application expects to receive parameters on the query string and
in that case FireFox will not work. But, if your application does NOT
receive any query string parameters from the browser, then just send
the users to the publish.htm file.

Does that help?

--------------------------
Owner/Operator of
www.MichaelsAttic.com
On Feb 11, 1:21*pm, "Carlos Mendonça" <carlos.mendo...@locaweb.com.br>
wrote:
Dear Patrice, thanks for the answer. I'm sorry for not having provided a
more thorough description of the problem earlier. I mentioned "Orcas"
because some people still refer to it by it's codename, but I sure am using
the final bits.

The thing with Firefox is that it, just like with any previous verions of
ClickOnce, doesn't recognize the application/x-ms-application. Because of
that, it asks the user to download the (whatever).application file instead
of running it. For some reason, Firefox is unable to retrieve the needed
files back from the site and the application's startup will fail with a
File-Not-Find-like error log.

I was wondering if there's any site out there hosting a working version of
ClickOnce which doesn't have the issues I've mentioned with Firefox.

I would appreciate any further comments or tips.

Thanks,

Carlos Mendonça

"Patrice" <http://www.chez.com/scribe/wrote in message

news:eH**************@TK2MSFTNGP02.phx.gbl...
Well, you could perhaps be a bit more specific about the problem you have
so that we can try to repro (I saw someone saying it was working fine for
them with FireFox 2 and IE). Also what is the FF version you are using ?
Also do you mention the "Orcas" code name on purpose ? (ie. are you using
VS 2008 or do you still use a beta release ?)
--
Patrice
"Carlos Mendonça" <carlos.mendo...@locaweb.com.bra écrit dans le message
denews: %23LvpgtLbIHA.3__BEGIN_MASK_n#9g02mG7!__...__***** *****************@TK2MSFTNGP02.phx.gbl...
Has anyone managed to get ClickOnce to work with Firefox? It seems to me
that it still has the same issues VS 2K5 had.
I appreciate any comments or tips.- Hide quoted text -

- Show quoted text -
Feb 12 '08 #4
Thanks, Mike! Unfortunately, that's not the issue. I'm sending the user to
the publish.htm page. By using FF 2.0, it will provide both the "Lauch" link
which directs the user to the .application file and the "Setup" button which
directs the user to the setup.exe file. Since the system has all
dependencies installed (it works on IE), clicking the Launch link should
work fine, but the all I get is the exact same behavior seen in VS 2K5's
ClickOnce: FF doesn't recognize the extension, prompts me to either Save or
Cancel (the download), I click Save and then Run. It will start the
installation but will eventually fail.

Interestinly, I've tested this scenario in Windows 2000, XP and Vista
machines and it only worked on XP machines. I wonder if this is and issue
with Windows rather than with FF. All of them were running the same FF
version and administrator users.

"Mike {0A6FF490-CF84-4d78-BD85-FF011A0C310C}" <Te*****@michaelsattic.com>
wrote in message
news:15**********************************@s37g2000 prg.googlegroups.com...
Are you trying to send the user's directly to the *.application file
via a link? Or are you sending them to the publish.htm file that got
generated during the Click-Once publish? FF 2.0 should work fine with
the publish.htm file. That file has logic in it to test what browser
you're using and provides a slightly different UI (that works) with
FireFox. BUT, if you're sending the user a link directly to the
*.application file, you're going to have exactly the problem you
describe with FireFox.

Note that a link directly to the *.application file *is* required if
your application expects to receive parameters on the query string and
in that case FireFox will not work. But, if your application does NOT
receive any query string parameters from the browser, then just send
the users to the publish.htm file.

Does that help?

--------------------------
Owner/Operator of
www.MichaelsAttic.com
On Feb 11, 1:21 pm, "Carlos Mendonça" <carlos.mendo...@locaweb.com.br>
wrote:
Dear Patrice, thanks for the answer. I'm sorry for not having provided a
more thorough description of the problem earlier. I mentioned "Orcas"
because some people still refer to it by it's codename, but I sure am
using
the final bits.

The thing with Firefox is that it, just like with any previous verions of
ClickOnce, doesn't recognize the application/x-ms-application. Because of
that, it asks the user to download the (whatever).application file instead
of running it. For some reason, Firefox is unable to retrieve the needed
files back from the site and the application's startup will fail with a
File-Not-Find-like error log.

I was wondering if there's any site out there hosting a working version of
ClickOnce which doesn't have the issues I've mentioned with Firefox.

I would appreciate any further comments or tips.

Thanks,

Carlos Mendonça

"Patrice" <http://www.chez.com/scribe/wrote in message

news:eH**************@TK2MSFTNGP02.phx.gbl...
Well, you could perhaps be a bit more specific about the problem you
have
so that we can try to repro (I saw someone saying it was working fine
for
them with FireFox 2 and IE). Also what is the FF version you are using ?
Also do you mention the "Orcas" code name on purpose ? (ie. are you
using
VS 2008 or do you still use a beta release ?)
--
Patrice
"Carlos Mendonça" <carlos.mendo...@locaweb.com.bra écrit dans le
message
denews:
%23LvpgtLbIHA.3__BEGIN_MASK_n#9g02mG7!__...__***** *****************@TK2MSFTNGP02.phx.gbl...
Has anyone managed to get ClickOnce to work with Firefox? It seems to
me
that it still has the same issues VS 2K5 had.
I appreciate any comments or tips.- Hide quoted text -

- Show quoted text -

Feb 12 '08 #5
It looks like what is described at :
http://blogs.msdn.com/saurabh/archiv...02/541988.aspx

Not sure if it is supposed to have been updated in .NET 3.5 (are you using
3.5 or 2.0 ?)

--
Patrice

"Carlos Mendonça" <ca*************@locaweb.com.bra écrit dans le message
de news: uX**************@TK2MSFTNGP03.phx.gbl...
Thanks, Mike! Unfortunately, that's not the issue. I'm sending the user to
the publish.htm page. By using FF 2.0, it will provide both the "Lauch"
link which directs the user to the .application file and the "Setup"
button which directs the user to the setup.exe file. Since the system has
all dependencies installed (it works on IE), clicking the Launch link
should work fine, but the all I get is the exact same behavior seen in VS
2K5's ClickOnce: FF doesn't recognize the extension, prompts me to either
Save or Cancel (the download), I click Save and then Run. It will start
the installation but will eventually fail.

Interestinly, I've tested this scenario in Windows 2000, XP and Vista
machines and it only worked on XP machines. I wonder if this is and issue
with Windows rather than with FF. All of them were running the same FF
version and administrator users.

"Mike {0A6FF490-CF84-4d78-BD85-FF011A0C310C}" <Te*****@michaelsattic.com>
wrote in message
news:15**********************************@s37g2000 prg.googlegroups.com...
Are you trying to send the user's directly to the *.application file
via a link? Or are you sending them to the publish.htm file that got
generated during the Click-Once publish? FF 2.0 should work fine with
the publish.htm file. That file has logic in it to test what browser
you're using and provides a slightly different UI (that works) with
FireFox. BUT, if you're sending the user a link directly to the
*.application file, you're going to have exactly the problem you
describe with FireFox.

Note that a link directly to the *.application file *is* required if
your application expects to receive parameters on the query string and
in that case FireFox will not work. But, if your application does NOT
receive any query string parameters from the browser, then just send
the users to the publish.htm file.

Does that help?

--------------------------
Owner/Operator of
www.MichaelsAttic.com
On Feb 11, 1:21 pm, "Carlos Mendonça" <carlos.mendo...@locaweb.com.br>
wrote:
>Dear Patrice, thanks for the answer. I'm sorry for not having provided a
more thorough description of the problem earlier. I mentioned "Orcas"
because some people still refer to it by it's codename, but I sure am
using
the final bits.

The thing with Firefox is that it, just like with any previous verions of
ClickOnce, doesn't recognize the application/x-ms-application. Because of
that, it asks the user to download the (whatever).application file
instead
of running it. For some reason, Firefox is unable to retrieve the needed
files back from the site and the application's startup will fail with a
File-Not-Find-like error log.

I was wondering if there's any site out there hosting a working version
of
ClickOnce which doesn't have the issues I've mentioned with Firefox.

I would appreciate any further comments or tips.

Thanks,

Carlos Mendonça

"Patrice" <http://www.chez.com/scribe/wrote in message

news:eH**************@TK2MSFTNGP02.phx.gbl...
Well, you could perhaps be a bit more specific about the problem you
have
so that we can try to repro (I saw someone saying it was working fine
for
them with FireFox 2 and IE). Also what is the FF version you are using
?
Also do you mention the "Orcas" code name on purpose ? (ie. are you
using
VS 2008 or do you still use a beta release ?)
--
Patrice
"Carlos Mendonça" <carlos.mendo...@locaweb.com.bra écrit dans le
message
denews:
%23LvpgtLbIHA.3__BEGIN_MASK_n#9g02mG7!__...__***** *****************@TK2MSFTNGP02.phx.gbl...
Has anyone managed to get ClickOnce to work with Firefox? It seems to
me
that it still has the same issues VS 2K5 had.
>I appreciate any comments or tips.- Hide quoted text -

- Show quoted text -


Feb 12 '08 #6
I am deploying my company's application with VS2008 using ClickOnce. We
upgraded to VS2008 specifically to fix the problem you are talking about.
Since upgrading, we have had no problems, and find it works in Firefox,
Opera, *and* Safari with no problems.

Are you running the most recent version of Firefox? Do you have the
ClickOnce add-in installed (if so, maybe this is causing a problem).

Have you tried using IE to install the application; does it work?

Is Firefox your default browser?

If you set IE to be your default browser and try installing, does it work?

RobinS.
GoldMail, Inc.
----------------------------------------------
"Carlos Mendonça" <ca*************@locaweb.com.brwrote in message
news:uU**************@TK2MSFTNGP05.phx.gbl...
Dear Patrice, thanks for the answer. I'm sorry for not having provided a
more thorough description of the problem earlier. I mentioned "Orcas"
because some people still refer to it by it's codename, but I sure am
using the final bits.

The thing with Firefox is that it, just like with any previous verions of
ClickOnce, doesn't recognize the application/x-ms-application. Because of
that, it asks the user to download the (whatever).application file instead
of running it. For some reason, Firefox is unable to retrieve the needed
files back from the site and the application's startup will fail with a
File-Not-Find-like error log.

I was wondering if there's any site out there hosting a working version of
ClickOnce which doesn't have the issues I've mentioned with Firefox.

I would appreciate any further comments or tips.

Thanks,

Carlos Mendonça

"Patrice" <http://www.chez.com/scribe/wrote in message
news:eH**************@TK2MSFTNGP02.phx.gbl...
>Well, you could perhaps be a bit more specific about the problem you have
so that we can try to repro (I saw someone saying it was working fine for
them with FireFox 2 and IE). Also what is the FF version you are using ?

Also do you mention the "Orcas" code name on purpose ? (ie. are you using
VS 2008 or do you still use a beta release ?)

--
Patrice

"Carlos Mendonça" <ca*************@locaweb.com.bra écrit dans le
message de news: %2****************@TK2MSFTNGP02.phx.gbl...
>>Has anyone managed to get ClickOnce to work with Firefox? It seems to me
that it still has the same issues VS 2K5 had.

I appreciate any comments or tips.


Feb 13 '08 #7
This article is from 2006, and is true when using VS2005. If you are using
VS2008, it should deploy just fine for Firefox.

RobinS.
GoldMail, Inc.
---------------------------------------
"Patrice" <http://www.chez.com/scribe/wrote in message
news:eK**************@TK2MSFTNGP06.phx.gbl...
It looks like what is described at :
http://blogs.msdn.com/saurabh/archiv...02/541988.aspx

Not sure if it is supposed to have been updated in .NET 3.5 (are you using
3.5 or 2.0 ?)

--
Patrice

"Carlos Mendonça" <ca*************@locaweb.com.bra écrit dans le message
de news: uX**************@TK2MSFTNGP03.phx.gbl...
>Thanks, Mike! Unfortunately, that's not the issue. I'm sending the user
to the publish.htm page. By using FF 2.0, it will provide both the
"Lauch" link which directs the user to the .application file and the
"Setup" button which directs the user to the setup.exe file. Since the
system has all dependencies installed (it works on IE), clicking the
Launch link should work fine, but the all I get is the exact same
behavior seen in VS 2K5's ClickOnce: FF doesn't recognize the extension,
prompts me to either Save or Cancel (the download), I click Save and then
Run. It will start the installation but will eventually fail.

Interestinly, I've tested this scenario in Windows 2000, XP and Vista
machines and it only worked on XP machines. I wonder if this is and issue
with Windows rather than with FF. All of them were running the same FF
version and administrator users.

"Mike {0A6FF490-CF84-4d78-BD85-FF011A0C310C}" <Te*****@michaelsattic.com>
wrote in message
news:15**********************************@s37g200 0prg.googlegroups.com...
Are you trying to send the user's directly to the *.application file
via a link? Or are you sending them to the publish.htm file that got
generated during the Click-Once publish? FF 2.0 should work fine with
the publish.htm file. That file has logic in it to test what browser
you're using and provides a slightly different UI (that works) with
FireFox. BUT, if you're sending the user a link directly to the
*.application file, you're going to have exactly the problem you
describe with FireFox.

Note that a link directly to the *.application file *is* required if
your application expects to receive parameters on the query string and
in that case FireFox will not work. But, if your application does NOT
receive any query string parameters from the browser, then just send
the users to the publish.htm file.

Does that help?

--------------------------
Owner/Operator of
www.MichaelsAttic.com
On Feb 11, 1:21 pm, "Carlos Mendonça" <carlos.mendo...@locaweb.com.br>
wrote:
>>Dear Patrice, thanks for the answer. I'm sorry for not having provided a
more thorough description of the problem earlier. I mentioned "Orcas"
because some people still refer to it by it's codename, but I sure am
using
the final bits.

The thing with Firefox is that it, just like with any previous verions
of
ClickOnce, doesn't recognize the application/x-ms-application. Because
of
that, it asks the user to download the (whatever).application file
instead
of running it. For some reason, Firefox is unable to retrieve the needed
files back from the site and the application's startup will fail with a
File-Not-Find-like error log.

I was wondering if there's any site out there hosting a working version
of
ClickOnce which doesn't have the issues I've mentioned with Firefox.

I would appreciate any further comments or tips.

Thanks,

Carlos Mendonça

"Patrice" <http://www.chez.com/scribe/wrote in message

news:eH**************@TK2MSFTNGP02.phx.gbl...

Well, you could perhaps be a bit more specific about the problem you
have
so that we can try to repro (I saw someone saying it was working fine
for
them with FireFox 2 and IE). Also what is the FF version you are using
?

Also do you mention the "Orcas" code name on purpose ? (ie. are you
using
VS 2008 or do you still use a beta release ?)

--
Patrice

"Carlos Mendonça" <carlos.mendo...@locaweb.com.bra écrit dans le
message
denews:
%23LvpgtLbIHA.3__BEGIN_MASK_n#9g02mG7!__...__**** ******************@TK2MSFTNGP02.phx.gbl...
Has anyone managed to get ClickOnce to work with Firefox? It seems to
me
that it still has the same issues VS 2K5 had.

I appreciate any comments or tips.- Hide quoted text -

- Show quoted text -


Feb 13 '08 #8

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

Similar topics

1
by: Lior Bobrov | last post by:
Hi . Due to Microsoft's roadmap for years 2004-2005 , Visual Studio codenamed "Orcas" should be released in 2005 . But , as we know , Visual Studio codenamed "Whidbey" (which was originally...
3
by: Edwin Smith | last post by:
I have a 2 form project in VS2005 that now hangs whenever I try to do anything with the second form. This seems to have started when I added some SQL tables from a Pervasive v.9 database using the...
5
by: nhmark64 | last post by:
Hi, What is the relationship between "Microsoft .NET Framework 3.5 – Beta 1" and "Visual Studio Code Name "Orcas" Beta 1"? Should I install 1 first than the other, or just 1? I need to start...
4
by: =?Utf-8?B?ZGF2aWQ=?= | last post by:
We have to upgrade our Visual Studio .NET 2003 enterprise edition to .NET 2005. However, there is no enterprise edition for Visual Studio .NET 2005. There are 4 versions available for visual...
6
by: =?Utf-8?B?R2Vvcmdl?= | last post by:
Hello everyone, If I am using Visual Studio 2005 to build a C# Class Library (COM), it is as default dependent on .Net Runtime Framework 2.0 when running? If I am using Visual Studio 2003 to...
24
by: JJ | last post by:
I see the new software is 'RTM' but what does that mean in terms of when we can actually purchase it? Thanks, JJ
9
by: Mohamed Mansour | last post by:
Hello, Last week I downloaded Microsoft Visual Studio 2008 Team Suite edition from MSDN Subscriptions, and I could create working WPF Applications. Today, I am fooling around with WPF again...
10
by: =?Utf-8?B?V2VuZHkgRWxpemFiZXRo?= | last post by:
Questions about creating an .net ‘executable’ 2005 that will not remained installed once a user enters some data into the application. I also want this applcation to not require any previous...
3
by: Johnson | last post by:
I'm not sure if this is an IIS 5.1 issue or ASP.NET issue, or Visual Studio 2008 issue -- thus posting to 3 groups. Please don't be offended. The problem I'm encountering is that Visual Studio...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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...

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.