Re: Multifile Assembly with Compiled DLL?
- From: "Frans Bouma [C# MVP]" <perseus.usenetNOSPAM@xxxxxxxxx>
- Date: Thu, 16 Jun 2005 11:35:05 -0700
xenophon wrote:
>
> I have created a C# DLL with Visual Studio 2003. I now need to include
> functionality from a compiled VB.NET DLL, but instead of including the
> file I want to "build it" into my DLL so I only have to deploy a
> single file.
>
> I understand that I cannot use the IDE to make multifile assemblies.
The command line compilers can combine 'modules' into a single
assembly. You first have to compile the code as a module on the command
line, then combine these modules as one assembly.
FB
--
------------------------------------------------------------------------
Get LLBLGen Pro, productive O/R mapping for .NET: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
.
- References:
- Multifile Assembly with Compiled DLL?
- From: xenophon
- Multifile Assembly with Compiled DLL?
- Prev by Date: Re: Programmatically producing certificate in .pfx format in .NET
- Next by Date: Re: Unable to run Outlook 2000 com addin built via .NET/VS 2003
- Previous by thread: Multifile Assembly with Compiled DLL?
- Next by thread: Wmi and SNMP
- Index(es):
Relevant Pages
|