user3113636
user3113636

Reputation: 91

Visual editing XAML-files in Xamarin projects. Visual Studio 2012

I have in my Xamarin project several xaml-files. But I can't use visual editing (designer) in Visual Studio 2012 for this files. Also available Intellisense in the editor xaml-code.

Does anyone know how to fix this problem?

Thanks!

Example error: enter image description here

Upvotes: 2

Views: 1371

Answers (1)

Tok'
Tok'

Reputation: 572

XAML files are not supported by Xamarin Studio and are used by Windows Presentation Foundation projects in Visual Studio.

If you are writing an Android application, I think you want .axml files (notice the a before x), that is a file designing a layout for Android in XML format. Xamarin Studio is able to edit axml files.

Upvotes: 2

Related Questions