Download dependency checker at: http://www.dependencywalker.com/
This will allow you to see what DLLs (paths) are expected and which
are missing. This will speed up the process to solve the problem.
I notice that you are using the V2 version of the DLL. Make sure you
are using VS2005 and not VS2003.
Thanks,
Zev.
--- In XMLRPCNET@yahoogroups.com, "Valeriy Shylin" <valera-sh@...>
wrote:
>
> Hi guys,
>
> sorry for posting once again the same thing already discussed here
> about how to implement and configure the service in the web.config
> file.
>
> Still I experience troubles in making the service work. When I open
> the URL in the browser I get the configuration error page saying:
>
> "Could not load file or assembly 'MathService' or one of its
> dependencies. The system cannot find the file specified."
>
>
> I would appreciate if you could help me.
>
> As an example I took the MathService example without modifying it.
>
> The web.config file is:
> <configuration>
> <system.web>
> <httpHandlers>
> <add verb="*" path="math.rem" type="MathService,
MathService" />
> </httpHandlers>
> </system.web>
> </configuration>
>
> Both MathService.dll and CookComputing.XmlRpcV2.dll are located in
> the bin directory.
>
> Thanks. :)
>