Thanks Zev for the advice.
However, DependencyWalker does not seem to reveal any problem with
expected dlls except of one missing function in MPR.DLL, but I don't
think that's crucial.
I am using VS2005, but the IIS server is set up on the other machine
where VS2005 is not installed. Can this cause trouble?
Thanks.
--- In XMLRPCNET@yahoogroups.com, "zbeckerman" <zbeckerman@...> wrote:
>
> 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. :)
> >
>