![]() |
|
|
#1 (permalink) |
|
Bring me your problems :p
Join Date: Jan 2003
Location: /dev/ahhhhhhhhh
Posts: 3,536
|
ASP.net 3.5 Now Available
The .net framework 3.5 has now been installed on all windows servers, this is the latest update to the .net framework and includes many new features you may find useful
![]() If you have any issues running 3.5 code please let us know - shared@support.catalyst2.com |
|
|
|
|
|
#3 (permalink) |
|
Administrator
Join Date: Oct 2003
Posts: 1,484
|
Due to the way .net 3.5 is actually designed (directly built on top of .net 2.0) the web server still thinks your using .net 2.0 with additional assemblies.
These additional assemblies you need to add to your web.config file. Visual Studio or Visual Web Express will do this automatically by choosing to target .net 3.5 in the project's properties. You can see this in more detail at http://msdn2.microsoft.com/en-us/library/bb907647.aspx. If your not using Visual Studio (of some form) you should be able to search for the steps required pretty easily, if not let me know and I'll try and help you out some more. HTH Jas
__________________
Jason Robbins jason@catalyst2.com |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|