IntroductionWe have seen in previous articles how to install an assembly using both, the .NET Framework management console and the Global assembly cache tool provided by the NET Framework. Now we will se how to install a strong named assembly with the simplest manner.We have seen in a previous article how one can install a given assembly using the .Net Framework management console the Mscorcfg.msc. Now, we proceed to achieve the same goal but using another tool witch is the Global assembly cache tool cagutil.exe provided by the .Net framework.To do that, follow those steps:First of all, let us develop a simple assembly. To do that, follow those steps
Figure 1
using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms;
namespace myAssembly
{
public class Class1
public Class1()
MessageBox.Show("You are using myAssembly");
}
}}
Figure 2
Figure 3
Figure 4
Figure 5
You need to be a premium member to use this feature. To access it, you'll have to upgrade your membership.
Become a sharper developer and jumpstart your career.
$0
$
. 00
monthly
For Basic members:
$20
For Premium members:
$45
For Elite members: