これは、TypeScript プロジェクトと JavaScript プロジェクトの両方で発生します。
Update 2 を適用した Visual Studio Premium 2013 を使用しています
何が起こるのですか:
- 既存のマルチデバイス プロジェクトを作成するか、開きます
- Windows 8.1 開発者ライセンス ダイアログ ボックスで [キャンセル] をクリックします。
- プロジェクトが読み込まれ、ファイルが表示されます
- Visual Studio がクラッシュする
イベント ビューアーからのクラッシュ ログは次のとおりです。
Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ArgumentException
Stack:
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__4(System.Object)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(System.Object)
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
ツールを数回再インストールして修復しましたが、役に立ちませんでした。自宅で (Ultimate を使用して) 作業しているのに、職場では使用していないのは不思議です。また、必要なすべてのサードパーティ製アプリケーションもインストールしています。
どんな助けでも大歓迎です、ありがとう。
アップデート
自宅でいくつかのテストを行った結果、Windows Phone 8.1 エミュレーターが原因で問題が発生している可能性があると考えています。自宅のマシンにはインストールされておらず、クラッシュすることなくプロジェクトをロードできましたが、インストール後、Visual Studio がクラッシュし始めました。さらに、エミュレーターをアンインストールしようとしましたが、プロジェクトはまだクラッシュしますが、それほど頻繁ではありません。これが何らかの形で役立つことを願っています。