Unknown error while restoring WPF project

I rebuilt the project file by creating a project with the same name in the new solution, copying this project file over the damaged project file and re-including the project files in the solution.

Now I get the error Error

6 The call is ambiguous between the following methods or properties: 'UserConsole.MainWindowView.InitializeComponent ()' and 'UserConsole.MainWindowView.InitializeComponent ()' C: \ Code \ PollPublicDataStock \ PollPublicDataStock \ UserConsole \ MainWindowView.xaml.

Uh, the same methods ... where is the ambiguity?

+1
c # visual-studio-2010 wpf
source share
1 answer

I accidentally included the automatically generated code and obj folder in the project.

+1
source share

All Articles