1

我正在开发一个 Windows 手机应用程序并尝试将其部署在模拟器和实际设备上,每当我点击调试按钮时,Visual Studio 就会崩溃并重新启动。我也试过用管理员权限运行它。

我检查了事件日志,错误在 Phone tools/conman2.dll

例外情况如下:

日志名称:应用程序应用程序:devenv.exe框架版本:v4.0.30319 描述:进程因未处理的异常而终止。异常信息:System.AccessViolationException堆栈:
在 Microsoft.VisualStudio.DeviceConnectivity.Interop.ConManServerClass.ConnectDevice() 在 Microsoft.SmartDevice.Connectivity.Device.Connect() 在 Microsoft.SmartDevice.Connectivity.Wrapper.ConnectivityWrapper11.CreateConnectedDeviceInstance(Microsoft.SmartDevice.Connectivity.Device) 在 Microsoft。 SmartDevice.MultiTargeting.Connectivity.ConnectableDevice.Connect() 在 Microsoft.VisualStudio.CommonProject.SmartDevice.Deploy.DeployTask.Execute() 在 Microsoft.VisualStudio.SmartDevice.ProjectSystem.SilverlightMobileVSProjectFlavorCfg.Deploy(System.Object) 在 System.Threading.QueueUserWorkItemCallback .WaitCallback_Context(System.Object) 在 System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) 在 System.Threading.ExecutionContext。Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) 在 System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem() 在 System.Threading.ThreadPoolWorkQueue.Dispatch() 在 System.Threading ._ThreadPoolWaitCallback.PerformWaitCallback()

我无法解决我也尝试运行devenv.exe /resetuserdata但没有帮助的问题。

我缺少任何配置吗?

4

1 回答 1

0

我认为,只要您想在真实设备中部署应用程序,就必须以发布模式运行应用程序。看看这个视频中包含一个很好的解释 http://channel9.msdn.com/Series/Windows-Phone-8-Development-for-Absolute-Beginners/Part-8-Understanding-Compilation-and-Deployment

于 2014-04-18T09:03:17.223 回答