----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: VBGURU Message 1 in Discussion Hi, Today we will see some easy steps to manage Unmanaged assemblies. How to Deploy UnManaged Assembly.<o:p></o:p> <o:p> </o:p> Create the assembly containing definitions of the COM types for the Unmanaged assembly using tlbimp.exe. This helps the .NET client to interact with the exposed types. <o:p></o:p> Install the generated assembly in the global assembly cache. (Optional) <o:p></o:p> How to version UnManaged Aseemblies<o:p></o:p> We can wrap an unmanaged dll inside a managed assembly by adding it as a file of a multi-module assembly. This assembly can be deployed and versioned in the same way as managed assemblies. You can also have a group of unmanaged assembly in a single Assembly.<o:p></o:p> We can also use the /linkresource option of the compiler to manage the linked resource. This is very helpful in the scenarios where DllImport() is used to access a function in that file. If the unmanaged file is loaded by LoadLibrary() outside of DllImport(), we have to use the rules of LoadLibrary(), like the usual unmanaged file use outside the CLR.<o:p></o:p> <o:p> Please let me know any querieies, suggestiond or clarification w r t this.</o:p> <o:p></o:p> <o:p> Regards,</o:p> <o:p>VBGuru.</o:p> ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDOTNET/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
