Click here to Skip to main content
15,895,667 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to register .NET assembly in gac from dos prompt?

i don't have visual studio at client side, how can i register
.NET assembly in gac from dos prompt?

Only SDK is available.
Posted

Use the gacutil[^] tool with the /i switch.
 
Share this answer
 
You cannot, because there is not such thing as DOS prompt (anymore) :-)

—SA
 
Share this answer
 
Comments
Christian Graus 10-Aug-11 0:50am    
Well, that's largely not true. They pretend it is, but it's not.
Sergey Alexandrovich Kryukov 10-Aug-11 15:31pm    
Christian, this is 100% true if this is NT-based system -- Win 2000, XP, Win 7.... (as far as I remember, on other system it's called "Command"). This is a real Win32 console application (maybe Win64 in 64-bit instruction-set platforms, I'm not sure), no fools. Everyone can easily check it up. I did.

If you still think I'm not right, please explain it to me. There should not be anything "DOS" on any of my machines :-)
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900