Skip to content

System.IO.FileNotFoundException #8

@JarJarBinkz

Description

@JarJarBinkz

The following xaml code I get an error message.

<?xml version="1.0" encoding="utf-8" ?>
<CarouselPage xmlns="http://xamarin.com/schemas/2014/forms"'
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:prism="clr-namespace:Prism.Mvvm;assembly=Prism.Forms"
prism:ViewModelLocator.AutowireViewModel="True"
x:Class="MainPage"
x:Name="MainPageForm">
<ContentPage>
<Label>Year</Label>
</ContentPage>
<ContentPage>
<Label>Year2</Label>
</ContentPage>
</CarouselPage>

System.IO.FileNotFoundException: Could not load file or assembly 'Prism.Forms' or one of its dependencies.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions