Hello,
I have a C# project which must run on both VS2002 (.NET 1.0) and
VS2005(.NET 2.0).
This project has some Windows Forms.
If just open this project and compile it inside VS2005 it does not
change the way the Form's class is implemented (does not change to
partial class style).
The problem is when I edit the Form at VS2005 designer. It adds and
change some lines inside Form's class which are .NET 2.0 specific and
this way, when I get back to VS2002 it does not compile anymore.
I would like to know if there is a way to edit the form inside VS2005
blocking VS to add specific .NET 2.0 features.
Regards,
Fernando Malard.
Frank Loizzi - 26 Sep 2006 22:16 GMT
Am 26 Sep 2006 07:53:59 -0700 schrieb fpmalard@gmail.com:
> I would like to know if there is a way to edit the form inside VS2005
> blocking VS to add specific .NET 2.0 features.
No, this is not possible. There are to much changes behind the IDE user
interface.
Bye
Frank Loizzi
Dortmund, Germany