我创建了一个.NET Core3.0MS测试项目(类型为控制台应用程序)。我有一个尝试读取文件的单元测试:
var imageFile = new System.IO.FileStream("../../../InputFiles/Documents/boksit.pdf", System.IO.FileMode.Open);
当我运行这段代码时,我得到了这个错误:
System.UnauthorizedAccessException: Access to the path '...boksit.pdf' is denied.
我运行的是Windows 10的
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" CellPadding="4" DataSourceID="SqlDataSource1" EmptyDataText="There are no data records to display." ForeColor="#333333" Height="310px" Width="946px">