473,569 Members | 2,772 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2530
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.b ra écrit dans le message
de news: %2************* ***@TK2MSFTNGP0 2.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).appl ication 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******** ******@TK2MSFTN GP02.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.b ra écrit dans le message
de news: %2************* ***@TK2MSFTNGP0 2.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.b r>
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).appl ication 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******** ******@TK2MSFTN GP02.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.b ra écrit dans le message
denews: %23LvpgtLbIHA.3 __BEGIN_MASK_n# 9g02mG7!__...__ *************** *******@TK2MSFT NGP02.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*****@michae lsattic.com>
wrote in message
news:15******** *************** ***********@s37 g2000prg.google groups.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.b r>
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).appl ication 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******** ******@TK2MSFTN GP02.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.b ra écrit dans le
message
denews:
%23LvpgtLbIHA.3 __BEGIN_MASK_n# 9g02mG7!__...__ *************** *******@TK2MSFT NGP02.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.b ra é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*****@michae lsattic.com>
wrote in message
news:15******** *************** ***********@s37 g2000prg.google groups.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.b r>
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).appl ication 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******* *******@TK2MSFT NGP02.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.b ra écrit dans le
message
denews:
%23LvpgtLbIHA.3 __BEGIN_MASK_n# 9g02mG7!__...__ *************** *******@TK2MSFT NGP02.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.b rwrote in message
news:uU******** ******@TK2MSFTN GP05.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).appl ication 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******** ******@TK2MSFTN GP02.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.b ra écrit dans le
message de news: %2************* ***@TK2MSFTNGP0 2.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******** ******@TK2MSFTN GP06.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.b ra é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*****@michae lsattic.com>
wrote in message
news:15******* *************** ************@s3 7g2000prg.googl egroups.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
*.applicatio n 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.b r>
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).appl ication 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****** ********@TK2MSF TNGP02.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.b ra écrit dans le
message
denews:
%23LvpgtLbIHA. 3__BEGIN_MASK_n #9g02mG7!__..._ _************** ********@TK2MSF TNGP02.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
1512
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 planned to be released in 2004) will be released in 2005 . In addition , it was written in the MS Roadmap document that Visual Studio "Orcas" will...
3
6046
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 Pervasive ODBC driver. The devenv.exe process hangs and will not respond with about 50% cpu usage and about 100 megs of memory used. I am...
5
1885
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 a C# LINQ project for my job. Thanks, Mark
4
1914
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 studio team edition 2005, Software Architect, Software Developer, Software Tester, and Team Suite which includes all three architect, developer, and...
6
2583
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 build a C# Class Library (COM), it is as default dependent on .Net Runtime Framework 1.1 when running? How to check the .Net Framework Runtime...
24
2448
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
2432
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 "boring night :p" and I wanted to try out Microsoft Expression Blend. I said open Project, selected the WPF Project which I created in VS2008 and I...
10
1598
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 software installed on a users workstation. I basically want to setup an application for new users when they are applying for insurance. This...
3
10494
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 closes unexpectedly and without any error message being displayed, or error messages written to the system logs. Visual Studio closes when I attempt...
0
7694
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...
0
7609
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...
0
7964
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...
0
6278
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5217
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...
0
3651
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2107
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1208
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
936
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.