启动控制台应用程序在服务器

时间:2017-10-23 09:25:59

标签: c# selenium-webdriver server console-application

我有一个控制台应用程序来自动化使用selenium的webbrowser。在我的本地机器上一切正常,但执行.exe会在服务器上引发错误。

我在Visual Studio中将程序创建为Release,并将整个文件夹复制到服务器。启动.exe会抛出Null Reference Exception。请看下面的图片。

enter image description here

程序引用program.cs,但我认为release-folder本身可以工作?!

我已经尝试在Main中注释掉所有内容,因为异常会抛出。

也许我的用法可能有问题?

    using OpenQA.Selenium;
    using OpenQA.Selenium.IE;
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using OpenQA.Selenium.Support.UI;
    using System.Data.SqlClient;
    using System.Data;
    using AutoIt;
    using System.Windows.Forms;
    using OpenQA.Selenium.Interactions;

您对此错误有所了解吗?

真实错误如下,通过以下评论找到:)

enter image description here

0 个答案:

没有答案