conceptdev / xamarin-forms-samples

Samples that use Xamarin.Forms (http://xamarin.com/forms)
MIT License
472 stars 659 forks source link

[resx] build error #3

Closed bootstraponline closed 9 years ago

bootstraponline commented 10 years ago

The TodoL10nResx sample doesn't build either. I've had no problem building samples from xamarin/xamarin-forms-samples.

Error: /xamarin-forms-samples/TodoL10nResx/PCL/Todo/TodoL10nResx.csproj: /xamarin-forms-samples/TodoL10nResx/PCL/Todo/TodoL10nResx.csproj could not import "../packages/Xamarin.Forms.1.1.0.6202/build/portable-win+net45+wp80+MonoAndroid10+MonoTouch10/Xamarin.Forms.targets" (TodoL10nResx)

conceptdev commented 9 years ago

This was usually due to old/incorrect nuget references not being removed from the .csproj when the Xamarin.Forms NuGet was updated. Hopefully fixed now, or you can manually delete the older NuGet references by editing the .csproj xml directly.