GAC에 공유 어셈블리를 등록하는 방법은 크게 세 가지가 있다는건 알았는데...

구체적으로 어떻게 하는지 궁금했었는데.. 여기 세 가지 방법이 나오네요.

쿠쿠..

 

 

To add the serviced components in your assembly to a COM+ application, you need to register that assembly with COM+. You can perform that registration in three ways:

  • Manually, using a command line utility called RegSvcs.exe.

  • Dynamically, by having the client program register your assembly automatically.

  • Programmatically, by writing code that does the registration for you using a utility class provided by .NET.

 


..more


+ Recent posts