Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我编译我的 .NET 1.1 ASP.NET 应用程序时,我遇到了 RESX 参考问题。如何轻松地强制 VS2003 转储所有这些引用(我没有使用它们)并强制重建它们?
您可以使用允许您使用正则表达式并对此正则表达式进行查找和替换的文本编辑器
^.*\n. resx\"\n。 \n. EmbeddedResource。 \n.*
我同意 Danny 的观点,我会打开 .sln 文件以查看它在哪里引用了冲突的 RESX 并删除它们。