尝试使用mage命令行工具创建清单,发现设置了FromDirectory选项后,它无法处理大量程序集。
执行中:
"C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.7.2 Tools\mage.exe" -New Application -ToFile My.manifest -Name "My App" -Processor MSIL -FromDirectory C:\folder\to\binaries -IconFile app.ico -Publisher App -UseManifestForTrust true -TrustLevel FullTrust -Version 1.0.0.0
给出以下错误:
Internal error, please try again. Insufficient memory to continue the execution of the program.
尝试将目录指向内容较少的目录文件已成功创建。法师处理装配的限制是什么?