티스토리 뷰
Uno Platform
Unexpected 'NONE' in parse rule 'Element ::= . EmptyElement | ( StartElement ElementBody ).'
kaki104 2021. 10. 5. 16:05반응형
오류 내용 :
Unexpected 'NONE' in parse rule 'Element ::= . EmptyElement | ( StartElement ElementBody ).'
Uno의 경우 빌드가 잘되다가 갑자기 오류가 발생하는 경우가 좀 많이 있습니다.
그래서 그런 오류가 발생할때마다 해결 방법을 하나씩 정리하도록 하겠습니다.
네임스페이스 not_ios는 xmlns의 내용과 동일하기 때문에, not_ios를 mc:Ignorable="d not_ios ios wasm android" 와 같이 사용하면 위의 오류를 발생 시킵니다. ㅜㅜ 작성해 놓은 코드 다 지웠어요..쿨럭
<Page
x:Class="BlankPrismUno.Shared.Views.Shell"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:android="http://uno.ui/android"
xmlns:behaviors="using:BlankPrismUno.Shared.Behaviors"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:i="using:Microsoft.Xaml.Interactivity"
xmlns:ic="using:Microsoft.Xaml.Interactions.Core"
xmlns:ios="http:/uno.ui/ios"
xmlns:local="using:BlankPrismUno.Shared.Views"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:not_ios="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:prismMvvm="using:Prism.Mvvm"
xmlns:prismRegions="using:Prism.Regions"
xmlns:wasm="http://uno.ui/wasm"
d:DesignHeight="400"
d:DesignWidth="600"
prismMvvm:ViewModelLocator.AutowireViewModel="True"
mc:Ignorable="d ios wasm android">
<i:Interaction.Behaviors>
<ic:EventTriggerBehavior EventName="Loaded">
<ic:InvokeCommandAction Command="{Binding LoadedCommand}" />
</ic:EventTriggerBehavior>
</i:Interaction.Behaviors>
<Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
<ContentControl
HorizontalContentAlignment="Stretch"
VerticalContentAlignment="Stretch"
ios:Padding="10,20,0,0"
not_ios:Padding="10,0,0,0"
prismRegions:RegionManager.RegionName="ContentRegion" />
</Grid>
</Page>
반응형
'Uno Platform' 카테고리의 다른 글
Mono.Btls.MonoBtlsException: Ssl error:1000007d:SSL routines:OPENSSL_internal:CERTIFICATE_VERIFY_FAILED (0) | 2021.10.15 |
---|---|
목록 데이터를 ListView와 ComboBox에서 사용하기 Part1 (0) | 2021.10.08 |
Prism Uno 템플릿 프로젝트 오류 수정(Fix Prism Uno Template Error) (0) | 2021.09.20 |
Uno Platform 정식 책 출판 (0) | 2021.09.15 |
무료 eBook - Uno Platform Succinctly (0) | 2021.09.14 |
댓글
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- PRISM
- dotNETconf
- XAML
- uno-platform
- #Windows Template Studio
- windows 11
- Cross-platform
- ef core
- Visual Studio 2022
- Build 2016
- kiosk
- Always Encrypted
- Behavior
- uno platform
- UWP
- Windows 10
- .net 5.0
- ComboBox
- C#
- #MVVM
- LINQ
- MVVM
- #uwp
- Microsoft
- #prism
- IOT
- visual studio 2019
- .net
- Bot Framework
- WPF
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함