简体   繁体   中英

Xamarin forms : Prism framework FileNotFoundException - Prism.Forms

I am trying to develop xamarin forms with PRISM framework. I added prism.core, prism.forms, prism.unity.forms in all projects. When I run it I am getting the following error in iOS Project

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

When i download n run sample xamarin forms with prism framework, i am able to. Can anyone guide me or help me resolve this issue ?

Thanks.

The error says that the reference isn't added. I would double check. The easiest way to get started is to use the Prism Template Pack

https://visualstudiogallery.msdn.microsoft.com/e7b6bde2-ba59-43dd-9d14-58409940ffa0

Then use the File -> New -> Prism Unity App project template. It will create the entire project ready to go for you.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM