环境:
Windows 8.1 Enterprise 64-bit hosted in Windows Azure
Visual Studio Ultimate 2013 (Update 2)
当我试图运行一个非常简单的手机应用程序时,我会得到以下错误。我知道MS说VM内部的VM环境不受支持,但我知道它可以工作。有人成功了吗?任何帮助都是非常感谢的。
Windows Phone Emulator
The Windows Phone Emulator wasn't able to ensure the virtual machine was running:
Something ha
我有两个模型类:
public class AlertMatchesDTO implements Serializable
{
private static final long serialVersionUID = -3704734448105124277L;
@PrimaryKey
private String alertOid;
@Column("matches")
private List<HotelPriceDTO> matches;
...
}
public class HotelPriceDTO implements Seri
我正试图在Unity3D中构建一个项目,该项目在Windows中使用Kinect v2。为了从统一中构建一个windows商店应用程序,它首先构建一个visual项目,然后从该项目构建最终的应用程序。当我试图构建visual studio项目时,我会遇到错误。没有发布解决方案的。这是我的错误
First-chance exception at 0x76004598 in Template.exe: Microsoft C++ exception: Platform::ClassNotRegisteredException ^ at memory location 0x0643F1C0.