I’m within the technique of changing my Xamarin IOS app to Maui and am having matches with the error described above. There’s nothing pointing to something that’s serving to me. I’ve searched and discover nothing associated to a venture file, csproj. I get 2 errors on my venture file and a pair of on CSC which I do not know what which means. I’ve tried taking parts out of my venture file to slim down the place the error may be coming from however that isn’t serving to. I’m not positive what to do.
Listed below are the errors.
I discover completely nothing in my venture file that appears unhealthy and I’ve searched by means of every considered one of my Xaml file in my venture and discover nothing mistaken with them both. I even put my venture file by means of an xml validator and the xml is legitimate. As this has to do with my venture file and nothing to do with code, the opposite posts I’ve discovered don’t assist me. And on prime of that, can somebody please inform me the place I discover the issue famous as CSC. Right here is my .csproj file. This was my Xamarin kinds venture which has now been transformed to Maui… not less than I believe it has
<Venture Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configurations>Debug;Launch;Advert-Hoc;AppStore</Configurations>
<TargetFrameworks>net7.0-ios;net7.0-maccatalyst</TargetFrameworks>
<UseMaui>True</UseMaui>
<OutputType>Library</OutputType>
<ImplicitUsings>allow</ImplicitUsings>
<SingleProject>true</SingleProject>
</PropertyGroup>
<ItemGroup>
<Compile Take away="DataAccessInterfaces**" />
<Compile Take away="Mannequin**" />
<Compile Take away="ResourceDictionary**" />
<EmbeddedResource Take away="DataAccessInterfaces**" />
<EmbeddedResource Take away="Mannequin**" />
<EmbeddedResource Take away="ResourceDictionary**" />
<None Take away="DataAccessInterfaces**" />
<None Take away="Mannequin**" />
<None Take away="ResourceDictionary**" />
</ItemGroup>
<ItemGroup>
<Compile Take away="DataAccessMileageView.cs" />
<Compile Take away="InterfacesIiCloud.cs" />
<Compile Take away="PopupPage.xaml.cs" />
<Compile Take away="UtilitiesAutoPicker.cs" />
<Compile Take away="UtilitiesCloudViewController.cs" />
<Compile Take away="UtilitiesiCloud.cs" />
<Compile Take away="UtilitiesPickerModule.cs" />
<Compile Take away="UtilitiesPullToRefreshListView.cs" />
<Compile Take away="UtilitiesRefreshControl.cs" />
<Compile Take away="UtilitiesRefreshListVIew.cs" />
<Compile Take away="ViewControllersInterface.cs" />
<Compile Take away="ViewsEditMileage.xaml.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Take away="App.xaml" />
<EmbeddedResource Take away="MainPage.xaml" />
<EmbeddedResource Take away="PopupPage.xaml" />
<EmbeddedResource Take away="ViewsEditMileage.xaml" />
<EmbeddedResource Take away="ViewsEnterCar.xaml" />
<EmbeddedResource Take away="ViewsEnterMileage.xaml" />
<EmbeddedResource Take away="ViewsHelpMenu.xaml" />
<EmbeddedResource Take away="ViewsHelpPagesEnterMileage.xaml" />
<EmbeddedResource Take away="ViewsHelpPagesViewMileage.xaml" />
<EmbeddedResource Take away="ViewsiCloud.xaml" />
<EmbeddedResource Take away="ViewsiCloudRestore.xaml" />
<EmbeddedResource Take away="ViewsNote.xaml" />
<EmbeddedResource Take away="ViewsSummaryMileage.xaml" />
<EmbeddedResource Take away="ViewsTotalStats.xaml" />
<EmbeddedResource Take away="ViewsUpdateCars.xaml" />
<EmbeddedResource Take away="ViewsViewMileage.xaml" />
<EmbeddedResource Take away="ViewsViewMileageDetail.xaml" />
</ItemGroup>
<ItemGroup>
<None Take away="CroppedEnterCar.png" />
<None Take away="CroppedEnterMileage.png" />
<None Take away="CroppediCloud.png" />
<None Take away="CroppedMainMenu.png" />
<None Take away="CroppedMileageSummary.png" />
<None Take away="CroppedNewEnterCar.png" />
<None Take away="CroppedTotals.png" />
<None Take away="CroppedUpdateCar.png" />
<None Take away="CroppedUpdateMileage.png" />
<None Take away="CroppedViewMileage.png" />
<None Take away="ViewMileage.PNG" />
</ItemGroup>
<ItemGroup>
<MauiImage Embrace="Imagescroppedicloud.png" />
<MauiImage Embrace="Imagescroppedupdatemileage.png" />
<MauiImage Embrace="Imagescroppedentercar.png" />
<MauiImage Embrace="Imagescroppedentermileage.png" />
<MauiImage Embrace="Imagescroppedmainmenu.png" />
<MauiImage Embrace="Imagescroppedmileagesummary.png" />
<MauiImage Embrace="Imagescroppedtotals.png" />
<MauiImage Embrace="Imagescroppedupdatecar.png" />
<MauiImage Embrace="Imagescroppedviewmileage.png" />
<EmbeddedResource Embrace="ViewMileage.PNG" />
</ItemGroup>
<ItemGroup>
<PackageReference Embrace="Microsoft.EntityFrameworkCore" Model="7.0.10" />
<PackageReference Embrace="Refractored.MvvmHelpers" Model="1.6.2" />
<PackageReference Embrace="sqlite-net-pcl" Model="1.8.116" />
<PackageReference Embrace="Microsoft.AppCenter" Model="5.0.2" />
<PackageReference Embrace="Microsoft.AppCenter.Crashes" Model="5.0.2" />
</ItemGroup>
<ItemGroup>
<Compile Replace="ViewsNote.xaml.cs">
<DependentUpon>Observe.xaml</DependentUpon>
</Compile>
<Compile Replace="ViewsHelpMenu.xaml.cs">
<DependentUpon>HelpMenu.xaml</DependentUpon>
</Compile>
<Compile Replace="ViewsHelpPagesUpdateCar.xaml.cs">
<DependentUpon>%(Filename)</DependentUpon>
</Compile>
<Compile Replace="ViewsHelpPagesUpdateMileage.xaml.cs">
<DependentUpon>%(Filename)</DependentUpon>
</Compile>
<Compile Replace="ViewsHelpPagesEnterCar.xaml.cs">
<DependentUpon>%(Filename)</DependentUpon>
</Compile>
<Compile Replace="ViewsHelpPagesEnterMileage.xaml.cs">
<DependentUpon>EnterMileage.xaml</DependentUpon>
</Compile>
<Compile Replace="ViewsHelpPagesMainMenu.xaml.cs">
<DependentUpon>%(Filename)</DependentUpon>
</Compile>
<Compile Replace="ViewsHelpPagesMileageSummary.xaml.cs">
<DependentUpon>%(Filename)</DependentUpon>
</Compile>
<Compile Replace="ViewsHelpPagesTotals.xaml.cs">
<DependentUpon>%(Filename)</DependentUpon>
</Compile>
<Compile Replace="ViewsHelpPagesiCloud.cs">
<DependentUpon>%(Filename)</DependentUpon>
</Compile>
<Compile Replace="ViewsHelpPagesViewMileage.xaml.cs">
<DependentUpon>ViewMileage.xaml</DependentUpon>
</Compile>
<Compile Replace="ViewsiCloud.xaml.cs">
<DependentUpon>iCloud.xaml</DependentUpon>
</Compile>
<Compile Replace="ViewsTotalStats.xaml.cs">
<DependentUpon>TotalStats.xaml</DependentUpon>
</Compile>
<Compile Replace="ViewsiCloudRestore.xaml.cs">
<DependentUpon>iCloudRestore.xaml</DependentUpon>
</Compile>
<Compile Replace="ViewsUpdateCars.xaml.cs">
<DependentUpon>UpdateCars.xaml</DependentUpon>
</Compile>
<Compile Replace="ViewsEnterCar.xaml.cs">
<DependentUpon>EnterCar.xaml</DependentUpon>
</Compile>
<Compile Replace="ViewsSummaryMileage.xaml.cs">
<DependentUpon>SummaryMileage.xaml</DependentUpon>
</Compile>
<Compile Replace="ViewsViewMileageDetail.xaml.cs">
<DependentUpon>ViewMileageDetail.xaml</DependentUpon>
</Compile>
<Compile Replace="ViewsViewMileage.xaml.cs">
<DependentUpon>ViewMileage.xaml</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<MauiXaml Replace="ViewsEditMileage.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</MauiXaml>
<MauiXaml Replace="ViewsEnterCar.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</MauiXaml>
<MauiXaml Replace="ViewsEnterMileage.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</MauiXaml>
<MauiXaml Replace="ViewsHelpMenu.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</MauiXaml>
<MauiXaml Replace="ViewsiCloud.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</MauiXaml>
<MauiXaml Replace="ViewsiCloudRestore.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</MauiXaml>
<MauiXaml Replace="ViewsNote.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</MauiXaml>
<MauiXaml Replace="ViewsSummaryMileage.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</MauiXaml>
<MauiXaml Replace="ViewsTotalStats.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</MauiXaml>
<MauiXaml Replace="ViewsUpdateCars.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</MauiXaml>
<MauiXaml Replace="ViewsViewMileage.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</MauiXaml>
<MauiXaml Replace="ViewsViewMileageDetail.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</MauiXaml>
</ItemGroup>
<ItemGroup>
<Folder Embrace="PropertiesPublishProfiles" />
</ItemGroup>
<ItemGroup>
<MauiXaml Embrace="ViewsEditMileage.xaml.cs">
<DependentUpon>EditMileage.xaml</DependentUpon>
</MauiXaml>
</ItemGroup>
<Goal BeforeTargets="_CheckForTransitiveWindowsDesktopDependencies" Title="_FixStupidSdkError_NETSDK1136">
<ItemGroup>
<TransitiveFrameworkReference Take away="Microsoft.WindowsDesktop.App" />
<TransitiveFrameworkReference Take away="Microsoft.WindowsDesktop.App.WPF" />
<TransitiveFrameworkReference Take away="Microsoft.WindowsDesktop.App.WindowsForms" />
<TransitiveFrameworkReference Take away="Microsoft.Extensions.Configuration.Abstractions" />
<TransitiveFrameworkReference Take away="Microsoft.Extensions.DependencyInjection.Abstractions" />
<TransitiveFrameworkReference Take away="Microsoft.Extensions.Choices" />
<TransitiveFrameworkReference Take away="Microsoft.Extensions.Primitives" />
<TransitiveFrameworkReference Take away="Microsoft.AspNet.WebApi" />
</ItemGroup>
</Goal>
</Venture>`
Any assist can be vastly appreciated. Thanks a lot!