Search the web
Sign In
New User? Sign Up
XMLRPCNET · XML-RPC.NET
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Configuration error: Could not load file or assembly...   Message List  
Reply | Forward Message #1083 of 1226 |
Re: Configuration error: Could not load file or assembly...

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. :)
> >
>





Mon Oct 27, 2008 7:46 pm

valerashylin
Offline Offline
Send Email Send Email

Forward
Message #1083 of 1226 |
Expand Messages Author Sort by Date

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...
Valeriy Shylin
valerashylin
Offline Send Email
Oct 27, 2008
2:44 pm

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...
zbeckerman
Offline Send Email
Oct 27, 2008
6:42 pm

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...
Valeriy Shylin
valerashylin
Offline Send Email
Oct 27, 2008
7:46 pm

If you plan to deploy a .NET application to a machine that did not install .NET, you MUST install the .NET redistributables ...
Zev Beckerman
zbeckerman
Offline Send Email
Oct 28, 2008
3:29 am

I'm using a virtual machine with Windows 2003 Server Enterprise edition. All the recent updates (including .NET Framework Version 2.0) are installed. I checked...
Valeriy Shylin
valerashylin
Offline Send Email
Oct 28, 2008
7:05 am

OK, I managed to make the service work. However, by now it should be located in the root directory (any indication of the relative path to the assembly in...
Valeriy Shylin
valerashylin
Offline Send Email
Oct 29, 2008
9:59 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help