我正在尝试在.Net Core 3.0预览版上实现SQLFileStream。我正在使用VS2019 Preview和.net core预览3.0。我正在Windows 10 VS2019 iisexpress中运行该应用程序,并尝试从Path读取流时出现Access Denied Error 使用:
var fileData = new SqlFileStream(this.transactionContext.path, this.transactionContext.trx, FileAccess.Read)
但是相同的代码在具有相同优先级的Regular .Net Framework中工作。
我读取SQLFilestream在Windows到Windows环境的.net core 3.0上可用。
谢谢