Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

moved from IIS6 to IIS7.5 - problems
merk
#1 Posted : Thursday, 29 October 2009 8:34:25 AM(UTC)
Rank: Member

Joined: 28/05/2008(UTC)
Posts: 11

I'm getting an error when i try to pull up the gallery website. It was working under IIS6. I did some googling and it looks like installing the ajax library or upgrading to net 3.5 sp1 should fix it - and i already have 3.5 sp1 on there. So not sure what the error is. I'm pasting the error message below. Thanks in advance for any help. Also, i'm using an older version of GSP - 2.0.2898

Server Error in '/Photos' 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.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

Source Error:


Line 82: <compilation debug="false">
Line 83: <assemblies>
Line 84: <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
Line 85: <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 86: <add assembly="System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>

Source File: d:\inetpub\wwwroot\barbarasher\wishcraft\GalleryServerPro_v2_0_2898\web.config Line: 84

Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' 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.4927; ASP.NET Version:2.0.50727.4927
merk
#2 Posted : Thursday, 29 October 2009 9:23:04 AM(UTC)
Rank: Member

Joined: 28/05/2008(UTC)
Posts: 11

I tried upgrading to the latest version to fix this. Ran the sql upgrade script and then went through the upgrade wizard and it said it all worked.

however, when i try to view any pages, i get the following error:

Error: You must specify a default Gallery Server data provider. (D:\inetpub\wwwroot\barbarasher\wishcraft\GalleryServerPro_v2_3_3512\gs\config\galleryserverpro.config line 1002)

merk
#3 Posted : Thursday, 29 October 2009 10:00:32 AM(UTC)
Rank: Member

Joined: 28/05/2008(UTC)
Posts: 11

fixed it.

in the galleryserverpro.config file i had to change line 1002 to this:
defaultProvider="SqlServerGalleryServerProProvider"

and in the web.config i had to change line 86 to this:
<profile defaultProvider="SqlProfileProvider">

I guess i must have missed a step somewhere in the directions for upgrading.
Rss Feed  Atom Feed
Users browsing this topic
Guest
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.