Rank: Member Groups: Member
Joined: 8/29/2007 Posts: 20
|
Hello,
I would like to use the AJAXUploader control on a web application that uses .NET 3.5 via Visual Studio 2008 Orcas Beta 2. I understand that this is a beta, but there is really nothing getting in the way of using this control in a VS2008 environment (I've done it with projects targeting .NET 2.0), is there a way to remove the .NET 2.0 restriction on the assembly so that I can freely reference it in a .NET 3.5 project? MS AJAX controls are still too immature to offer the same functionality as I could get from your uploader.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Both .NET 3.0 and 3.5 still use CLR 2.0, that's the version number that we care about. So there is actually no restriction that prevent you from referencing our controls in a .NET 3.0/3.5 project.
The current public build still have several compatibility issues with VS 2008, we already have an internal build that addressed most of the issues. Please see your private message for download locations if you would like to take a look.
Thanks
|
Rank: Member Groups: Member
Joined: 8/29/2007 Posts: 20
|
Thanks for your quick response and the improved build; referencing the new assembly allowed the toolbox to build correctly and the controls are now visible, thank you.
|