Click here to Skip to main content
16,010,650 members
Home / Discussions / C#
   

C#

 
GeneralRe: Reflection Question Pin
leppie5-Aug-04 19:22
leppie5-Aug-04 19:22 
GeneralRe: Reflection Question Pin
Angel Reyes6-Aug-04 6:29
Angel Reyes6-Aug-04 6:29 
GeneralStatically linking dependency assemblies Pin
softp_vc5-Aug-04 17:40
softp_vc5-Aug-04 17:40 
GeneralRe: Statically linking dependency assemblies Pin
leppie5-Aug-04 19:25
leppie5-Aug-04 19:25 
GeneralRe: Statically linking dependency assemblies Pin
softp_vc5-Aug-04 20:17
softp_vc5-Aug-04 20:17 
GeneralRe: Statically linking dependency assemblies Pin
Colin Angus Mackay5-Aug-04 23:01
Colin Angus Mackay5-Aug-04 23:01 
GeneralRe: Statically linking dependency assemblies Pin
softp_vc6-Aug-04 3:46
softp_vc6-Aug-04 3:46 
GeneralRe: Statically linking dependency assemblies Pin
Heath Stewart6-Aug-04 5:07
protectorHeath Stewart6-Aug-04 5:07 
I don't think you understand: it isn't supported. And if you're referring to the .NET base class library assemblies (mscorlib.dll, System.dll, etc.), then I'm guessing you also don't want the client to have the .NET Framework installed, huh? Guess what - that's not possible, either. The .NET Framework is more than just .NET assemblies - it's a complete runtime made up of system components and must be installed.

There is a project somewhere on the web that attempts to circumvent this, but all it really does is collect only the required components of .NET for a particular application and install them locally into a directory. It's still the .NET Framework, just a hack and not installed as system components, thus bloating the system.

Just like Java requires a JVM and VB6 and lower requires a VB VM (virtual machine), .NET requires the CLR.

Colin is right, though: if the dependent assemblies are ones you created, then don't create dependent assemblies and create all the code into one .EXE assembly.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Statically linking dependency assemblies Pin
softp_vc6-Aug-04 17:22
softp_vc6-Aug-04 17:22 
GeneralDisplay Image in ListView ! Pin
Colinyin5-Aug-04 16:31
Colinyin5-Aug-04 16:31 
GeneralRe: Display Image in ListView ! Pin
leppie5-Aug-04 19:55
leppie5-Aug-04 19:55 
GeneralRe: Display Image in ListView ! Pin
Colinyin5-Aug-04 20:07
Colinyin5-Aug-04 20:07 
GeneralRe: Display Image in ListView ! Pin
Looney Tunezez6-Aug-04 4:40
Looney Tunezez6-Aug-04 4:40 
QuestionWhy the web browser's IHTMLElementCollection.Lenght became 0 after change the designMode property? Pin
BeiJing20085-Aug-04 16:20
BeiJing20085-Aug-04 16:20 
Questioncustom control/list view ? Pin
Christian Graus5-Aug-04 14:00
protectorChristian Graus5-Aug-04 14:00 
AnswerRe: custom control/list view ? Pin
leppie5-Aug-04 19:59
leppie5-Aug-04 19:59 
GeneralRe: custom control/list view ? Pin
Christian Graus8-Aug-04 10:20
protectorChristian Graus8-Aug-04 10:20 
GeneralSerializationException when deserialize an object Pin
pelos5-Aug-04 13:35
pelos5-Aug-04 13:35 
GeneralRe: SerializationException when deserialize an object Pin
leppie5-Aug-04 20:04
leppie5-Aug-04 20:04 
GeneralRe: SerializationException when deserialize an object Pin
pelos5-Aug-04 21:23
pelos5-Aug-04 21:23 
GeneralRe: SerializationException when deserialize an object Pin
Heath Stewart6-Aug-04 5:13
protectorHeath Stewart6-Aug-04 5:13 
GeneralRe: SerializationException when deserialize an object Pin
pelos5-Aug-04 23:46
pelos5-Aug-04 23:46 
GeneralRe: SerializationException when deserialize an object Pin
pelos6-Aug-04 1:52
pelos6-Aug-04 1:52 
GeneralContainer Object reference in Contained class Pin
idoonii5-Aug-04 12:37
sussidoonii5-Aug-04 12:37 
GeneralRe: Container Object reference in Contained class Pin
leppie5-Aug-04 20:05
leppie5-Aug-04 20:05 

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.