无法查看应用程序属性页 - E_FAIL /方法未实现

时间:2012-11-19 08:43:56

标签: windows-phone-7 windows-phone windows-phone-8

在Visual Studio 2012的解决方案资源管理器中,我右键单击我的wp8项目并转到“属性”,然后“应用程序”选项卡显示:

An error occurred trying to load the page.
Error HRESULT E_FAIL has been returned from a call to a COM component.

An error occurred trying to load the page.
The method or operation is not implemented.

有人知道怎么去调试吗?

我无法通过一个新项目重新解决这个问题,但是无法确定我的项目失败的地方......

可能与AssemblyInfo.cs有关? Source file 'Properties\AssemblyInfo.cs' could not be found

BTW它可以很好地构建和部署到我的设备......

enter image description here

由于

2 个答案:

答案 0 :(得分:0)

因此,在彻底消除蛮力之后,我能够将其缩小到我对.java文件的使用范围。是的,这很奇怪,但它确实奏效了。我一直在我的项目中包含.java文件,并将其属性设置为Compile为c#。这样做有合并的原因,我当然稍微修改了java代码以进行编译,但是当某个.java文件以这种方式包含时,Visual Studio的属性页以某种方式突然显示,即使项目编译得很好。所以我写了一个小工具来将所有.java文件复制到.java.cs并以这种方式包含它们,现在一切都很好!

答案 1 :(得分:0)

我在所有项目中都发现了此问题,并认为这可能与最近的Windows更新有关。我将VS 2017更新为15.9.15,为我解决了这个问题。