0

I have downloaded the following zip. http://www.palmmedia.de/Blog/Download/f0f3664d-3199-4095-bb15-815cf9f3ef2e

I did update the MVCSitemap packige in the website project by NUGET. After that I get a lot of errors (88) generated by my t4 template. Can't find a way to fix this.

http://twitpic.com/4176yb

When not updating this packige everything works as expected and I can build the project. Somehow I can't edit a thing in my project without getting this big load of errors.

4

2 に答える 2

0

ソリューション全体を再構築してから、T4 カスタム ツールを実行してみてください

于 2011-02-19T15:03:01.183 に答える
0

解決策は次のとおりです。プロジェクトからすべての t4 ファイルを削除します。それらを NUGET で再度追加すると、すべてが再び機能します。

マイクロソフトの皆さん、これは修正する必要があります。t4mvc は、nuget パッケージを更新するときにこのエラーを生成するべきではありません。

于 2011-02-19T14:00:35.990 に答える