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. Is “windowsbase.dll” part of any of the version of .net framework

Is “windowsbase.dll” part of any of the version of .net framework

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpdotnetquestionannouncement
12 Posts 5 Posters 16 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.
  • M Offline
    M Offline
    Mushtaque Nizamani
    wrote on last edited by
    #1

    Hi, Is “windowsbase.dll” part of any of the version of .net framework? I have googled it lot but unable to find proper answer, can anyone please tell me about that.

    Thanks, Mushq

    M D 2 Replies Last reply
    0
    • M Mushtaque Nizamani

      Hi, Is “windowsbase.dll” part of any of the version of .net framework? I have googled it lot but unable to find proper answer, can anyone please tell me about that.

      Thanks, Mushq

      M Offline
      M Offline
      Mark Salsbery
      wrote on last edited by
      #2

      It looks like .NET 3.0+ as far as I can tell.

      Mark Salsbery Microsoft MVP - Visual C++ :java:

      M 1 Reply Last reply
      0
      • M Mushtaque Nizamani

        Hi, Is “windowsbase.dll” part of any of the version of .net framework? I have googled it lot but unable to find proper answer, can anyone please tell me about that.

        Thanks, Mushq

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        It's .NET 3.0 and above. Why would you need to reference this .DLL anyway??

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007, 2008

        M M 2 Replies Last reply
        0
        • D Dave Kreskowiak

          It's .NET 3.0 and above. Why would you need to reference this .DLL anyway??

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
               2006, 2007, 2008

          M Offline
          M Offline
          Mark Salsbery
          wrote on last edited by
          #4

          All my WPF apps reference it :)

          Mark Salsbery Microsoft MVP - Visual C++ :java:

          D 1 Reply Last reply
          0
          • M Mark Salsbery

            All my WPF apps reference it :)

            Mark Salsbery Microsoft MVP - Visual C++ :java:

            D Offline
            D Offline
            Dave Kreskowiak
            wrote on last edited by
            #5

            Yeah, and it's included by default when you create a new app/control/whatever. It's kind of like settings a reference to System.dll. This makes me wonder why he's looking for it, or if he understands what it is.

            A guide to posting questions on CodeProject[^]
            Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                 2006, 2007, 2008

            P T 2 Replies Last reply
            0
            • D Dave Kreskowiak

              Yeah, and it's included by default when you create a new app/control/whatever. It's kind of like settings a reference to System.dll. This makes me wonder why he's looking for it, or if he understands what it is.

              A guide to posting questions on CodeProject[^]
              Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                   2006, 2007, 2008

              P Offline
              P Offline
              Pete OHanlon
              wrote on last edited by
              #6

              I use it in my MoXAML Power Toys add-in (in the DLL portion) because I needed access to certain WPF features in the DLL, so I had to manually add the reference to it there. The only time I could see you having to set it would be in a situation similar to this.

              Deja View - the feeling that you've seen this post before.

              My blog | My articles | MoXAML PowerToys

              1 Reply Last reply
              0
              • M Mark Salsbery

                It looks like .NET 3.0+ as far as I can tell.

                Mark Salsbery Microsoft MVP - Visual C++ :java:

                M Offline
                M Offline
                Mushtaque Nizamani
                wrote on last edited by
                #7

                Thanks. :)

                Regards, Mushq

                1 Reply Last reply
                0
                • D Dave Kreskowiak

                  It's .NET 3.0 and above. Why would you need to reference this .DLL anyway??

                  A guide to posting questions on CodeProject[^]
                  Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                       2006, 2007, 2008

                  M Offline
                  M Offline
                  Mushtaque Nizamani
                  wrote on last edited by
                  #8

                  Actually I am in setup team and we ship "windowsbase.dll" along with our product setup when we used to compile our project in VS 2005 using .net framework 2.0 but after shifting our product to VS 2008, framework 3.5 I got the task to find out whether that DLL is a part of .net framework 3.5, so that we should not ship that, that’s why I asked that question over here. Thanks for the answer.

                  Regards, Mushq

                  P 1 Reply Last reply
                  0
                  • M Mushtaque Nizamani

                    Actually I am in setup team and we ship "windowsbase.dll" along with our product setup when we used to compile our project in VS 2005 using .net framework 2.0 but after shifting our product to VS 2008, framework 3.5 I got the task to find out whether that DLL is a part of .net framework 3.5, so that we should not ship that, that’s why I asked that question over here. Thanks for the answer.

                    Regards, Mushq

                    P Offline
                    P Offline
                    Pete OHanlon
                    wrote on last edited by
                    #9

                    Mushq wrote:

                    find out whether that DLL is a part of .net framework 3.5

                    Yes it is.

                    Deja View - the feeling that you've seen this post before.

                    My blog | My articles | MoXAML PowerToys

                    M 1 Reply Last reply
                    0
                    • P Pete OHanlon

                      Mushq wrote:

                      find out whether that DLL is a part of .net framework 3.5

                      Yes it is.

                      Deja View - the feeling that you've seen this post before.

                      My blog | My articles | MoXAML PowerToys

                      M Offline
                      M Offline
                      Mushtaque Nizamani
                      wrote on last edited by
                      #10

                      Thanks too. :)

                      Regards, Mushq

                      D 1 Reply Last reply
                      0
                      • M Mushtaque Nizamani

                        Thanks too. :)

                        Regards, Mushq

                        D Offline
                        D Offline
                        Dave Kreskowiak
                        wrote on last edited by
                        #11

                        Ahh! I little more explanation of what you were doing probably would have helped. Like someone else said, it's one of the base .DLL's for WPF support in .NET, so it was a little strange that you'd be asking about just that one.

                        A guide to posting questions on CodeProject[^]
                        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                             2006, 2007, 2008

                        1 Reply Last reply
                        0
                        • D Dave Kreskowiak

                          Yeah, and it's included by default when you create a new app/control/whatever. It's kind of like settings a reference to System.dll. This makes me wonder why he's looking for it, or if he understands what it is.

                          A guide to posting questions on CodeProject[^]
                          Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                               2006, 2007, 2008

                          T Offline
                          T Offline
                          Thomas Stockwell
                          wrote on last edited by
                          #12

                          He might have just have been clueless about its purpose if he had never saw it in a project before.

                          Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my Blog

                          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