c# - Changing Assembly Name Breaks My XAML Designer -


When I change my assembly name in the VS1010 project property, all my thoughts stop working in the designer and none of my CLR leaves the state.

As a suggestion in the comment

  • Make sure the default namespace Project properties are set correctly

    and

    • Make sure the update assembly in all Xaml files- clr-
    • view studio Reopen,
    • Reopen the Visual Studio and Rebuild

Comments