I need to install ajaxtoolkit.dll and some other dlls on to a production Win 2008 servers. Dragging it won't work, I can't install SDK, and I don't speak PowerShell.
I guess the big picture is this: This is new SharePoint 2010 server and I porting over a heavily branded portal app with several custom webparts.
In Moss 2007 days, I would just drag my dlls, and run *.wps files to install webparts.
Thanks for your input.
Risho
Edited: I've installed 64 bit SDK on a deve server and then copied the gacutil and its config file in the c:\windows\Microsoft.NET\Framework\v2.0.50727 folder. Ran the command /i AjaxControlToolkit.dll and got this error:
Failure adding assembly to the cache: This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
Seems like this is a common issue.
Isn't there a way to create an install project that you would run form a msi, or exe file that would drop all my dlls and webparts automagically? I mean how to the pros do it?