Page 1 of 1

What version of .Net

Posted: Fri Apr 24, 2009 11:53 am
by czentman
I have an application that we are currently using in our production system that uses the lookups API which is .Net 2008 version.

We have a web ASP.NET application that's in version 2003. We wanted to add the necessary dll's and use the lookups API in a few places in this web app. When I even try to add the reference of any of the softpro dll's in gives an error.

Have you ever tried to do this before? Is it even possible?

Re: What version of .Net

Posted: Thu Apr 30, 2009 12:51 pm
by Garrett Groff
It's possible to reference and use libraries written using previous versions of the .NET Framework, but not vice versa. So a .NET 3.5 project can use a library written using .NET 1.1, but a .NET 1.1 project cannot use a library written using .NET 3.5.

FYI - Select is currently built for the .NET 3.5 Framework.