I just downloaded the current version, 6.5.7.1. I replaced my existing
(6.5.3.1) version and now whenever a page loads with a registered
AjaxPro method, I get an error:
A first chance exception of type 'System.TypeLoadException' occurred in
ajaxpro.dll
Additional information: Could not load type prototype from assembly
AjaxPro, Version=6.5.17.1, Culture=neutral,
PublicKeyToken=4735ae9824c7d3ec.
I also modified my web.config to match what was in the zip file,
perhaps it is related:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="infragistics.web"
type="System.Configuration.SingleTagSectionHandler,System,
Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
<sectionGroup name="ajaxNet">
<section name="ajaxSettings"
type="AjaxPro.AjaxSettingsSectionHandler,AjaxPro"/>
</sectionGroup>
</configSections>
<ajaxNet>
<ajaxSettings>
<urlNamespaceMappings useAssemblyQualifiedName="false"/>
<jsonConverters/>
<debug enabled="false" />
<token enabled="false" sitePassword="password" />
</ajaxSettings>
</ajaxNet>
<infragistics.web imageDirectory="~/scripts/images"
javaScriptDirectory="~/scripts"/>
<appSettings>
</appSettings>
<system.web>
<httpHandlers>
<add verb="*" path="*.ashx"
type="AjaxPro.AjaxHandlerFactory,AjaxPro"/>
</httpHandlers>
<compilation defaultLanguage="c#" debug="true"/>
<customErrors mode="RemoteOnly"/>
<authentication mode="Windows" />
<authorization>
<allow users="*" /> <!-- Allow all users -->
</authorization>
<trace enabled="false" requestLimit="10" pageOutput="false"
traceMode="SortByTime" localOnly="true"/>
<sessionState mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data
source=127.0.0.1;Trusted_Connection=yes" cookieless="false"/>
<globalization requestEncoding="utf-8" responseEncoding="utf-8"/>
</system.web>
</configuration>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ajax.NET Professional" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/ajaxpro
The latest downloads of Ajax.NET Professional can be found at
http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---