yanivpr,
Without having them change their controls for 2005, I doubt it. But the
thing is, the classes in the System.Windows.Forms namespace are pretty
backwards-compatable. What is it that is not compatable?
You could always keep developing against the 1.1 runtime (and deploying
against it, specifying in the config file which runtime to run against).
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
-
(E-Mail Removed)
"yanivpr" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> My (C#) VS2003 solution includes some 3rd party controls.
>
> I want to move to VS2005, but those controls just don't work. They were
> made for Framework 1.1, and are not suitable for 2.0.
>
> Is there any tool, or some kind of magic to make this compatible?
>
> Thx!
>