Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio design view contains yellow warning icons?

I have created a WPF project in Visual Studio which contains a MainWindow. This "imports" other user controls via XAML. The MainWindow is shown with warning icons and the following text. Unfortunately I don't have the English translation but it means something like this:

This document contains one or more controls which have been changed. Rebuild the project to show the changes in the design view.

enter image description here

Rebuilding the complete solution does not help. However these warnings do not have any effect.

How can I get rid of these warnings?

like image 802
Robert Strauch Avatar asked Dec 17 '12 08:12

Robert Strauch


1 Answers

I have tried Asryaels solution which is as follows:

  1. Cleaning
  2. Rebuilding
  3. Saving all documents
  4. Closing Visual Studio
  5. Starting Visual Studio
  6. Cleaning
  7. Rebuilding
like image 131
Robert Strauch Avatar answered Nov 11 '22 13:11

Robert Strauch