.Net Core 3.0预览版中的SQLFileStream实现

时间:2019-03-25 16:44:49

标签: asp.net-core sqlfilestream .net-core-3.0

我正在尝试在.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上可用。

谢谢

0 个答案:

没有答案