简体   繁体   中英

How to install lastfm plugin for c# in .net framework

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

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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM