Answer the question
In order to leave comments, you need to log in
Why doesn't he see xaml namespace?
C# For Windows Phone, VS2013
XAML
and in code
using System;
using System.Linq;
namespace PivotApp3.Resources.test
{
public class Test
{
public Test()
{
}
}
} The name "test" does not exist in the namespace "
clr
-namespace:PivotApp3.Resources.test"
does not see.
Chiadnt?
Answer the question
In order to leave comments, you need to log in
In XAML, you need to write this:
First, the namespace declared as "xmlns:test="clr-namespace:PivotApp3.Resources.test" is specified, and then the type of the object.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question