"The type 'A' in 'B.cs' conflicts with the imported type 'C.exe'." 경고가 발생하는 경우...
일/팁 2009.08.22 16:43
비주얼 스튜디오 2008 SP1에서 WPF 개발을 하다보면 다음과 같은 경고가 발생할 수 있습니다.

The type 'ConflictTest.MainWindow' in 'C:\ConflictTest\ConflictTest\MainWindow.xaml.cs' conflicts with the imported type 'ConflictTest.MainWindow' in 'c:\ConflictTest\ConflictTest\bin\Debug\ConflictTest.exe'.
Using the type defined in 'C:\ConflictTest\ConflictTest\MainWindow.xaml.cs'.
Using the type defined in 'C:\ConflictTest\ConflictTest\MainWindow.xaml.cs'.
이 경고는 가끔씩 멈추는 WPF 디자이너 때문에 비주얼 스튜디오 프로세스를 강제 종료하면 발생될 수 있습니다.
이 문제는 비주얼 스튜디오가 알 수 없는 이유로 추가한 실행 파일에 대한 참조를 참조 목록에서 지우면 해결됩니다.
실행 파일에 대한 참조를 참조 목록에서 지우세요.