> Hi all,
>
[quoted text clipped - 9 lines]
> implement a compatibility?
> Every one who has a solution to my problem is welcome! :o)
Hi,
As far as I know is Chrome the only language that can use VS2005 and target
framework 1.1 aswell as 2. (and Mono for that matter)
What you can try todo is to download the C# commandline compiler for the 1.1
framework and after the app is ready, recompile it with that compiler.
Best Regards,
Jeroen Vandezande
Numberouane - 19 Jan 2006 13:39 GMT
Hi Jeroen,
I have an another answer from the forum of developpez.com (a french website).
The guy said to paste these lines in the App.config:
<startup>
<supportedRuntime version="v1.1.4322" />
</startup>
I will test it first and if it does not work, i will try to adapt your
solution (I work with VB.NET).
Thanks for your help! :o)
> > Hi all,
> >
[quoted text clipped - 20 lines]
>
> Jeroen Vandezande