UWP值不能为空。参数名称:path1

时间:2016-12-27 14:57:22

标签: c# visual-studio uwp windows-10-universal uwp-xaml

我正在使用Visual Studio 2015创建一个空白的UWP

每次尝试构建

时,我都会收到以下错误
Error   CS1061  'MainPage' does not contain a definition for 'InitializeComponent' and no extension method 'InitializeComponent' accepting a first argument of type 'MainPage' could be found (are you missing a using directive or an assembly reference?)


Error       Value cannot be null.
Parameter name: path1

enter image description here

我尝试卸载Windows软件开发工具包,然后安装它,没有运气

我有一个工作项目,但现在它给出了相同的错误

.csproj中的目标如下

<TargetPlatformVersion>10.0.14393.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.14393.0</TargetPlatformMinVersion>

1 个答案:

答案 0 :(得分:0)

确保MainPage.xaml.cs和MainPage.xaml文件中的命名空间正确。

实施例: -

XAML

C#

交叉检查后是否存在同样的问题,然后从解决方案中删除obj和bin文件夹,然后再次重建解决方案。