CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2007
    Posts
    119

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

    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

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

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

    I googled it, and seemed to find the answer, strange...

    Anyways, it seems as if the Windowsbase.dll forms part of the .NET Framework 3.0 - well, it gets installed with it.
    Also, if you install the Visual Studio 2005 extensions for .NET Framework 3.0 (Windows Workflow Foundation) you'd be able to utilise it.

    This dll is mainly used to host the System.IO.Packaging Api

    I hope my info was useful.

  3. #3
    Join Date
    Feb 2007
    Posts
    119

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

    Thanks.

  4. #4
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

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

    This dll hosts more than packaging and is used quite a bit in Windows Presentation Foundation.

    Open the dll in Reflector to see what all it hosts.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured