How to refer to 2.0 Framework?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I have installed .NET framework version 2.0 and i am trying to get the
method Transmitfile under system.web.httpresponse. How should i make my asp
use the 2.0 framework dll's.

1. I have registered the asp 2.0 by using the Aspnet_regiis under the 2.0
folder.
what else should i do for this?

Any help on this would be encouraging .

Thanks,
V.Boomessh
 
under the ASP.NET folder it correctly points to 2.0 version, but when i go to
the asp application(which i am creating) i find the system.web referring to
1.0... version

So is there any way that after i install the .NET framework , all web
projects i create refer to 2.0 dll's?

Thanks,
V.Boomessh
 
Boomessh said:
under the ASP.NET folder it correctly points to 2.0 version, but when i go
to
the asp application(which i am creating) i find the system.web referring
to
1.0... version

So is there any way that after i install the .NET framework , all web
projects i create refer to 2.0 dll's?

Thanks,
V.Boomessh
What tool are you using to create your ASP.NET projects, Visual Studio by
any chance? If so, which version?
 
Boomessh said:
I am using visual studio 2003.

That's the problem. You can't use .NET 2.0 classes with VS 2003. At
least, there may be ways of hacking it around to work, but it would be
much better to get VS2005 if you want to use .NET 2.0.
 
Back
Top