0

I'm following this tutorial to create my first Windows app. I'm at step 3, and if I try to run the applications I get a Windows.UI.Xaml.Markup.XamlParseException here

<TextBlock x:Uid="messageLabel" x:Name="messageLabel" Text=""></TextBlock>

Since I'm not even changing the names from the guide, what is going on?

EDIT 1: Complete error message

Eccezione first-chance di tipo 'Windows.UI.Xaml.Markup.XamlParseException' in App1.exe
Informazioni WinRT: E_UNKNOWN_ERROR [Line: 12 Position: 24]
Eccezione di tipo 'Windows.UI.Xaml.Markup.XamlParseException' in App1.exe non gestita nel codice utente
Informazioni WinRT: E_UNKNOWN_ERROR [Line: 12 Position: 24]
Ulteriori informazioni: The text associated with this error code could not be found.

E_UNKNOWN_ERROR [Line: 12 Position: 24]
andrew
  • 3,879
  • 4
  • 25
  • 43
  • 1
    That line itself is fine. What else is around it? Is there a "WinRT information: Failed to create a ..." debug message that explains the parse problem? – Rob Caplan - MSFT Mar 01 '15 at 03:15
  • I've updated the question with the complete error message :/ – andrew Mar 01 '15 at 12:30
  • Is that line 12? Mind just showing everything you got on that view so far? – Chris W. Mar 02 '15 at 17:14
  • Ok solved. Visual Studio is in italian so I tried to create also resources for it-IT and works now. Does it mean I have to specify every language of every country I want to support in my app? What if I want english only? – andrew Mar 02 '15 at 18:34

0 Answers0