*The ASP.NET requires .NET Framework 1.1 from Microsoft.

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

hi

asp.net 3.5

I'm developig a website and is about to integrate paypal. I've downloaded
it's SDK.. and the SDK says:
"*The ASP.NET requires .NET Framework 1.1 from Microsoft."

does that mean it won't work in .net 3.5?
 
hi

asp.net 3.5

I'm developig a website and is about to integrate paypal. I've downloaded
it's SDK.. and the SDK says:
"*The ASP.NET requires .NET Framework 1.1 from Microsoft."

does that mean it won't work in .net 3.5?

ASP.NET is backward compatible and I think you should not get any
problems with SDK on 3.5. I think they just talk about minimum
requirements for their examples.
 
Hi Jeff,

Normally any application that works with older version of .NET (earlier than
3.5) will continue to work with .NET Framework 3.5, because it has backward
compatibility.

Hope this helps.

regards,
Joy
 
Back
Top