gpt4 book ai didi

c# - 使用向导生成的 VS2010 WPF 项目未编译

转载 作者:太空宇宙 更新时间:2023-11-03 13:03:03 25 4
gpt4 key购买 nike

我的 VS2010/VS2012 发生了一些事情,WPF 项目不再编译。我有一个大项目可以在另一台计算机上编译,但不能在我的笔记本电脑上编译。我试图创建一个新的 WPF 项目,但这个项目也没有编译 :(

我得到一个错误:

WpfApplication2\MainWindow.xaml.cs(25,7,25,26): error CS0103: The name 'InitializeComponent' does not exist in the current context

我在谷歌中寻找解决方案,我也尝试重新安装 VS2010。

向导生成的代码:

using System;
using System.Collections.Generic;
using System.Text;
using System.Windows;
using System.Windows.Controls;

namespace WpfApplication2
{
public partial class MainWindow : Window
{
public MainWindow()
{
InitializeComponent();
}
}
}

XAML:

<Window x:Class="WpfApplication2.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" Height="350" Width="525">
<Grid>

</Grid>
</Window>

来自 VS 的屏幕截图:http://msdojc.sk/error_CS0103/error_CS0103.JPG

压缩项目:http://msdojc.sk/error_CS0103/WpfApplication2.7z

对不起我的英语。

谢谢你的每一个想法。

最佳答案

.xaml 文件的生成操作也必须设置为“页面”,当在项目之间移动 xaml 文件时,此设置会丢失(至少在 VS 2010 中)。

当您右键单击 xaml 文件时,您会在属性窗口中找到它。

关于c# - 使用向导生成的 VS2010 WPF 项目未编译,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31771367/

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