Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
I'm changing the name of the assembly file of my module. Since keeping the old assembly file at the client's bin folder would create "ambiguous" class name error, I want the old assembly file to be removed at module upgrade.
A source is stating that if I include a text file (like 03.00.03.txt) in which I write "bin\OldAssemblyName.dll", the old assembly would be removed. But it does not work. Any help?