gpt4 book ai didi

c# - XAML 找不到命名空间。有时

转载 作者:行者123 更新时间:2023-12-04 16:57:19 26 4
gpt4 key购买 nike

可能是 Visual Studio 错误,但它绝对令人气愤,我找不到解决方案,甚至找不到它发生的原因。

在我的应用程序中,我在可停靠面板的命名空间静态内容中有一个 XAML 文件列表。

程序运行良好,除了一些任意警告之外,程序中的任何地方都没有错误。

一些 XAML

<Window x:Class="Shell" 
xmlns:ad="clr-namespace:AvalonDock;assembly=AvalonDock"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:sc="clr-namespace:StaticContent"
xmlns:ve="clr-namespace:View_Edit"
Title="View" Width="1024" Height="800" Icon="/component/Images/View.png"
Loaded="OnLoaded" IsVisibleChanged="isVisibleChanged" Closing="OnClosing" Background="#E9ECFB"
WindowStyle="None">

<Grid x:Name="DockingRegion" Margin="0,50,0,0">
<ad:DockingManager x:Name="DockManager">
<ad:ResizingPanel>
<ad:DocumentPane Margin="0,0,10,0">
<sc:StartPage Title="Home Page" VerticalContentAlignment="Stretch"
onProjectOpenFail="StartPage_onProjectOpenFail"
onProjectOpenSuccess="StartPage_onProjectOpenSuccess"
onProjectCreateSuccess="StartPage_onProjectCreateSuccess"
onProjectCreateFail="StartPage_onProjectCreateFail"/>
</ad:DocumentPane>
<ad:DockablePane ad:ResizingPanel.ResizeWidth="300" x:Name="ExplorerPane" FontSize="14" FontWeight="Bold">
<sc:AboutTab x:Name="about" Title="About" FontSize="14" FontWeight="Bold"/>
<sc:ProcessExplorer x:Name="pxProcessExplorer" Title="Process Explorer" FontSize="14"/>
<sc:DataExplorer x:Name="adDataExplorer" Title="Data Explorer" FontSize="14"/>
<!--<sc:UREPExplorer x:Name="adUREPExplorer" Title="UREP Custom Navigation" FontSize="14" Visibility="Hidden"/>-->
</ad:DockablePane>
</ad:ResizingPanel>
</ad:DockingManager>
</Grid>

标签 sc: 是命名空间 StaticContent。命名空间包括这些文件。今天早上打开项目时,它找不到引用 XAML 页面的命名空间。在多次按下重新构建并收到一些“重建失败”后,它就决定工作了吗?

有任何想法吗?

最佳答案

'StaticContent' 是否在另一个程序集下定义?

如果是这样,请查看项目的属性并检查“默认命名空间”
如果它是你所期望的。

关于c# - XAML 找不到命名空间。有时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42790908/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com