Giter Site home page Giter Site logo

vyara / samples.xamarin.forms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from samples-playgrounds/samples.xamarin.forms

0.0 3.0 0.0 76.32 MB

Samples.Xamarin.Forms

License: MIT License

BitBake 0.22% C# 99.30% CSS 0.02% Batchfile 0.01% Shell 0.26% PostScript 0.19%

samples.xamarin.forms's Introduction

quickui-beta

QuickUI Beta User Demo Apps

Issues

Windows Phone

Error

` Error 5 The OutputPath property is not set for project 'ControlsViews.csproj'.
Please check to make sure that you have specified a valid combination of Configuration and Platform for this project. Configuration='Debug' Platform='x86'. This error may also appear if some other project is trying to follow a project-to-project reference to this project, this project has been unloaded or is not included in the solution, and the referencing project does not build using the same or an equivalent Configuration or Platform. C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets 617 5 ControlsViews.WinPhone

`

Analysis

ControlsViews.WinPhone was unloaded because of editing. Reload project

Failed Navigation

Exception in RootFrame_NavigationFailed

private void RootFrame_NavigationFailed(object sender, NavigationFailedEventArgs e)
	{
		if (Debugger.IsAttached)
		{
			// A navigation has failed; break into the debugger
			Debugger.Break();
		}
	}
Analysis

Exception data:

` sender = {System.Windows.Navigation.NavigationService}

NavigationFailedEventArgs e = 

	Exception: {System.Reflection.TargetInvocationException: 
	Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: 
	Could not load file or assembly 'Xamarin.Forms.Core, Version=1.2.2.0, Culture=neutral, PublicKeyToken=null' 
	or one of its dependencies. 
	The located assembly's manifest definition does not match the assembly reference. 
	(Exception from HRESULT: 0x80131040)
		at Layouts.WinPhone.MainPage..ctor()
		--- End of inner exception stack trace ---
		at System.Windows.Navigation.PageResourceContentLoader.EndLoad(IAsyncResult asyncResult)
		at System.Windows.Navigation.NavigationService.ContentLoader_BeginLoad_Callback(IAsyncResult result)}

InnerException

	Could not load file or assembly 'Xamarin.Forms.Core, Version=1.2.2.0, Culture=neutral, PublicKeyToken=null' 
	or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. 
	(Exception from HRESULT: 0x80131040)  

`

[Re]Solution
  1. Check latest Xamarin forms version in packages/ folder (NuGet)
  2. Use latest version in all csproj files (Windows Phone expecially)
    1. edit all csproj files by replacing in paths ....\packages\Xamarin.Forms.1.0.6186\ with ....\packages\Xamarin.Forms.1.2.2.6243\

samples.xamarin.forms's People

Contributors

moljac avatar

Watchers

James Cloos avatar Vyara Hristova avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.