Monday, August 02, 2010

How to copy a DLL from the GAC

I was trying to copy the System.Web.Extensions dll from the GAC to my application bin folder. You can do that using the following command.

solution
copy "C:\WINDOWS\assembly\GAC_MSIL\System.Web.Extensions\1.0.61025.0__31bf3856ad364e35" C:\temp\project\bin

No comments:

Post a Comment