Clearcase动态视图中的Visual Studio 2010 LC.exe错误
我们将代码从VS 2005转换为VS 2010.作为其中的一部分,我们将所有项目从.NET 2.0更改为.NET 4.0。它在Perforce和Clearcase快照视图中编译得很好。但是,当试图在Clearcase动态视图中编译时(即集成
视图)。我收到此错误:
We converted our code from VS 2005 to VS 2010. As part of that we changed all the projects from .NET 2.0 to .NET 4.0. It compiles fine in Perforce and Clearcase snapshot views. However, when trying to compile in a Clearcase dynamic views (i.e integration view). I get this error:
22> LC:错误LC0000:'无法加载文件或程序集'Lassalle.Flow,Version = 2.1.0.3,Culture = neutral,PublicKeyToken = bfc5c756e54a9d2a'或其中一个依赖项。不支持操作。 (HRESULT异常:0x80131515)'
22>LC : error LC0000: 'Could not load file or assembly 'Lassalle.Flow, Version=2.1.0.3, Culture=neutral, PublicKeyToken=bfc5c756e54a9d2a' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)'
我尝试将这些行添加到devenv.exe.config文件中:
I've tried adding these lines to the devenv.exe.config file:
< NetFx40_LegacySecurityPolicy enabled =" true" />
< loadFromRemoteSources enabled =" true" />
你有没有得到你的问题的答案? 我遇到同样的问题。
Did you ever get an answer to your question? I am having the same issue.
谢谢。