在IIS托管应用程序中使用读取Excel文件

时间:2019-06-26 13:52:29

标签: c# excel

我有一个Asp .net MVC应用程序,正在使用library(bnlearn) data(asia) bn.dag <- model2network("[A][S][T|A][L|S][B|S][D|B:E][E|T:L][X|E]") bn.fitted <- bn.fit(bn.dag, asia) for (i in c(1:1000)) { prob[i] <- cpquery(bn.fitted, event = (A == "no") & (S == "no") & (T == "no") & (L == "no") & (B == "no") & (E == "no") & (X == "no") & (D == "no"), evidence = TRUE) } summary(prob) # Result: Min. 1st Qu. Median Mean 3rd Qu. Max. 0.2714 0.2864 0.2908 0.2909 0.2954 0.3132 来读取Excel文件。

从Visual Studio运行时,它工作正常,但是在本地IIS实例上托管时,抛出以下错误:

  

使用CLSID检索组件的COM类工厂   {00024500-0000-0000-C000-000000000046}由于以下原因而失败   错误:80070005访问被拒绝。 (来自HRESULT的异常:0x80070005   (E_ACCESSDENIED)。

0 个答案:

没有答案