What version of .Net

Discussions concerning general integration topics.

Moderator: Phil Barton

Post Reply
czentman
Posts: 157
Joined: Tue Dec 02, 2008 12:02 pm

What version of .Net

Post 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?
Garrett Groff

Re: What version of .Net

Post 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.
Post Reply