gpt4 book ai didi

silverlight - 找不到我自己的命名空间?

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

我试图通过导入命名空间在我的主要 Silverlight 网页中放置一个 View 。

xmlns:Award="clr-namespace:OndernemersAward.Views"

现在我将以下内容添加到我的网站,但它告诉我找不到它,但它在这里,即使自动完成也告诉我这是一个选项!见 screenshot .
<Award:AdminLogin x:Name="Test"></Award:AdminLogin>

这是 AdminLogin 页面的 XAML 代码:
<UserControl x:Class="OndernemersAward.Views.AdminLogin"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d">


<Grid x:Name="LayoutRoot" Background="White">
<Rectangle HorizontalAlignment="Stretch" VerticalAlignment="Stretch"
Opacity="0.765" Fill="#FF8A8A8A"/>
<Border CornerRadius="30" Background="#FF5C7590" Width="600" Height="250">
<Button Content="Close" Width="100" Height="50" Name="btnClose"
Click="btnClose_Click" />
</Border>
</Grid>

</UserControl>

我真的不知道是什么原因造成的,这让我很疯狂! :P

我希望有人可以帮助我,谢谢。
托马斯

最佳答案

构建您的项目。 XAML 无法看到类/命名空间,直到您构建它们

关于silverlight - 找不到我自己的命名空间?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8055782/

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