0

Visual Studio 2012 用の TypeScriptプラグインをダウンロードしてインストールしましたが、Visual Studio 2012 が起動しませんでした。すぐにメッセージボックスに「..呼び出しのターゲット...」エラーが表示されました。

Visual Studio 2012 を再び使用できるようにするには、プラグインをアンインストールする必要がありました。

誰でも同様の経験があり、修正はありますか?

4

2 に答える 2

1

I ran into this issue as well. For me, it was due to my Windows PATH variable going over 2047 characters. This also broke the %windir% path expansion, so I was unable to edit my PATH variable by going to Computer -> Properties -> Advanced -> Environment Variables. The solution was to edit my System PATH variable by going to C:\Windows\system32\ and running systempropertiesadvanced.exe, copying the System PATH variable out of there, paste it into your text editor of choice, split it on the semicolon, sort it alphabetically, delete duplicates and other unneeded paths until I get below 2047 characters, rejoin all lines with a semicolon, and paste it back into my System PATH variable. See this for more info.

于 2013-12-10T00:02:32.480 に答える
0

問題はありませんでしたが、インストール後にテンプレートが見つからないという問題しかありませんでした。

私が持っている唯一の提案は、インストールを再試行して、別の結果が得られるかどうかを確認することです。それでもエラーが発生する場合は、エラーメッセージ全体を入力してください。

アップデート

さて、ここに他に試すべきことがいくつかあります-私はそれらをどれほど苦痛なものの順に並べました!

  1. TypeScriptをどこからインストールしているかわかりませんが、同僚が問題があると言って、インストーラーをデスクトップに移動してインストールを実行することで問題を解決しました。私はこれに懐疑的ですが、それは簡単です。

  2. Visual Studioのインストールに問題があり、特定の状況でのみ発生する場合があります。VSインストールを修復できます。

これがうまくいかない場合は、http://typescript.codeplex.comで問題を提起する必要があるかもしれません。

于 2012-10-31T11:11:42.627 に答える