我已经在Visual studio 2017中创建了一个asp.net 4.5应用程序,但是当我运行它时,我得到了一条chrome消息,上面写着your internet access is blocked。我确定为什么会发生这种情况,我正在努力在网上找到解决这个问题的任何资源。
如有任何建议,我们将不胜感激!
您好,我在下面的行上得到一个错误:
If Not System.Windows.Clipboard.GetDataObject Is Nothing Then
我相信在C#中它看起来会像这样
if (System.Windows.Clipboard.GetDataObject!=null) {
错误是:
"ThreadStateException:当前线程必须设置为单线程单元(STA)模式,然后才能进行OLE调用。“
有人能告诉我怎么解决这个问题吗?网上有一些建议提到在“main”方法上添加<STAThread()> _,然而,这是一个ASP.NET控制器方法,我试着在它上
我开发了asp.net应用程序来从扫描仪读取和扫描文件,但是当我将它上传到IIS (windows 10 X64是我的测试机器)时,我得到了以下错误:
Creating an instance of the COM component with CLSID {E1C5D730-7E97-4D8A-9E42-
BBAE87C2059F} from the IClassFactory failed due to the following error:
80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESS