TagLib.Sharp on a website (vb.net) (Type 'TagLib.File' is not defined)
问题 (Coding for VB.NET) I am working with the TagLib-Sharp. I really enjoy how it works. Very simple and straight forward. Well, within VS, it is, anyway. I took the files and placed them on my web server, of which included the BIN folder that VS created with the DLL files when I referenced the TagLib-Sharp.dll file. When I run the site through my browser, I get the following error. Type 'TagLib.File' is not defined I was told that I had to create a Namespace for it, so I did that. I also