Search   Feed   Browse   Add
Feed items 1 - 1 of 1 for October 2004

Suzanne Cook's .NET CLR Notes

Common Language Runtime Developer

VersioningDeploying Unmanaged Files - October 28, 2004

An unmanaged dll can be wrapped in a managed assembly by adding it as a file of a multi-module assembly. Then, it can be deployed and versioned in the same way as managed assemblies. (So, that assembly could contain nothing but metadata and unmanaged code - no managed code, if you prefer. It can also contain multiple unmanaged files in the same assembly.) If your compiler does not support this directly, you can get this to work by adding that file as a linked managed resource. For example,.
http://blogs.msdn.com/suzcook/archive/2004/10/28/versioning-deploying-unmanaged-files.aspx
Available Archives
- February (1 item)
- March (1 item)
- May (1 item)
- June (1 item)
- August (1 item)
- October (1 item)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact