Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. .net framework automatic update?

.net framework automatic update?

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpdotnetquestionannouncement
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    divyesh1432
    wrote on last edited by
    #1

    Hi, How does .net framework automatic updates? Does windows update actually checks/updates .net framework or any .net application actually check any checks/updates? I have .net application hosted via click once. On certain sites, the application is using lots of bandwidths (I guess it might checks for any updates!). Thanks, Divyesh

    A H L 3 Replies Last reply
    0
    • D divyesh1432

      Hi, How does .net framework automatic updates? Does windows update actually checks/updates .net framework or any .net application actually check any checks/updates? I have .net application hosted via click once. On certain sites, the application is using lots of bandwidths (I guess it might checks for any updates!). Thanks, Divyesh

      A Offline
      A Offline
      Abhinav S
      wrote on last edited by
      #2

      divyesh1432 wrote:

      How does .net framework automatic updates?

      If configured, Windows Update will do the framework updates for you.

      My signature "sucks" today

      1 Reply Last reply
      0
      • D divyesh1432

        Hi, How does .net framework automatic updates? Does windows update actually checks/updates .net framework or any .net application actually check any checks/updates? I have .net application hosted via click once. On certain sites, the application is using lots of bandwidths (I guess it might checks for any updates!). Thanks, Divyesh

        H Offline
        H Offline
        Henry Minute
        wrote on last edited by
        #3

        divyesh1432 wrote:

        I have .net application hosted via click once. On certain sites, the application is using lots of bandwidths (I guess it might checks for any updates!).

        Unless you specifically programmed your application to check for updates this is very unlikely to be the cause of the high bandwidth. Also, as far as I know, the .NET Framework is incapable of checking for updates. Windows itself does the checking. So any high bandwidth usage in your application is due to the way it has been coded.

        Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” Why do programmers often confuse Halloween and Christmas? - Because 31 Oct = 25 Dec. Business Myths of the Geek #4 'What you think matters.'

        1 Reply Last reply
        0
        • D divyesh1432

          Hi, How does .net framework automatic updates? Does windows update actually checks/updates .net framework or any .net application actually check any checks/updates? I have .net application hosted via click once. On certain sites, the application is using lots of bandwidths (I guess it might checks for any updates!). Thanks, Divyesh

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          Are you talking about the updates of your application, or the .NET updates? If it's the application, ClickOnce increments version numbers and they can pile up in the ".\ProjectName\publish\Application Files" folder. As the user can only roll-back one level you should make sure only the latest version and the one previous one are in that folder.

          D 1 Reply Last reply
          0
          • L Lost User

            Are you talking about the updates of your application, or the .NET updates? If it's the application, ClickOnce increments version numbers and they can pile up in the ".\ProjectName\publish\Application Files" folder. As the user can only roll-back one level you should make sure only the latest version and the one previous one are in that folder.

            D Offline
            D Offline
            divyesh1432
            wrote on last edited by
            #5

            I am talking about .net framework updates! And one question about click once, it shows me one year validity of the license when you publish your application. After one year I think we need to create another certificate. In that case how can we publish new version. Is there any licensing policy with microsoft that can extend the expiry of that certificate? Thanks, Divyesh

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups