D
D
Dmitry Skogorev2014-08-27 02:01:48
C++ / C#
Dmitry Skogorev, 2014-08-27 02:01:48

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

2 answer(s)
D
Denis Morozov, 2014-08-27
@morozovdenis

you have class name Test, not test
show xaml file

V
Vyacheslav Zolotov, 2014-08-27
@SZolotov

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 question

Ask a Question

731 491 924 answers to any question