c# - Problem regarding DLL installation in GAC -


I have installed a DLL in GAC, it is not installed properly but it is not refelcted in context. is there any problem?

Try it out:

An article for you:

Check it:

Solution 1:

You can either add references to DLL and then "namespace can be used" sections

Resolution 2:

Add @ assembly = "assembly.dll"


Comments