Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
WinForms Framework 3.5
posted

Probably a stupid question, but ...

If I target my Winforms application at Framework 3.5, but I use some Infragistics WinForms components (which are compiled against Framework 2.0), what Framework will the resulting application run in?

 TIA

Adam

Parents
No Data
Reply
  • 37774
    posted

    I'm pretty sure that the 3.5 (and 3.0) framework still use the CLR of the 2.0 framework, so you really wouldn't have any effective difference in the application, aside from the fact that the application would require that the 3.5 framework be installed.

    -Matt

Children