how to install .NET 3.5 onto 2003 web server?

J

Jurjen de Groot

hello,

I've developped an application using .NET 3.5.
I have asked my hosting provider to install the .NET 3.5 Framework
redistributable, and they say they did, but I keep running into problems
when starting a 3.5 web-application. The .NET version number at the bottom
of the error screen (2.0.50727.832; ASP.NET Version:2.0.50727.832) also
indicates that it's not using 3.5 assemblies (System.web.dll version for 3.5
is 2.0.50727.1433)

Should I be doing anything else in the setup of my website ? They have
already created a seperate application pool for just this web-application
but I keep getting all sorts of errors.

I have googled this but didn't find a solution for this problem.

I hope someone can help me out...

TIA,
Jurjen.


Server Error in '/' Application.
--------------------------------------------------------------------------------

Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'System.Core,
Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of
its dependencies. The system cannot find the file specified.

Source Error:

Line 25: <compilation debug="true">
Line 26: <assemblies>
Line 27: <add assembly="System.Core, Version=3.5.0.0, Culture=neutral,
PublicKeyToken=B77A5C561934E089"/>
Line 28: <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 29: <add assembly="System.Web.Extensions, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>

Source File: D:\Sites\www.webrs.nl\web.config Line: 27

Assembly Load Trace: The following information can be helpful to determine
why the assembly 'System.Core, Version=3.5.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089' could not be loaded.

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind
failure logging.
To turn this feature off, remove the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog].
 
G

Guest

hello,

I've developped an application using .NET 3.5.
I have asked my hosting provider to install the .NET 3.5 Framework
redistributable, and they say they did, but I keep running into problems
when starting a 3.5 web-application. The .NET version number at the bottom
of the error screen (2.0.50727.832; ASP.NET Version:2.0.50727.832) also
indicates that it's not using 3.5 assemblies (System.web.dll version for 3..5
is 2.0.50727.1433)

Should I be doing anything else in the setup of my website ? They have
already created a seperate application pool for just this web-application
but I keep getting all sorts of errors.

I have googled this but didn't find a solution for this problem.

I hope someone can help me out...

TIA,
Jurjen.

Server Error in '/' Application.
---------------------------------------------------------------------------­-----

Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'System.Core,
Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of
its dependencies. The system cannot find the file specified.

Source Error:

Line 25:                <compilation debug="true">
Line 26:                        <assemblies>
Line 27:                                <add assembly="System.Core, Version=3.5.0.0, Culture=neutral,
PublicKeyToken=B77A5C561934E089"/>
Line 28:                                <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 29:                                <add assembly="System.Web.Extensions, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>

Source File: D:\Sites\www.webrs.nl\web.config    Line: 27

Assembly Load Trace: The following information can be helpful to determine
why the assembly 'System.Core, Version=3.5.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089' could not be loaded.

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind
failure logging.
To turn this feature off, remove the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog].

---------------------------------------------------------------------------­-----
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET
Version:2.0.50727.832

Maybe your support could check if it was correctly installed or
reinstall it again. Here's more information regarding installation on
Win2003

[2.1.4.] .NET Framework 3.5 installation might not configure IIS
correctly on Windows XP or Windows Server 2003
http://download.microsoft.com/download/9/a/e/9ae0f6cc-7032-408e-9ca7-989f9e4af4ec/dotNetReadMe.htm

Regarding System.web.dll's version. This is correct, ASP.NET uses CLR
2.0 and shows it as 2.0
 
C

Cowboy \(Gregory A. Beamer\)

With ASP.NET, having 3.5 installed is not the only hurdle. Make sure your
application is set to use 3.5, as well. This may be their issue or yours.
Many ISPs give you a configuration page to set the Framework version
yourself. If this is the case, you will have to set it on that page.


Jurjen de Groot said:
hello,

I've developped an application using .NET 3.5.
I have asked my hosting provider to install the .NET 3.5 Framework
redistributable, and they say they did, but I keep running into problems
when starting a 3.5 web-application. The .NET version number at the bottom
of the error screen (2.0.50727.832; ASP.NET Version:2.0.50727.832) also
indicates that it's not using 3.5 assemblies (System.web.dll version for
3.5 is 2.0.50727.1433)

Should I be doing anything else in the setup of my website ? They have
already created a seperate application pool for just this web-application
but I keep getting all sorts of errors.

I have googled this but didn't find a solution for this problem.

I hope someone can help me out...

TIA,
Jurjen.


Server Error in '/' Application.
--------------------------------------------------------------------------------

Configuration Error
Description: An error occurred during the processing of a configuration
file required to service this request. Please review the specific error
details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'System.Core,
Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one
of its dependencies. The system cannot find the file specified.

Source Error:

Line 25: <compilation debug="true">
Line 26: <assemblies>
Line 27: <add assembly="System.Core, Version=3.5.0.0, Culture=neutral,
PublicKeyToken=B77A5C561934E089"/>
Line 28: <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 29: <add assembly="System.Web.Extensions, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>

Source File: D:\Sites\www.webrs.nl\web.config Line: 27

Assembly Load Trace: The following information can be helpful to determine
why the assembly 'System.Core, Version=3.5.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089' could not be loaded.

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind
failure logging.
To turn this feature off, remove the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog].
 
J

Jurjen de Groot

It would seem that :

2.0.50727.832 is version 2.0 of the .NET Framework
2.0.50727.1433 is version 2.0 of the .NET Framework SP1
 
J

Jurjen de Groot

It would seem that :

2.0.50727.832 is version 2.0 of the .NET Framework
2.0.50727.1433 is version 2.0 of the .NET Framework SP1

Now that SP1 of .NET 2.0 is installed on the web-server I get the same
message but now for the System.Core assembly (see below)

It's becoming a real pain to install my .NET 3.5 web-application, can anyone
help me out ?

TIA,
Jurjen.

Could not load file or assembly 'System.Core, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its
dependencies. The system cannot find the file specified.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: Could not load file or
assembly 'System.Core, Version=3.5.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system
cannot find the file specified.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,899
Latest member
RodneyMcAu

Latest Threads

Top