問題タブ [resgen]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
61 参照

visual-studio - Resgen による .dll バージョンの変更

ファイルから画像を変更したい.exe。.NETReflector を使用してそれを開き、その場所にあるリソース ファイルを抽出しました。.resource次に、ファイルをファイルに.resx変換しましたresgen(これは VS からのものだと思いますNETFX4.0)。

ただし、resgenなどのライブラリからの参照が変更されてSystem.Drawing.dll Version=1.0.5000.0いるようで、それVersion=4.0.0.0を使用resgenしてリソース ファイルに再コンパイルすると、次のエラーが発生します。

Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.

古い dist を参照しようとしましたがSystem.dll、それでもすべてのライブラリ バージョンが更新されて使用できなくなりました。resgenファイルのバージョンを変更しないようにするにはどうすればよい.resourceですか? ヘルプ!