나는 미리 생각하고
2011-05-18 00:05:15

미리 행동한다.

그런건 당연한 일이다.

▼ more
borrow
2011-05-17 23:56:33

형재형 : 수건

성원이 : 나방책

진욱이 : JSP 빨간책

성권씨 : 신 1

▼ more
오호라 ㅋㅋ 잘되는 구만
2011-05-17 22:15:27

"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\gacutil" /if Interop.SHDocVw.dll

"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\gacutil" /if IEToolbar.dll

"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727

egasm" /unregister IEToolbar.dll

"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727

egasm" /codebase IEToolbar.dll

tags : toolbar, building, debug

▼ more
Strong Key란?
2011-05-17 20:47:32

Strong Key is a naming convention used in computer programming. There can be more than one component (e.g.: DLL) with the same naming, but with different versions. This can lead to many conflicts.

A Strong Key (also called SN Key or Strong Name) is used in the Microsoft .NET framework to uniquely identify a component. This is done partly with Public-key cryptography.

Strong keys or names provide security of reference from one component to another or from a root key to a component. This is not the same as tamper-resistance of the file containing any given component.[1] Strong names also are a counter measure against dll hell.

This key is produced by another computer program as a pair.

▼ more