UIP Application Block in .NET 4
Asked Answered
S

1

0

I am involved in migrating a legacy application built in .NET 1.1 to .NET 4.

Is UIP (User Interface Process) still available in the latest released of EnLib 5? If no, what are my options?

Regards, Karan Misra

Selfregard answered 18/10, 2010 at 12:19 Comment(5)
The exact exeception I am getting is: "Wildcard '##any' allows element 'statePersistenceProvider', and causes the content model to become ambiguous. A content model must be formed such that during validation of an element information item sequence, the particle contained directly, indirectly or implicitly therein with which to attempt to validate each item in the sequence in turn can be uniquely determined without examining the content or attributes of that item, and without any information about the items in the remainder of the sequence." I am going to investigate it now myself as well.Selfregard
acronym police what UIT?Originality
Sorry about that. Meant to write UIP.Selfregard
what approach did you end up using? I am faced with a similar problem. As far as I am aware, UIP is not supported in .NET > 2.0Audacious
In case it matters to anyone anymore, I find myself maintaining a .NET 4.7.2 application that uses the User Interface Process (UIP) Application Block version 2. Not sure whether or how that relates to the OP's EnLib 5, which I presume is EntLib 5. So, yes to UIP Application Block in .NET 4.Unloosen
B
2

Assuming you are talking (as in the Title of your question) about the User Interface Process Application Block, there have been no new official releases since 2004, as you can read here.

The options you are talking about really depend on the usage UIP was given. Take into account that there is no "easy/fast option" (and I really mean that), as other assets you will find will probably do things very different to UIP.

As the goal of UIP was mainly to provide a frame in which "navigation-like" applications could be created, you could use WWF. Other assets p&p created for decoupled applications are SCSF, WCSF and more recently Prism.

Butcher answered 18/10, 2010 at 13:43 Comment(4)
Is it possible to use use the latest available version of UIP in .NET 4?Selfregard
I have never tried that. You would have to migrate the blocks and check for yourself. If you have the chance I would still recommend using one of the newer assetsButcher
I would also prefer doing the same. But I have to be sensitive to the client's budget.Selfregard
@DamianSchenkelman I hate to say it, but the first link you posted is now dead. Which sadly has been the case for most of the UIPAB articles I come across.Pester

© 2022 - 2024 — McMap. All rights reserved.