I think you could ILDASM both assemblies, combine them in a single .IL file,
and then ILASM...

That's the only solution I can think of.
It can be automated a little by parsing the blocks in both .IL files.

        Diego

>-----Original Message-----
>I have a situation where it would be desirable to include both managed C++
>code and C# code into a single component. I was searching around for a way
>to do this, it initially seemed that AL.exe would solve the problem.
>However, on closer inspection, it appears that it only merges the metadata.
>It doesn't actually merge the modules into a single file assembly. That is
>undesirable from a deployment perspective.
>
>Is there a utility which makes is possible to group netmodules together
>into a _single_file_ assembly, making it possible to deploy a component
>which is "logically" a since component as a single file?

===================================
This list is hosted by DevelopMentor�  http://www.develop.com
Some .NET courses you may be interested in:

Guerrilla ASP.NET, 26 Jan 2004, in Los Angeles
http://www.develop.com/courses/gaspdotnetls

Guerrilla .NET, 8 Dec 2003, in Los Angeles
http://www.develop.com/courses/gdotnet

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to