Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




System.Web.Extensions (aka AJAX) do not exist

beta

During appdomain load, gemini3 display this exception:
W/ the installation of AJAX 1.0 for .NET 2.0 appdomain load correctly.
Please, note this prerequisite into manual.
Thanx.

Server Error in '/Gemini3' 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 34:     <compilation defaultLanguage="c#" debug="false">
Line 35:       <assemblies>
Line 36:         <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
Line 37:         <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 38:         <add assembly="System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>

Source File: c:\inetpub\wwwroot\gemini3\web.config    Line: 36

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.1433; ASP.NET Version:2.0.50727.1433

lomi
· 1
lomi
Replies (3)
helpful
0
not helpful

Thank you. This has been noticed by other users as well.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

I installed ASP.NET AJAX Extensions 1.0 to resolve this issue.  These extensions are also part of .NET 3.

http://asp.net/ajax/downloads/


SystemIdleProcess
· 1
SystemIdleProcess
helpful
0
not helpful

Sorry, ignore my last comment.  I didn't read your post fully where you stated that you had it installed.


SystemIdleProcess
· 1
SystemIdleProcess