English 中文(简体)
2. 类型自动发射和定义
原标题:Typemock Auto-Deploy and Build Definition Errors

I 有一些台风uru,可帮助处理以下错误。

作为2010年TFS建设的一部分,我们目前正在测试台风(v7.0.6)的汽车发射特征。 我所希望解决的一个问题是以下错误,这在形成或编辑建筑定义时发生:

Summary: There were 0 failures, 2 errors and 0 warnings loading custom activities and services.

Error: Could not load file or assembly  file:///C:UsersgmonkAppDataLocalTempVSTFSBuilda6c25fba-a63b-4b51-92de-db3a3f60dcd0MockWeaver.dll  or one of its dependencies. The module was expected to contain an assembly manifest.

Error: Could not load file or assembly  file:///C:UsersgmonkAppDataLocalTempVSTFSBuilda6c25fba-a63b-4b51-92de-db3a3f60dcd0ProfileLinker.dll  or one of its dependencies. The module was expected to contain an assembly manifest.

我没有深入了解,但根据我的理解,在你创建或编辑一个建筑定义时,海关目录中的所有集会都移交给了你的当地机器,由视觉演播室装载。

Further Info

这一错误出现在每个客户的演播室视觉输出窗口上,而不管其机器上安装的类型。 请注意,该错误实际上在当地机器上存在,所有档案都存在。

通往我们习俗大会的道路是“C:TFS GlobalCustomBuildActivities”

服务器途径是“全球/客户”

这些目录中有以下档案并进行了核对:

  • TypeMock.Configuration.exe
  • Configuration.dll
  • Typemock.ArrangeActAssert.dll
  • TypeMock.CLI.Common.dll
  • TypeMock.dll
  • TypeMock.Integration.dll
  • Typemock.Interceptors.dll
  • Typemock.Isolator.VisualBasic.dll
  • TypeMock.TFS2010.dll
  • blacklist.dat
  • exclude.dat
  • namespaces.dat
  • typemockconfig.xml
  • MockWeaver.dll *
  • ProfileLinker.dll *

页: 1 我也在各自的名录中试用了x86版本和两种版本。

建筑服务器是Windows 2008 64 bit,开发商机是Windows 7 32 bit。

TFS建立控制器是为了寻找“全球/客户”的习俗集会(即“对习俗集会的控制之路”)。

服务器上没有安装打字机。

The build template (XAML), has the relevant Typemock build activities as per the documentation. (We’re using TypemockRegister/Start/Stop, and these activities can be seen in the build log generating no errors). However, the errors shown above still appear when the build template doesn’t have the Typemock activities.

问题回答

我认为,我有同样的问题,但大家需要做的是,你们需要登记这些损失。

  1. open up your visual stdio command prompt from Visual Studio Tools under Microsoft Visual Studio 2010.
  2. type regsvc32 "C:Program filesTypemockIsolator7AutoDeployx64ProfileLink.dll" or regsvc32 "C:Program filesTypemockIsolator7AutoDeployx64MockWeaver.dll"

问题消失了。





相关问题
Elegant way building url request with parameters

There must me a more elegant way to build a URL with parameters in .NET then for example Response.Write("<a href=HeadOfMarketView.aspx"+Session["HOM"] != null ? Session["HOM"]+">Head of Market&...

buildforge problem

when i tried to run the job i am getting the error saying that No server could be found matching all conditions please any one help me on this

您能否防止MSBuild.exe经营活动?

我用文字建造一些项目,偶尔利用习俗制造事件,给建筑系统造成了很大困难。 如果有可能,我想援引MSBuild.exe。

How can I use exit codes to run shell scripts sequentially?

Since cruise control is full of bugs that have wasted my entire week, I have decided the existing shell scripts I have are simpler and thus better. Here is what I have so far svn update /var/www/...

Keyboard shortcut to build only startup project?

I ve tried to find a keyboard shortcut to build only the startup project In VS2008. I only found a configurable shortcut to build the project which is currently viewed, which isn t as good. Any ...

Dependency bundle (jar-files/sources/API docs) in Eclipse

I m developing various in-house extensions for JIRA, the issue tracker we use. So far I worked with Netbeans and everything worked like a charm. However, now I need to switch to Eclipse and I m ...

How to link to a static library in C?

I use code::blocks to compile my static library. The output result is a libstatic.a file. Now, how do I link to my library to use functions that were compiled? (I tried to use #include "libstatic.a"...

热门标签