Windows Develop Bookmark and Share   
 index > Windows Forms General > WPF & LINQ on .net 2.0 framework sp1?
 

WPF & LINQ on .net 2.0 framework sp1?

I have a client that is running the .net 2.0 framework sp1. I am developing a Winforms app for them and can't install a more recent version because of their IT mandates. Can I use WPF and/or LINQ with the .net 2.0 framework sp1? Can I bin deploy the dlls? Know of any articles, booksor samples that describe this? Thanks in advance, Dan
Dan Crowell | www.crowsol.com
Dan Crowell  Tuesday, April 21, 2009 4:19 PM
You ~can~ use (at least some) LINQ and target .net 2.0 framework sp1 (though I've found some things problematic). You cannot use WPF, though, since the WPF libraries are part of the newer frameworks.

Try setting up VS 2008 to target .NET 2.0 in your project. It should give you errors/warnings if you use something that won't work on the 2.0 framework.
Reed Copsey, Jr.  Tuesday, April 21, 2009 4:24 PM
You ~can~ use (at least some) LINQ and target .net 2.0 framework sp1 (though I've found some things problematic). You cannot use WPF, though, since the WPF libraries are part of the newer frameworks.

Try setting up VS 2008 to target .NET 2.0 in your project. It should give you errors/warnings if you use something that won't work on the 2.0 framework.
Reed Copsey, Jr.  Tuesday, April 21, 2009 4:24 PM

You can use google to search for other answers

Custom Search

More Threads

• cant get scroll bar to be visible
• FXcop
• How to hide/kill context menu when mouse moves away from it
• How can I trap the up arrow or Down Arrow or Page Up/Down Events in a form?
• How do I refresh a Listbox after changing its item's properties?
• Application Specific File Extentsions
• Open IE and Navigate from VB.Net
• Make setup program create folders?
• searching in listbox
• Need Help With Splitters/Resizing Controls at RunTime...