Skip to content

Navigation Error : ArgumentException: Region with the given name is already registered: ContentRegion #3070

Answered by brianlagunas
danielnoh0514 asked this question in WPF
Discussion options

You must be logged in to vote

Hard to say without a reproduction app, this this error is telling that you have the a region with the same name of ContentRegion created twice in your app. Double check your region names and app structure. Also, you don't need to register your ReservationListingView for navigation, because it's your shell. You only register things for navigation if they will be participating in region navigation.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@danielnoh0514
Comment options

@brianlagunas
Comment options

Answer selected by danielnoh0514
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
WPF
Labels
None yet
2 participants