Hm, I put all DLLs from your example in GAC and it is working without any problem. Can you compile with debug information to get more details? I think it is not a AjaxPro problem.
Regards, Michael On 9/29/06, svintinner <[EMAIL PROTECTED]> wrote: > > Hi Michael. Since I'm using Visual Studio.NET 2003, I'm using AjaxPro > (not AjaxPro.2) in case that makes any difference. > > Here are the ajax entries for my web.config: > > <location path="ajaxpro"> > <system.web> > <httpHandlers> > <add verb="*" path="*.ashx" > type="AjaxPro.AjaxHandlerFactory, AjaxPro, Version=6.9.27.3, > Culture=neutral, PublicKeyToken=4735ae9824c7d3ec"/> > </httpHandlers> > <!-- > If you need to have Ajax.NET Professional methods running > on the > login page you may have to enable your own authorization > configuration > here. > --> > <!-- > <authorization> > <deny users="?"/> > </authorization> > --> > </system.web> > </location> > > > I also just checked the event log and discovered that the following > error occurs in the Application event log when my web part is first > loaded. I double-checked and the error does not occur when my web part > is in /bin. > > Event Type: Error > Event Source: Windows SharePoint Services 2.0 > Event Category: Devices > Event ID: 1000 > Date: 9/29/2006 > Time: 9:48:47 AM > User: N/A > Computer: VM1 > Description: > There was an error reflecting type 'AjaxRSS.AjaxRSSReader'. > > For more information, see Help and Support Center at > http://go.microsoft.com/fwlink/events.asp. > > > Also, just to be clear, if I install the AjaxPro.dll into the GAC, but > my AjaxRSS.dll into /bin, everything works fine. The error only occurs > when I install my AjaxRSS.dll into the GAC. > > Thanks again for your help. > > > > > -- Best regards | Schöne Grüße Michael Microsoft MVP - Most Valuable Professional Microsoft MCAD - Certified Application Developer http://weblogs.asp.net/mschwarz/ http://www.schwarz-interactive.de/ Skype: callto:schwarz-interactive MSN IM: [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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/ Don't forget to read my blog at http://weblogs.asp.net/mschwarz/ -~----------~----~----~----~------~----~------~--~---
