I have a .NET 4.5 DLL that I need to run regasm on. So I do this:
1. Change directory to C:\Windows\Microsoft .NET\Framework64\v4.0.30319
2. Run regasm on full path of my custom dll in another folder.
Regasm reports that the file is not a valid assembly when in fact it is a valid assembly. Not sure how to troubleshoot. Please advise.
scott