How to install assembly in GAC with out using gacutil.exe tool. Is it possible.
please help
thank you.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
SenthilkumarPosted Dec 9, 2011, 11:45 PM
We have to use the gacutil.exe to install the assembly.
After create and assign the strong name key into the dll, then using the gacutil.exe give the path of the assembly and install it. It will resides into the GAC folder.
Thanks,
Senthil.