Click here to Skip to main content
15,897,187 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralCombining assemblies Pin
Arash Sabet4-Dec-03 9:06
Arash Sabet4-Dec-03 9:06 
GeneralRe: Combining assemblies Pin
Colin Angus Mackay7-Dec-03 6:12
Colin Angus Mackay7-Dec-03 6:12 
GeneralRe: Combining assemblies Pin
Anonymous7-Dec-03 9:55
Anonymous7-Dec-03 9:55 
GeneralRe: Combining assemblies Pin
Colin Angus Mackay7-Dec-03 13:58
Colin Angus Mackay7-Dec-03 13:58 
GeneralRe: Combining assemblies Pin
Arash Sabet8-Dec-03 2:28
Arash Sabet8-Dec-03 2:28 
GeneralRe: Combining assemblies Pin
Colin Angus Mackay8-Dec-03 3:21
Colin Angus Mackay8-Dec-03 3:21 
GeneralRe: Combining assemblies Pin
Arash Sabet8-Dec-03 4:04
Arash Sabet8-Dec-03 4:04 
GeneralRe: Combining assemblies Pin
Colin Angus Mackay8-Dec-03 4:56
Colin Angus Mackay8-Dec-03 4:56 
Not out of the box... But if you look up MSDN for "Multifile Assembly Example" you will find how to create lots of MSIL module files, which can be used by the AL.EXE tool - So putting the two original assemblies together may just be possible if you can compile each to a MSIL module first and then use AL.EXE to link the modules together to make the assembly.

Mayme this is just me - but this seems like a bit of a hack. I'd still really like to know the reasoning about why these two assemblies must be made into one. I don't see that it matters having two assemblies instead of one. I think it would be a lot easier to manage as two assemblies rather than as two masquerading as one. I'm not sure about how the debugger will take to this arrangment (it might be clever enough to work out where everything is - but it could also really confuse it).

--Colin Mackay--

"In the confrontation between the stream and the rock, the stream always wins - not through strength but perseverance." (H. Jackson Brown)

Enumerators in .NET: See how to customise foreach loops with C#


GeneralRe: Combining assemblies Pin
Arash Sabet8-Dec-03 5:14
Arash Sabet8-Dec-03 5:14 
GeneralOne more question Pin
Arash Sabet8-Dec-03 5:20
Arash Sabet8-Dec-03 5:20 
GeneralOne more question Pin
Arash Sabet8-Dec-03 5:22
Arash Sabet8-Dec-03 5:22 
GeneralRe: One more question Pin
Colin Angus Mackay8-Dec-03 5:50
Colin Angus Mackay8-Dec-03 5:50 
GeneralRe: One more question Pin
Arash Sabet8-Dec-03 6:18
Arash Sabet8-Dec-03 6:18 
GeneralRe: One more question Pin
Colin Angus Mackay8-Dec-03 6:58
Colin Angus Mackay8-Dec-03 6:58 
GeneralRe: One more question Pin
Arash Sabet8-Dec-03 7:08
Arash Sabet8-Dec-03 7:08 
GeneralRe: One more question Pin
Colin Angus Mackay8-Dec-03 7:42
Colin Angus Mackay8-Dec-03 7:42 
GeneralRe: One more question Pin
Arash Sabet8-Dec-03 7:47
Arash Sabet8-Dec-03 7:47 
QuestionIs the compiler part of the Framework? Pin
Matt Philmon4-Dec-03 7:44
Matt Philmon4-Dec-03 7:44 
AnswerRe: Is the compiler part of the Framework? Pin
Ruchi Gupta10-Dec-03 8:00
Ruchi Gupta10-Dec-03 8:00 
Questionc# alarm class implementation? Pin
AndrewCherry4-Dec-03 4:00
AndrewCherry4-Dec-03 4:00 
AnswerRe: c# alarm class implementation? Pin
Matt Philmon4-Dec-03 7:35
Matt Philmon4-Dec-03 7:35 
AnswerRe: c# alarm class implementation? Pin
Not Active4-Dec-03 7:53
mentorNot Active4-Dec-03 7:53 
GeneralRe: c# alarm class implementation? Pin
AndrewCherry4-Dec-03 8:25
AndrewCherry4-Dec-03 8:25 
GeneralReduce the time intensive phases of .Net application development Pin
smars3-Dec-03 22:14
smars3-Dec-03 22:14 
GeneralRecursive Search and Replace in Files Pin
prowler023-Dec-03 17:12
prowler023-Dec-03 17:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.