本文介绍了找不到程序集"abc"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我加载项目错误时,是
找不到

when I load the project eror is

Assembly 'abc' was not found. Error on line
xmlns:abc="clr-namespace:abc;


    <Window

        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

        xml:lang="en-US"

        xmlns:abc="clr-namespace:abc"

        xmlns:d="http://schemas.microsoft.com/expression/blend/2006"

        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"

        mc:Ignorable="d"

        xmlns:local="clr-namespace:abc"

        x:Class="abc.Window1"

        x:Name="Window"

        Title="smart planner" >
</window>

推荐答案


这篇关于找不到程序集"abc"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 13:56
查看更多