T
Tommy Holm Jakobsen
Hello,
I have developed a small application in .NET 3.5 (using LINQ). This app is
supposed to run on lots of different servers. Some of these servers do not have
..NET Framework 3.5, only 2.0, so the app doesn't run on those.
I tried compiling my application to target the 2.0 framework, but that doesn't
work since I'm using LINQ, of course.
Is there a way to "bundle" all the references into a single standalone
executable, so I can run my application thats compiled for the 3.5 framework on
a machine with 2.0 framework only?
Thanks in advance,
Tommy
I have developed a small application in .NET 3.5 (using LINQ). This app is
supposed to run on lots of different servers. Some of these servers do not have
..NET Framework 3.5, only 2.0, so the app doesn't run on those.
I tried compiling my application to target the 2.0 framework, but that doesn't
work since I'm using LINQ, of course.
Is there a way to "bundle" all the references into a single standalone
executable, so I can run my application thats compiled for the 3.5 framework on
a machine with 2.0 framework only?
Thanks in advance,
Tommy