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