Uno.Samples icon indicating copy to clipboard operation
Uno.Samples copied to clipboard

[UnoSQLiteOneDriveInvoiceSample] Error coming when debugging the application

Open Darsh0307 opened this issue 9 months ago • 0 comments

Windows

Exception message:- Account.Address: At least one entity in a OneToOne relationship must have Foreign Key

Exception error:-

◢ | $exception | {"Account.Address: At least one entity in a OneToOne relationship must have Foreign Key"} | SQLiteNetExtensions.Exceptions.IncorrectRelationshipException

WASM

image

Android

1>C:\Program Files\dotnet\packs\Microsoft.Android.Sdk.Windows\34.0.95\tools\Xamarin.Android.Aapt2.targets(156,3): error APT2260: resource style/Theme.AppCompat.Light (aka com.companyname.Demo:style/Theme.AppCompat.Light) not found.
1>C:\Program Files\dotnet\packs\Microsoft.Android.Sdk.Windows\34.0.95\tools\Xamarin.Android.Aapt2.targets(156,3): error APT2260:
1>Resources\values\Styles.xml(2): error APT2260: style attribute 'attr/windowActionBar (aka com.companyname.Demo:attr/windowActionBar)' not found.
1>Resources\values\Styles.xml(2): error APT2260:
1>Resources\values\Styles.xml(2): error APT2260: style attribute 'attr/windowNoTitle (aka com.companyname.Demo:attr/windowNoTitle)' not found.
1>Resources\values\Styles.xml(2): error APT2260:
1>C:\Program Files\dotnet\packs\Microsoft.Android.Sdk.Windows\34.0.95\tools\Xamarin.Android.Aapt2.targets(156,3): error APT2260: resource style/Theme.AppCompat (aka com.companyname.Demo:style/Theme.AppCompat) not found.
1>C:\Program Files\dotnet\packs\Microsoft.Android.Sdk.Windows\34.0.95\tools\Xamarin.Android.Aapt2.targets(156,3): error APT2260:
1>C:\Program Files\dotnet\packs\Microsoft.Android.Sdk.Windows\34.0.95\tools\Xamarin.Android.Aapt2.targets(156,3): error APT2062: failed linking references.
1>C:\Program Files\dotnet\packs\Microsoft.Android.Sdk.Windows\34.0.95\tools\Xamarin.Android.Aapt2.targets(156,3): error APT2062:
1>Done building project "Demo.Mobile.csproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
========== Build completed at 12:44 PM and took 39.289 seconds ==========
========== Deploy: 0 succeeded, 0 failed, 0 skipped ==========
========== Deploy completed at 12:44 PM and took 39.289 seconds ==========

Darsh0307 avatar May 23 '24 16:05 Darsh0307