Hello,
Does anyone have the experience of creating a minifest file for dll managed assembly All the information that I could find are for executables, for example, app.exe.manifest. But I need to create one for dll so that my dll can load the correct version of dependent assemblies.
Thanks in advance

Help - how to create a minifest file for DLL assembly
Paul_IRET
Thanks for your reply. It is a managed dll written in C#.
pgyb
http://www.codeproject.com/dotnet/ManifestInjection.asp
http://www.codeproject.com/dotnet/ManifestInjection2.asp
Although it's doing it for an exe file, you should be able to do it for a dll file.
Hope that helps.
Will Barns
After thinking about it for second, I have an idea.
It is possible to use add a Win32 resource file to a C# assembly, so you could create a res with a manifest added as a resource and simply add it to your assembly.
To create a Win32 resource file and add to a managed C# assembly, see the following post:
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=77460&SiteID=1
natashaj
Leoviveke
NiravNeo
ldc555
http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnwxp/html/xptheming.asp