Hi Pablo,
Thanks again, I am making progress at last!
I tried to navigate to the endpoint using IE and it became apparent that I
hadn't added the ASPNET user to the folder's permissions.
However, I now get a "File or assembly name xxx, or one of its dependencies,
was not found" error. The assembly specified in the path attribute of the
HTTPHandler is present but is not being located. I am assuming that this is
again a permissions issue???
Again, any ideas?
Thanks!!
Ian
> Hi Ian,
> Are you able to see any error message in the eventlog ?. Just in case, try
[quoted text clipped - 60 lines]
> >> > Thanks in advance!
> >> > Ian
Pablo Cibraro - 12 Jan 2006 18:22 GMT
Hi Ian,
Make sure that all dependencies of your assembly are in the Bin folder of
the ASP.NET application.
I think ASP.NET can't load your assembly because it can't find one of the
dependencies. ( Dependencies = assemblies that your application uses )
You can use the tool FUSLOGVW.exe to see why ASP.NET can't load your
assembly.
Regards,
Pablo Cibraro
http://weblogs.asp.net/cibrax
http://www.lagash.com
> Hi Pablo,
>
[quoted text clipped - 84 lines]
>> >> > Thanks in advance!
>> >> > Ian