Compiling Into A Legacy Framework Version?

  • Thread starter Thread starter David P. Donahue
  • Start date Start date
D

David P. Donahue

We just installed Visual Studio 2005 at our office (moving to .NET from
Delphi) and our Citrix admins are telling us that any .NET applications
deployed on their servers need to make use of the 1.1 Framework, as they
do not support 2.0 at this time.

Is there a way in Visual Studio 2005 to compile the application using
the 1.1 Framework?
 
Yes, see http://www.codeplex.com/Wiki/View.aspx?ProjectName=MSBee

Have you had any luck using that? I'm trying to compile a project now,
but it's giving me errors with my Crystal Reports, since it's unable to
find the proper references for the 1.1 Framework for Crystal Reports.

There was a post on the forum on that site which addresses the issue in
terms ot pointing the project to the Crystal Reports files for Visual
Studio 2003. Unfortunately, we never had Visual Studio 2003 installed.
So am I out of luck, or can I get the necessary files elsewhere?


-David
 
Back
Top