RTP InitializeComponent() 报错

注意xaml中x:Class 是不是相应改了,下面2处标红的部分是否一致。

namespace RTP.ToolKits
{
/// <summary>
/// Interaction logic for CableLossCalWin.xaml
/// </summary>
public partial class CableLossCalWin : Window
{
public CableLossCalWin()
{
InitializeComponent();
}
}
}

 

<Window x:Class="RTP.ToolKits.CableLossCalWin"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="CableLossCalWin" Height="300" Width="300">
<Grid>

</Grid>
</Window>

posted on 2016-06-13 17:30  jamey  阅读(188)  评论(0编辑  收藏  举报