[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... :confused:
link to screenshot :
Code:
http://imgdiva.com/images/840Untitled.png
Re: CookComputing.XmlRpc Problem
You are targeting an earlier version of the Framework from your version of 4.0.
Re: CookComputing.XmlRpc Problem
but what should i do?? :(
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.
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 :/
Re: CookComputing.XmlRpc Problem
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
Re: CookComputing.XmlRpc Problem
i already have linked manually to the latest CookComputing.XmlRpcV2 ... if it's that what you mean? :/
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?