부모글 보이기/감추기 AD BLOCK 해제 요청 이 글에는 광고가 많이 들어가 있지 않습니다. adblock을 해제하셔도 글을 읽는데 그다지 부담이 없으니 해제를 부탁드립니다. How to Re-Sign (Strongly Name) an existing .NET Binary ; http://blogs.msdn.com/gabeb/archive/2008/12/31/how-to-re-sign-strongly-name-an-existing-net-binary.aspx HOWTO: Strongly name prebuilt assemblies ; http://www.andrewconnell.com/blog/archive/2004/12/15/772.aspx 방법은,,, ildasm 으로 풀어낸 다음 ilasm 으로 다시 DLL 로 변환할 때 키 파일을 지정해 주는 것! 간단하니 아래에 실어봅니다. c:\>ildasm providedAssembly.dll /out:providedAssembly.il c:\>ilasm providedAssembly.il /dll /key=keypair001.snk [다음 글] Software Release Management - The Questionnaire [이전 글] Code Contracts [최초 등록일: 12/31/2008] [최종 수정일: 12/31/2008] 비밀번호 댓글 작성자 2008-12-31 12시49분 예전에 소개해 드렸던 ILMerge.exe 툴로 더욱 간단하게 서명할 수도 있습니다.ILMerge; http://www.microsoft.com/downloads/details.aspx?familyid=22914587-b4ad-4eae-87cf-b14ae6a939b0&displaylang=enCommand to sign: ilmerge weak.dll /keyfile:key.snk /out:strong.dll kevin25 ... 31 32 33 34 35 36 [37] 38 39 40 41 42 43 44 45 ... NoWriterDateCnt.TitleFile(s) 269정성태5/4/200611975Visual Studio 2005 Team System Level 200 Course Material268정성태5/4/200612357Microsoft Component Installer Software Development Kit for Windows (x86) Version 2.0267정성태5/4/200612352101 Code Samples for Visual Basic 2005266정성태5/3/200614314Consolas Font Pack for Microsoft Visual Studio 2006 [2]264정성태5/1/200613790Team System for C++ Developers262정성태5/1/200623865Registry 등록 없이 COM 개체 사용 [1]2261정성태4/30/2006135034GB 메모리 인식 [2]259정성태4/30/200612247Building ASP.NET 2.0 Web Sites Using Web Standards260정성태4/30/200611708 XHTML Validator Modulle258정성태4/29/200612244WebServiceStudio 2.0263정성태5/1/200611763 Calling an Arbitrary Web Service257정성태4/29/200611713TypeForwardedToAttribute 256정성태4/29/200611958Windows API - Using Condition Variables252정성태4/26/200611935한글 관련 메세지 정리1251정성태4/26/200612602IIS 7.0 에서 소개되는 새로운 기능들 [1]250정성태4/25/200613212툴 소개: VisualNDepend 249정성태4/25/200619211Integrating a debugger into Reflector265정성태5/1/200613518 Deblector: First Version285정성태5/15/200611529 New Deblector version ( an Add-In to debug with reflector )248정성태4/21/200611881VS.NET 2005 Add-In : CSS Properties Window247정성태4/21/200611741VS.NET 2005 Add-In : Spell Checker for HTML and ASP.NET pages244정성태4/19/200611640SQL Server 2005 Service Pack 1241정성태4/19/200611154VSTS Annotations for C++: Beyond Just Documenting Method Behavior [1]1240정성태4/18/200611755Accessing System Power and Network Status Using SENS 253정성태4/29/200611975 [HowToUse]: Accessing System Power and Network Status Using SENS 239정성태4/18/200611599Display a Web Page in a Plain C Win32 Application ... 31 32 33 34 35 36 [37] 38 39 40 41 42 43 44 45 ...