Answer the question
In order to leave comments, you need to log in
Where to dig to solve an error in C# code?
I have a wp pivot project and
I get the error
Error 2 The namespace '' already contains a definition for 'PivotApp2' C:\Users\qwe\Documents\Visual Studio 2013\Projects\PivotApp2\PivotApp2\obj\ARM\Debug\App.g.cs 36 22 PivotApp2
есть App.xaml c <Application x:Class="PivotApp2"...
MainPage.Xaml c x:Class="PivotApp2.MainPage" ...
app.xaml.cs c namespace PivotApp2{ public partial class App : Application {...
Answer the question
In order to leave comments, you need to log in
x:Class="PivotApp2"
PivotApp2 is not a class but a namespace
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question