Failure adding Assembly to cache.Attempt to install an assembly without a strong name -
11-09-2007
, 11:00 AM
I created a DLL and now I'm trying to add it to the gac using GacUtil.
I just go to the path where gacutil is (cmd prompt) -
gacutil /i (my DLL Path)
I get the error in the subject line
I tried adding the name of the control at the end, but the error just
changed saying it didn't recognize that name
What am I missing here? |