how to build executables for .NET 1.1 on vs 2002

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
 
M

Morten Wennevik

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top