I have a DLL that I want to register in my GAC. I enter the command:
gacutil /ic:\temp\msvcr100.dll
and I get the error:
Failed to add assembly to cache: module is expected to contain
assembly manifest.
All I have is a DLL. Is there any way to create / fake / circumvent it?
For those who are interested, I am trying to extract CTP Visual Studio 2010 and .NET 4.0 from VHD and run it in my physical field. As a side note, has this been taken?
tsilb source share