Re: Multifile Assembly with Compiled DLL?



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#)
------------------------------------------------------------------------
.



Relevant Pages

  • Re: general strong name question
    ... You have a project that compiles to a dll. ... Each time you recompile this assembly, and attempt to run the other apps, ... When you compile an assembly, ... assemblies) into the config files of the applications that use the ...
    (microsoft.public.dotnet.general)
  • Re: MSIL
    ... The pdb file is created when you compile your assembly with debugging ... dll or exe and is needed to debug assemblies at the source code level. ... If you have an example of output that does not compile, ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: MSIL
    ... The pdb file is created when you compile your assembly with debugging ... dll or exe and is needed to debug assemblies at the source code level. ... If you have an example of output that does not compile, ...
    (microsoft.public.dotnet.languages.vb)
  • Re: MSIL
    ... The pdb file is created when you compile your assembly with debugging ... dll or exe and is needed to debug assemblies at the source code level. ... If you have an example of output that does not compile, ...
    (microsoft.public.dotnet.general)
  • Re: .NET Assemblies and Search Paths
    ... (.dll and .module). ... in Delphi that prevents it from being able to properly ... It looks as though the .NET assemblies I'm using are ... I was able to successfully compile them ...
    (borland.public.delphi.ide)