User260076833 posted
Hello,
I just installed an additional package with NuGet for the first time. It's the "AjaxControlToolkit".
Normally, I am a little bit careful, when doing so. What I want to avoid is: Working on an ASP project for a while, installing extensions and that. And then, after a long time (when you don't remember anymore what you have done to your project), you have
to open your project in another MSVS environment, and nothing works, because DLLs are not found and that.
So, my question is: What's the proper way to use extensions in your projects? How can you avoid problems like mentioned above?
Thanks
Magnus