# MP3Tag & VB Net

**URL:** https://community.mp3tag.de/t/mp3tag-vb-net/15249
**Category:** Off-Topic
**Created:** [November 28, 2013, 9:55pm UTC](https://community.mp3tag.de/t/mp3tag-vb-net/15249 "2013-11-28T21:55:11Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![davemas](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/d/c2a13f/32.png) [@davemas](https://community.mp3tag.de/u/davemas)
#### Post date: [November 28, 2013, 9:55pm UTC](https://community.mp3tag.de/t/mp3tag-vb-net/15249/1 "2013-11-28T21:55:11Z")

</div>

Hi everyone

I'm trying to make a music library using visual basic....

I save some tags using MP3Tag...

but there are some tags I cannot read them by visual basic

is there any dll file or something that can help me to read all the tags that I saved from MP3Tag???

---

<div class="post-metadata">

### Author: ![LyricsLover](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/l/c6cbf5/32.png) [@LyricsLover](https://community.mp3tag.de/u/LyricsLover)
#### Post date: [November 29, 2013, 7:33am UTC](https://community.mp3tag.de/t/mp3tag-vb-net/15249/2 "2013-11-29T07:33:23Z")

</div>

I recommend Taglib#.  
You can get it from NuGet [http://nuget.org/packages/taglib](http://nuget.org/packages/taglib) or from here: [http://download.banshee.fm/taglib-sharp/](http://download.banshee.fm/taglib-sharp/)

You can read & write every Tag and Frame with this library.
