D
Dragos Barac
We built an application in C# and just realized that
the .NET framework is not installed by default on WinXP
machines.
Short of asking our customers to download the entire .NET
framework, is there any other way to make a C#
application run on a standard XP client machine? Is it
possible to:
- statically link only the subset of .NET that our
application actually uses (3 or 4 dlls)?
- compile the app for x86 instead of IL code, so that
no .NET is necessary for the client machine?
Any other ideas, please?
I appreciate any ideas!
Thanks.
the .NET framework is not installed by default on WinXP
machines.
Short of asking our customers to download the entire .NET
framework, is there any other way to make a C#
application run on a standard XP client machine? Is it
possible to:
- statically link only the subset of .NET that our
application actually uses (3 or 4 dlls)?
- compile the app for x86 instead of IL code, so that
no .NET is necessary for the client machine?
Any other ideas, please?
I appreciate any ideas!
Thanks.