Question

still newbie on C#. i never installed a plugin, on my .net framework but i would like to build an application communicating with lastfm webservices.

so i went in the api lastfm page and i downloaded the lastfm c# plugin here. now i have one zip with the plugin inside. i don't know how to install it before to include it in my new project. how can i do?

thank you in advance

Was it helpful?

Solution

If you only want the binaries and not the source then make sure to download the binaries download - otherwise you will need to build the source yourself.

Extract the zip file and inside you will find a dll called lastfm-sharp. I recommend moving this to a lib directory in your project. Then you need to add a reference to to your project which is explained here.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top