Locked Where is System.Windows.dll 4.0?

  • Tuesday, June 23, 2009 9:18 PM
     
     
    Installed VS2010 Beta 1 with .NET 4.0 and System.Windows.dll for 4.0 is not available.


All Replies

  • Tuesday, June 23, 2009 9:26 PM
     
     Answered

    All the classes within System.Windows.dll have been dispersed to other assemblies.  Looks like most of them have moved to  PresentationFramework.dll.


    David Morton - http://blog.davemorton.net/ - @davidmmorton - ForumsBrowser, a WPF MSDN Forums Client
    • Marked As Answer by CaryK Tuesday, June 23, 2009 9:54 PM
    •  
  • Tuesday, June 23, 2009 9:53 PM
     
     
    Yes that did it, after pulling in System.dll, PresentationCore.dll, PresentationFramework.dll and WindowsBase.dll I could run a small WPF app using F#.

    Thanks.