Installation of an assembly to GAC both for mono/.NET

Posted by prosseek on Stack Overflow See other posts from Stack Overflow or by prosseek
Published on 2010-06-08T19:12:31Z Indexed on 2010/06/08 19:22 UTC
Read the original article Hit count: 183

Filed under:
|
|

As far as I know, for installation of an assmebly for .NET is as follows.

 'gacutil /i nunit.framework.dll' 

And for the mono, set the directory to MONO_PATH is doing the job.

  • Is this correct?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about mono