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?
c # visual-studio-2010 wpf
sammarcow
source share