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