Welcome to MSDN Blogs Sign in | Join | Help

张羿的MSDN Blog

All about CLR/Interop, COM, Win32, C++

Syndication

Browse by Tags

All Tags » GAC   (RSS)
How to deploy unmanaged dll into GAC
Let's say you have a managed wrapper assembly Managed.dll that calls unmanaged code Unmanaged.dll using P/Invoke. If you want to register Managed.dll to GAC, you'll need to deploy Unmanaged.dll into GAC as well, otherwise it would require extra work to Read More...

Posted Sunday, June 17, 2007 10:07 AM by yzha | 11 Comments

Filed under: , ,

Page view tracker