.Net – Assemblies – Create a configuration file
In our previous article, we have created a new version 1.0.0.0 for our hello assembly. The old version of hello assembly has already existed in Global Assembly Cache (GAC). Before we install the new hello assembly to GAC, let’s open the assembly through Microsoft’s ildasm.exe tool. Observe that new assembly attributes are added to the […]