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. C#
  4. Microsoft.Practices.Composite.Presentation.Events

Microsoft.Practices.Composite.Presentation.Events

Scheduled Pinned Locked Moved C#
dotnetcsharpasp-nethelpquestion
3 Posts 3 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.
  • K Offline
    K Offline
    Kevin Marois
    wrote on last edited by
    #1

    I updated a project from .Net Framework 4.7 to .Net Core 6. I'm getting compilation errors saying it can't find "Microsoft.Practices.Composite.Presentation.Events" Is this depracated? Anyone know what the new namespace is? I've been Googling and can't find it.

    If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.

    D Richard DeemingR 2 Replies Last reply
    0
    • K Kevin Marois

      I updated a project from .Net Framework 4.7 to .Net Core 6. I'm getting compilation errors saying it can't find "Microsoft.Practices.Composite.Presentation.Events" Is this depracated? Anyone know what the new namespace is? I've been Googling and can't find it.

      If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.

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

      It looks like that was part of the Microsoft Patterns & Practices Enterprise library, which has been deprecated and no longer supported. I don't know of any replacement library for it.

      Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles.
      Dave Kreskowiak

      1 Reply Last reply
      0
      • K Kevin Marois

        I updated a project from .Net Framework 4.7 to .Net Core 6. I'm getting compilation errors saying it can't find "Microsoft.Practices.Composite.Presentation.Events" Is this depracated? Anyone know what the new namespace is? I've been Googling and can't find it.

        If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.

        Richard DeemingR Offline
        Richard DeemingR Offline
        Richard Deeming
        wrote on last edited by
        #3

        Looks like that library was a precursor of Prism: https://stackoverflow.com/questions/19657492/is-microsoft-practices-composite-earlier-version-of-microsoft-practices-prism[^] What's New in Prism Library 5.0 for WPF | Microsoft Learn[^] The latest version of Prism should work in .NET 6: GitHub - PrismLibrary/Prism: Prism is a framework for building loosely coupled, maintainable, and testable XAML applications in WPF, Xamarin Forms, and Uno / Win UI Applications..[^] NuGet Gallery | Prism.Wpf 8.1.97[^] However, I've never used either library, so I have no idea how easy it will be to update your application.


        "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

        "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

        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