473,322 Members | 1,241 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

Multiple projects, one DLL

Hi,

I have a solution with multiple projects (one C# and the others VB) and
right they all compile to their own DLL. Is there not a way to get a unique
DLL as output?

TIA,

Atchoum

Nov 20 '05 #1
6 3480
* "Atchoum" <NO************@videotron.ca> scripsit:
I have a solution with multiple projects (one C# and the others VB) and
right they all compile to their own DLL. Is there not a way to get a unique
DLL as output?


<URL:http://www.gotdotnet.com/community/usersamples/Default.aspx?query=illink>
<URL:http://research.microsoft.com/research/downloads/#ILMerge>

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
<URL:http://dotnet.mvps.org/dotnet/faqs/>
Nov 20 '05 #2
Thanks, Herfried.

"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:Ox*************@TK2MSFTNGP10.phx.gbl...
* "Atchoum" <NO************@videotron.ca> scripsit:
I have a solution with multiple projects (one C# and the others VB) and
right they all compile to their own DLL. Is there not a way to get a unique DLL as output?

<URL:http://www.gotdotnet.com/community/u...px?query=illin
k> <URL:http://research.microsoft.com/research/downloads/#ILMerge>

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
<URL:http://dotnet.mvps.org/dotnet/faqs/>


Nov 20 '05 #3
Hi

I Have an exe and an dll. I want to use ILmerge.

I have an winexe called Datastore.exe and a dll called acesspath.dll

now what is the command line that i should use in Ilmerge so that I can get
an
Datastore.exe and acesspath.dll into one assembly called superdatastore.exe?

your help is graetly appreciated
"Herfried K. Wagner [MVP]" wrote:
* "Atchoum" <NO************@videotron.ca> scripsit:
I have a solution with multiple projects (one C# and the others VB) and
right they all compile to their own DLL. Is there not a way to get a unique
DLL as output?


<URL:http://www.gotdotnet.com/community/usersamples/Default.aspx?query=illink>
<URL:http://research.microsoft.com/research/downloads/#ILMerge>

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
<URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #4
Got it ..
thanks anyway

"ILMergeHelp" wrote:
Hi

I Have an exe and an dll. I want to use ILmerge.

I have an winexe called Datastore.exe and a dll called acesspath.dll

now what is the command line that i should use in Ilmerge so that I can get
an
Datastore.exe and acesspath.dll into one assembly called superdatastore.exe?

your help is graetly appreciated
"Herfried K. Wagner [MVP]" wrote:
* "Atchoum" <NO************@videotron.ca> scripsit:
I have a solution with multiple projects (one C# and the others VB) and
right they all compile to their own DLL. Is there not a way to get a unique
DLL as output?


<URL:http://www.gotdotnet.com/community/usersamples/Default.aspx?query=illink>
<URL:http://research.microsoft.com/research/downloads/#ILMerge>

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
<URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #5
Hi

I Have an exe and an dll. I want to use ILmerge.

I have an winexe called Datastore.exe and a dll called acesspath.dll

now what is the command line that i should use in Ilmerge so that I can get
an
Datastore.exe and acesspath.dll into one assembly called superdatastore.exe?

your help is graetly appreciated
"Herfried K. Wagner [MVP]" wrote:
* "Atchoum" <NO************@videotron.ca> scripsit:
I have a solution with multiple projects (one C# and the others VB) and
right they all compile to their own DLL. Is there not a way to get a unique
DLL as output?


<URL:http://www.gotdotnet.com/community/usersamples/Default.aspx?query=illink>
<URL:http://research.microsoft.com/research/downloads/#ILMerge>

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
<URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #6
Got it ..
thanks anyway

"ILMergeHelp" wrote:
Hi

I Have an exe and an dll. I want to use ILmerge.

I have an winexe called Datastore.exe and a dll called acesspath.dll

now what is the command line that i should use in Ilmerge so that I can get
an
Datastore.exe and acesspath.dll into one assembly called superdatastore.exe?

your help is graetly appreciated
"Herfried K. Wagner [MVP]" wrote:
* "Atchoum" <NO************@videotron.ca> scripsit:
I have a solution with multiple projects (one C# and the others VB) and
right they all compile to their own DLL. Is there not a way to get a unique
DLL as output?


<URL:http://www.gotdotnet.com/community/usersamples/Default.aspx?query=illink>
<URL:http://research.microsoft.com/research/downloads/#ILMerge>

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
<URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Harry Whitehouse | last post by:
I'm developing a small class which will be used in a number of distinct C# projects. This small class is undergoing constant change/refinement as I try to employ it in the different projects. ...
2
by: TaeHo Yoo | last post by:
Hi all, I have a solution which contains multiple projects. Those multiple projects should share the same session. For example, users login, create the session for users then these session...
3
by: Galore | last post by:
Hello! I'm trying to setup an ASP.NET multiple web projects application, following the article How To Create an ASP.NET Application from Multiple Projects for Team Development. I could do it...
2
by: Samuel L Matzen | last post by:
Hi, I am trying to develop with multiple projects in a single solution. The many of these projects create .dlls that are used by other projects. When I reference a .dll I reference it in the...
1
by: David Herbst | last post by:
I have a solution that contains one main web project, ten sub web projects and a controls library project all in a single web application. I followed the steps in the following MS KB: How To...
10
by: eswanson | last post by:
I have broken up my web site into smaller web site projects. When I look at the precompiled files, it always has the virtual directory in them ie: <preserve resultType="3"...
13
by: Paul Cheetham | last post by:
Hi, I have two projects where I want to use the same source file in each project. If I add the file to each project, then a local copy is made. I want to be able to have a single source file...
60
by: Shawnk | last post by:
Some Sr. colleges and I have had an on going discussion relative to when and if C# will ever support 'true' multiple inheritance. Relevant to this, I wanted to query the C# community (the...
9
by: TC | last post by:
I need to design a system which represents multiple "projects" in SQL Server. Each project has the same data model, but is independent of all others. My inclination is to use one database to store...
3
by: Mike Hudson | last post by:
Performance/good practice wise which one is preffered. 1. Keep adding new classes/forms to an existing project. Or 2. Create a new project based on the requirement and add the reference. Which...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.