English 中文(简体)
NUnit “missing” SatoVC.DLL onWindows 7/64
原标题:NUnit "missing" GPSVC.DLL on Windows 7/64

我最近从Vista/32升至Win7/64。 在我的旧机器上,所有东西都在打工。

不幸的是,在我的新机器上,尼联特赢得了我的单位测试,错误信息”。 制度: 不能装上档案或组装股 该系统无法找到具体文件“。 (实际上,我不得不通过我的所有解决方案项目,将其安排在32个轨道上,以达到这一目的。)

因此,我装上了受抚养人的沃克,并告诉我,我失踪了IESHIMS.DL。 我在机器上发现两台,因此我在互联网探索者名录上的32个轨道版本中复制过,德国妇女局停止对这一档案提出申诉。

然而,它也失踪了GPSVC.DL。 我只看到了Cord System32的一份复印件,但当我把这本副本复制到我的单位测试名录时,DW抱怨说,它有64个轨道,而Unit仍然有 t。 它还在失踪人员名单上增加了SYSNTFY.DL。 我只谈其中的一点,也是64点。 NUnit仍然报告说有错误。

因此,我是否应该撤销这64位专才,回到了32位优秀的轨道上来,还是我失踪的一点是显而易见的?

最佳回答

今天,我也碰到了同样的问题,幸运的是,问题非常简单,而且更为复杂。

简单的固定点是管理Nnunit-console-x86.exe,而不是Nnunit-console。 页: 1

作出部分解释的难度在于:

正在发生的是,努尼特人骑自行车在64个轨道上运行,这在某种程度上阻止了他们装上32个轨道式的单位测试单。

固定装置是用32条轨道兼容方式操作的天窗。 http://geekswithblogs.net/Lance/archive/2006/12/28/102191.aspx“rel=“noreferer”>。 你们是如何做到这一点的。

NB, 你们需要下载一个窗户,并接上镜子,记住从SDK指挥中指挥。

问题回答

我可以做到这一点的唯一途径是将我的全部申请转换为32个轨道目标,并以32个轨道虚拟机器进行测试。 此外,DLs必须进入当地(非网络)运动,因为网络运动不允许进行偷窃(至少我无法工作)。

视窗有64倍的指挥力,但可以通过从<条码>c:windowsyswow64cmd.exe中获取32秒的信号。 您可打电话c:windowssyswow64 egsvr32.exe,登记将成功。





相关问题
Manually implementing high performance algorithms in .NET

As a learning experience I recently tried implementing Quicksort with 3 way partitioning in C#. Apart from needing to add an extra range check on the left/right variables before the recursive call, ...

Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How do I compare two decimals to 10 decimal places?

I m using decimal type (.net), and I want to see if two numbers are equal. But I only want to be accurate to 10 decimal places. For example take these three numbers. I want them all to be equal. 0....

Exception practices when creating a SynchronizationContext?

I m creating an STA version of the SynchronizationContext for use in Windows Workflow 4.0. I m wondering what to do about exceptions when Post-ing callbacks. The SynchronizationContext can be used ...

Show running instance in single instance application

I am building an application with C#. I managed to turn this into a single instance application by checking if the same process is already running. Process[] pname = Process.GetProcessesByName("...

How to combine DataTrigger and EventTrigger?

NOTE I have asked the related question (with an accepted answer): How to combine DataTrigger and Trigger? I think I need to combine an EventTrigger and a DataTrigger to achieve what I m after: when ...

热门标签