I've opened assembly created by me named CarLibrary.dll
with ildasm.exe
, but when I try to open it's metadata with shortcut CTRL + M (or by choosing it from the main menu) the program is being closed instead of launching it.
This does work when I try to open let's say mscorlib.dll
.
Why is that happening? I am using MS VS .NET 2013.