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
Morten Wennevik - 17 Aug 2005 19:39 GMT
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
[quoted text clipped - 6 lines]
>
> many thanks

Signature
Happy coding!
Morten Wennevik [C# MVP]