I've recently started a job with a new company. I download the code from our Repo, and it breaks at the same points on all three machines I have tried it on. Everyone else downloads it and it builds without a problem. This MAY be related to licensing (since it seems to be a forms issue, and I have had a LOT of different licenses).
Anyway, the problem happens in generated code ( InitializeComponent (); ), and it only happens for me.
We got around it last week by having me rebuild the solution from scratch and include all of the files from all of the projects. That worked fine until someone else touched the solution and the problem came right back.
Here’s a screen-shot showing the errors we get every time it shows up:
I’ve completely removed Xamarin Studio and all of it’s files and references (based on a document provided by Xamarin) and reinstalled. Exactly the same problem, and still, only with me.
If I remove this particular Xaml file from the project, it happens on another one until there are no Xaml files left in the project.
We've tried everything we can think of, so any new suggestions would be greatly appreciated!