i got an idea and i`d like to know if can it become true or not , now lets say i made a program using VS C# 2010 and i used the 2 libraries using system; and using system.IO;
can i take these 2 libraries from the .net frame work it self and include them into my application folder and import them into my application using references . so i don`t have to install the .net framework on the target machine , is this possible ? and if yes , where can i find the .net libraries to download and include .. thanks a lot for your help in advance .
No that’s not possible since you’ll still need CLR which is integrated part of .NET Framework. If you want a .NET application to run without the Framework installed, use VMware ThinApp.