0
I have a test project that came without the Namespace
System.Web.Helpers
and others. I searched and didn’t find it. I should be, but it’s not. How to install the guy? Well, I can hunt on the internet and add, but since I think it’s a basic namespace, I wonder if there’s any way to install it to be available for all my projects. I’m not talking about installing a reference, that’s not the problem, but installing the Assembly
and it becomes available to everyone. Just find the DLL on the internet and install? The Framework
is the 4.0.
I don’t know if I understand, but I think you want to put in the GAC http://www.codeproject.com/Tips/5817/Installing-a-DLL-into-the-Global-Assembly-Cache-GA Documentation of the https://msdn.microsoft.com/en-us/library/ex0ss12c(v=vs.110).aspx. I’m not sure if this is a good idea..
– Maniero
What type of project?
– Leonel Sanches da Silva
Like I said, it’s not adding a reference, it’s not that. Is to install the namespace in Visual Studio, so that this DLL is available to any project. I am without this dll in my VS and need it for many things, many projects.
– pnet