Hello All Experts,
i am writing below command but want to add keyfile in the same ,
how to add that kindly help me in that.
cd "$(SolutionDir)Tools\Other"
ILRepack.exe /out:"D:\Folder\VS\TestContactPlugin\TestContactPlugin\Merged.dll" "D:\Folder\VS\TestContactPlugin\TestContactPlugin\bin\debug\TestContactPlugin.dll" "D:\Folder\VS\TestContactPlugin\TestContactPlugin\bin\debug\MergingAssembly.dll"
i have tried adding it after /out key but error
exited with code 1.
*This post is locked for comments
Got the answer.
in my case i was using extra space so it was not working , now i have removed the extra space and it's working now fine.
ILRepack.exe /out:"D:\Folder\VS\TestContactPlugin\TestContactPlugin\bin\debug\Merged.dll" /keyfile:"D:\Folder\VS\TestContactPlugin\TestContactPlugin\testcontactPlugin.snk" "D:\Folder\VS\TestContactPlugin\TestContactPlugin\bin\debug\TestContactPlugin.dll" "D:\Folder\VS\TestContactPlugin\TestContactPlugin\bin\debug\MergingAssembly.dll"
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156