51Testing软件测试论坛

标题: 关于NUINT的问题 [打印本页]

作者: justlook    时间: 2006-8-23 10:01
标题: 关于NUINT的问题
我装的是2.2.8版本的,启动说缺少FRAMEWORK2.0的一个版本,我装的是1.1的,INSTALL文件里说在CONFIG文件里可以改 ,我启动的是GUI.EXE的,应该在GUI.EXE.CONFIG里改,应该怎么改?
作者: justlook    时间: 2006-8-23 10:04
One main purpose of the nunit-console and nunit-gui config files is to allow NUnit to run with various versions of the .NET framework. NUnit is built using versions 1.1 and 2.0 of the framework. The two builds are provided as separate downloads and either build can be made to run against other versions of the CLR.

As delivered, the section of each config file is commented out, causing NUnit to run with the version of .NET used to build it. If you uncomment the section, the entries there control the order in which alternate framework versions are selected.

是把注释去掉吗,好象不行啊
<startup>
      <supportedRuntime version="v1.1.4322" />
         
           <supportedRuntime version="v2.0.50727" />
          <supportedRuntime version="v2.0.50215" />
          <supportedRuntime version="v2.0.40607" />
          <supportedRuntime version="v1.0.3705" />
       
          <requiredRuntime version="v1.0.3705" />

  </startup>
作者: justlook    时间: 2006-8-23 10:07
可能我版本下错了,XP下,我下的是BIN.NET
作者: justlook    时间: 2006-8-23 10:25
好了,原来是下错版本了




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2