Forums

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): Set-up & Installation > Newsletter Module Issue

Newsletter Module Issue

  • Olivier avatar

    Posted on Aug 2, 2011 (permalink)

    Hi,

    The newsletter module was disabled in our website since the client didn't need it. The line was commented in the <modules> section of the .config.

    Until now, because i'm trying to re-enable it.

    When i'm trying to access the module from the admin section, I get the following error:

    An error occured while instantiating the proxy type.
    Telerik.WebServices.DynamicProxy.ProxyInstantiationException
    Telerik.WebServices.DynamicProxy.ProxyInstantiationException: An error occured while instantiating the proxy type. ---> System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.


    I've read in another thread, that I could try to delete the .dll in ~/Sitefinity/ServiceAssemblies. When I do so, and I try to access the module, the .dll does not get re-created and I get this error:

    There was an error downloading 'http://localhost/SiteFinityApp/Sitefinity/Admin/Services/MailingWebService.asmx?WSDL'.
    System.Net.WebException
    System.Net.WebException: There was an error downloading 'http://localhost/SiteFinityApp/Sitefinity/Admin/Services/MailingWebService.asmx?WSDL'. ---> System.Net.WebException: The request failed with HTTP status 401: Access Denied.


    But I am able to access the WSDL from my browser...

    Any idea what the problem could be ?

    Thank you,

    Olivier

    Reply

  • Ivan Dimitrov Ivan Dimitrov admin's avatar

    Posted on Aug 2, 2011 (permalink)

    Hi Olivier,

    Make sure that the account that runs ASP.NET worker process has access over the SiteFinityApp/Sitefinity/Admin/Services/ folder. You can use a third party tool like Fiddler to narrow down from where the issue might comes from. The error says that the worker process does not have permissions over the Services folder or the dll that is dynamically generated. Note that the dll will be generated only in full trust environment because of the Reflection usage.

    Best wishes,
    Ivan Dimitrov
    the Telerik team
    Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

    Reply

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): Set-up & Installation > Newsletter Module Issue