G
Guest
I know the official answer is that framework 2.0 is required. But I have a
simple C# app that is used in a testing environment on systems that don't
have 2.0. I want to be able to just put the app on a USB key, put it in a
system, and run it, without having to go through an installation process.
Is there a way to coerce the app to run with framework 1.1? Or to build a C#
app that is truly standalone, like I can with C++?
simple C# app that is used in a testing environment on systems that don't
have 2.0. I want to be able to just put the app on a USB key, put it in a
system, and run it, without having to go through an installation process.
Is there a way to coerce the app to run with framework 1.1? Or to build a C#
app that is truly standalone, like I can with C++?