Using C# to develop an application which is supposed to be downloaded from the internet, brings me to the problem of .Net framework size (23 MB
Is there any compact version of .Net framework for windows 98 and XP ?
No, there's no a "compact" version of the .NET Framework.
Take a look at the Salamander .NET Linker and Mini-Deployment Tool
(http://www.remotesoft.com/linker/), it could be what you are looking for.
Jack Strand - 10 May 2004 06:33 GMT
Even better:
http://thinstall.com/help/index.html?linking_netframework.htm
> No, there's no a "compact" version of the .NET Framework.
>
> Take a look at the Salamander .NET Linker and Mini-Deployment Tool
> (http://www.remotesoft.com/linker/), it could be what you are looking for.
Gabriele G. Ponti - 10 May 2004 13:03 GMT
Cool, thanks for the tip.