我想在我的 Windows 应用商店项目中使用 TagLib。TagLib 是作为参考导入的,它的 dll (taglib-sharp.dll) 我可以访问我的音乐文件夹中的任何文件,因为它已被检查功能。但是,当我打电话时
TagLib.File file = TagLib.File.Create(soundFilePath, TagLib.ReadStyle.None);
它引发以下错误:
System.UnauthorizedAccessException was unhandled by user code
HResult=-2147024891
Message=Access to the path 'C:\Users\Gabor\Music\_FIFA 2010 soundtracks\01. Meine Stadt - Auletta.mp3' is denied.
Source=taglib-sharp
StackTrace:
at TagLib.File.Create(IFileAbstraction abstraction, String mimetype, ReadStyle propertiesStyle)
at TagLib.File.Create(String path, String mimetype, ReadStyle propertiesStyle)
at TagLib.File.Create(String path, ReadStyle propertiesStyle)