Visual Studio 2008 (Orcas)'s ClickOnce with Firefox

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Carlos Mendonça

    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.


  • Patrice

    #2
    Re: Visual Studio 2008 (Orcas)'s ClickOnce with Firefox

    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.mendonc a@locaweb.com.b ra écrit dans le message
    de news: %23LvpgtLbIHA.3 572@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.
    >

    Comment

    • Carlos Mendonça

      #3
      Re: Visual Studio 2008 (Orcas)'s ClickOnce with Firefox

      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:eHuHlfMbIH A.4344@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.mendonc a@locaweb.com.b ra écrit dans le message
      de news: %23LvpgtLbIHA.3 572@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.
      >>
      >
      >

      Comment

      • Mike {0A6FF490-CF84-4d78-BD85-FF011A0C310C}

        #4
        Re: Visual Studio 2008 (Orcas)'s ClickOnce with Firefox

        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



        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:eHuHlfMbIH A.4344@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!__...__ END_MASK_i?a63j fAD$z__@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 -

        Comment

        • Carlos Mendonça

          #5
          Re: Visual Studio 2008 (Orcas)'s ClickOnce with Firefox

          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}" <TechGuy@michae lsattic.com>
          wrote in message
          news:157d5515-25b5-4787-b341-fbc4107f60f8@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
          *.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



          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:eHuHlfMbIH A.4344@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!__...__ END_MASK_i?a63j fAD$z__@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 -

          Comment

          • Patrice

            #6
            Re: Visual Studio 2008 (Orcas)'s ClickOnce with Firefox

            It looks like what is described at :


            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" <carlos.mendonc a@locaweb.com.b ra écrit dans le message
            de news: uXJNFRXbIHA.340 0@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}" <TechGuy@michae lsattic.com>
            wrote in message
            news:157d5515-25b5-4787-b341-fbc4107f60f8@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
            *.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

            >
            >
            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:eHuHlfMbI HA.4344@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!__...__ END_MASK_i?a63j fAD$z__@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 -
            >
            >

            Comment

            • RobinS

              #7
              Re: Visual Studio 2008 (Orcas)'s ClickOnce with Firefox

              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" <carlos.mendonc a@locaweb.com.b rwrote in message
              news:uUFWGrNbIH A.4696@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:eHuHlfMbIH A.4344@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.mendonc a@locaweb.com.b ra écrit dans le
              >message de news: %23LvpgtLbIHA.3 572@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.
              >>>
              >>
              >>
              >
              >

              Comment

              • RobinS

                #8
                Re: Visual Studio 2008 (Orcas)'s ClickOnce with Firefox

                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:eKZiSlXbIH A.4180@TK2MSFTN GP06.phx.gbl...
                It looks like what is described at :

                >
                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" <carlos.mendonc a@locaweb.com.b ra écrit dans le message
                de news: uXJNFRXbIHA.340 0@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}" <TechGuy@michae lsattic.com>
                >wrote in message
                >news:157d551 5-25b5-4787-b341-fbc4107f60f8@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:eHuHlfMb IHA.4344@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!__..._ _END_MASK_i?a63 jfAD$z__@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 -
                >>
                >>
                >
                >

                Comment

                Working...