Results 1 to 9 of 9

Thread: [RESOLVED] CookComputing.XmlRpc Problem

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2008
    Posts
    353

    Resolved [RESOLVED] CookComputing.XmlRpc Problem

    Im having trouble with xml-rpc ... i've added a reference to CookComputing.XmlRpc.dll and still when having it on the project i get lots of trouble :/

    whenever vb suggests a fix and i do it, after starting the debug it all gets underlined as error...

    link to screenshot :
    Code:
    http://imgdiva.com/images/840Untitled.png
    Thanks for helping me out.

  2. #2
    Fanatic Member proneal's Avatar
    Join Date
    May 2011
    Posts
    762

    Re: CookComputing.XmlRpc Problem

    You are targeting an earlier version of the Framework from your version of 4.0.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2008
    Posts
    353

    Re: CookComputing.XmlRpc Problem

    but what should i do??
    Thanks for helping me out.

  4. #4
    Fanatic Member proneal's Avatar
    Join Date
    May 2011
    Posts
    762

    Re: CookComputing.XmlRpc Problem

    I guess look for another DLL that works with 3.5 or earlier. Or find a newer DLL that works with your program. If the methods are not accessible then it will error.
    It is looking for a method it cannot access or find. So that means you won't be able to use that DLL in your project. Unless you make your project to target earlier framework, like 3.5 and earlier. I am guessing of course. I never had this problem, yet.

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2008
    Posts
    353

    Re: CookComputing.XmlRpc Problem

    I have the latest version of that .dll.. i dont know why would that make one that would fit only 3.5 framework and earlier :/
    Thanks for helping me out.

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2008
    Posts
    353

    Re: CookComputing.XmlRpc Problem

    anyone?
    Thanks for helping me out.

  7. #7
    Fanatic Member proneal's Avatar
    Join Date
    May 2011
    Posts
    762

    Re: CookComputing.XmlRpc Problem

    I'm not sure but have you tried to change the Targeting Assemblies in the Project Properties tab? I think it is under Compile tab. Look for assemblies that the program is targeting. Change to earlier version. Maybe that fixes it?

    edit-
    Actually on having to work on a project - I checked this for you, it is references tab, DOH!
    :P
    Last edited by proneal; Apr 21st, 2012 at 01:32 PM.

  8. #8

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2008
    Posts
    353

    Re: CookComputing.XmlRpc Problem

    i already have linked manually to the latest CookComputing.XmlRpcV2 ... if it's that what you mean? :/
    Thanks for helping me out.

  9. #9
    Fanatic Member proneal's Avatar
    Join Date
    May 2011
    Posts
    762

    Re: CookComputing.XmlRpc Problem

    Yes, have you asked the creators of that DLL if it has compatibility issues with 4.0 framework and what the work around might be?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width