Visual Studio 2012在部署windows phone应用程序时崩溃



我正在开发一个windows phone应用程序,并试图在Emulator和Actual设备上部署它,每当我按下调试按钮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.ConnectivityWrapper.ConnectivityWrapper11.CreateConnectedDeviceInstance(Microsoft.SmartDevice.connection.Device)在Microsoft.SmartDevice.Multi-Targeting.Connectivity.ConnectableDevice.Connect()在Microsoft.VisualStudio.CommonProject.SmartDevice.Deploy.DeployTask.Execute()在Microsoft.VisualStudio.SmartDevice.ProjectSystem.SilverlightMobileVSProjectFlavorCfg.Deploy(System.Object)在System.Threading.QueueUserWorkItemCallback.WetCallback_Context(System.Object)在System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext,System.Threading.Context回调,System.Object,布尔值)System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext,System.Threading.Context回调,System.Object,布尔值)System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()位于的System.Threading.ThreadPoolWorkQueue.Dispatch()System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()

我无法解决该问题,我还尝试运行devenv.exe /resetuserdata,但没有任何帮助。

我是否缺少任何配置?

我认为,每当您想在实际设备中部署应用程序时,都必须在发布模式下运行该应用程序。请看中的此视频,其中包含一个很好的解释http://channel9.msdn.com/Series/Windows-Phone-8-Development-for-Absolute-Beginners/Part-8-Understanding-Compilation-and-Deployment

相关内容

  • 没有找到相关文章

最新更新