3

そこで、Windows 8の試用版をインストールし、Visual Web Developer 2010 Expressで問題が発生し始めたので、Visual Web Developer2010Expressをアンインストールしました。Web Developerを再インストールした後、ビューのコードでインテリセンスを実行できなくなっていることに気付きました。ダウンロードする必要のある追加のコンポーネントはありますか?

4

1 に答える 1

0

Do you have another Visual Studio product installed, like, say, another Express SKU? The behavior you're seeing is something that does occasionally happen if you've installed multiple pre-release versions of Visual Studio products and they don't all have the same build number.

Because these products share some components, some of the assemblies you're using will have the wrong version, and the lack of code coloring or intellisense in some scenarios is the first sign of trouble that you'll see.

If this is the case, the fix is simple; just update all of the Visual Studio products you have to the shipped version.

HTH, Clay

于 2012-10-23T19:05:10.413 に答える