I have this visual studio solution estructure
- AppLogic (PCL)
- App.Forms (project with XAML)
App.Forms reference AppLogic
Now i am using Xamarin Forms nuget package 1.4.3.6376, in this version everything works fine.
When i update for the latest version of nuget packages, i am having the following error.
-InitializeComponent() does not exists in current context.
if i make any change in XAML, the problem with InitializeComponent() disappears but my project does not recognize reference to App.Logic.
if i remove the reference and added again the problem with -InitializeComponent() comes again.
this problem occurs both in VS 2013 and VS 2015
Now i am stuck in 1.4.3.6376 because is the latest version that everything works fine.
Someone have any solution for this problem.
Thanks