how to build executables for .NET 1.1 on vs 2002

  • Thread starter Thread starter Abdulla Herzallah
  • Start date Start date
A

Abdulla Herzallah

HI every one, I really tried all I know on how to make a windows application
(compiled) on visual studio 2002
I am using C# to I have tried to reference the DLLs in the 1.1 folder but it
will crash as soon as I use any class that is not in the 1.0 example
System.Windows.Forms.FolderBrowserDialog.

All I need it to configure my vs not to use 1.0, well... at least not to
build the output [executables] base on 1.0.

many thanks
 
Hi Abdulla,

It is not possible to create v1.1 applications on vs 2002, you need vs 2003 or compile it manually using the v1.1 compiler.


HI every one, I really tried all I know on how to make a windows application
(compiled) on visual studio 2002
I am using C# to I have tried to reference the DLLs in the 1.1 folder but it
will crash as soon as I use any class that is not in the 1.0 example
System.Windows.Forms.FolderBrowserDialog.

All I need it to configure my vs not to use 1.0, well... at least not to
build the output [executables] base on 1.0.

many thanks
 
Back
Top