简体   繁体   English

应用程序标识符,用于Windows Phone 8的XNA 4.0,Visual Studio 2012的问题

[英]Problems with Application identifier, XNA 4.0 for Windows Phone 8, Visual Studio 2012

I have been developing a game using xna 4.0 that I started developing using a Windows Phone 7.1 phone. 我一直在使用xna 4.0开发游戏,而我开始使用Windows Phone 7.1手机开发游戏。 When I used the Windows Phone 7.1 phone that I first started developing the game with, there was no problems at all to debug using the phone. 当我使用最初开始开发游戏的Windows Phone 7.1手机时,使用手机进行调试完全没有问题。 At this time I was using visual Studio 2010. 目前,我正在使用Visual Studio 2010。

However I recently bought a Windows Phone 8 and now want to continue to develop the game, and I would like to debug the game on the Windows Phone 8. I have therefore downloaded Visual Studio 2012 and Windows Phone SDK 8.0, and have now been trying to deploy the game on the Windows Phone 8 device. 但是,我最近购买了Windows Phone 8,现在想继续开发游戏,并且想在Windows Phone 8上调试游戏。因此,我下载了Visual Studio 2012和Windows Phone SDK 8.0,并一直在尝试在Windows Phone 8设备上部署游戏。

However when I try to do so I get an error message that I haven't found any solution for yet. 但是,当我尝试这样做时,我收到一条错误消息,提示我尚未找到任何解决方案。 The error message is: 错误消息是:

Application identifier 30F105C9-681E-420b-A277-7C086EAD8A4E is not a valid application identifier. 应用程序标识符30F105C9-681E-420b-A277-7C086EAD8A4E不是有效的应用程序标识符。

However when I search my entire project for this identifier, no matches are found. 但是,当我在整个项目中搜索该标识符时,找不到匹配项。

I found this thread when searching for a solution. 我在寻找解决方案时找到了这个线程

I changed the row for assembly: Guid to the suggested [assembly: Guid("$guid1$")] , but this made no difference. 我将汇编行更改为:Guid更改为建议的[assembly:Guid(“ $ guid1 $”)],但这没有什么区别。

If you know any solution or tips that can help me find a solution it would be highly appreciated. 如果您知道任何可以帮助我找到解决方案的解决方案或提示,将不胜感激。

Regards, Viktor 问候,维克多

Have your try to upgrade? 您有尝试升级吗? And before you do that make sure that the Windows Phone 7.1 version project has a reference to System.Core.dll and mscorlib.dll before the upgrade. 在执行此操作之前,请确保在升级之前,Windows Phone 7.1版本项目对System.Core.dll和mscorlib.dll的引用。

EDIT 编辑

To upgrade/convert try this: http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj207030(v=vs.105).aspx 要升级/转换,请尝试以下操作: http : //msdn.microsoft.com/zh-cn/library/windowsphone/develop/jj207030(v=vs.105).aspx

我发现问题出在哪,作为内容包括在内的一张图片的名称是用外国字母拼写的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM