c# program incl .net framework 2 dlls
i have made a c# program in visual studio c# express edition

but i have to run iton computers whif .net framework 1.1


is there a possibilitie i include the dll files from framework 2 in the setup
grzz
kierop
[417 byte] By [
kierop] at [2007-12-17]
No, but you can install the
.NET framework 2.0 on the target computers. It runs side-by-side with .NET 1.1, so you won't break any existing apps.