如何解决这个div表达dll问题 [英] How to resolve this div express dll issue

查看:116
本文介绍了如何解决这个div表达dll问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用TFS时我收到此错误



CS0433:'devExpress.Utils.DefaultBoolean'类型存在于'c'中:\ Windows \assembly \ GAC_MSIL \DevExpress.Data.v11.1 \11.1.6.0__b88d1754d700e49a\DevExpress.Data.v11.1.dll'和'c:\ Users \ ganesh.kumar。 dadi\AppData\Local\Temp\Temporary ASP.NET Files\root\51357960\cc5be5c\assembly\dl3\ffaff747c\ 6eef0e75_1a2acf01\DevExpress.Data.v11.1.DLL'

while using TFS i have get this error

CS0433: The type 'DevExpress.Utils.DefaultBoolean' exists in both 'c:\Windows\assembly\GAC_MSIL\DevExpress.Data.v11.1\11.1.6.0__b88d1754d700e49a\DevExpress.Data.v11.1.dll' and 'c:\Users\ganesh.kumar.dadi\AppData\Local\Temp\Temporary ASP.NET Files\root\51357960\9cf5be5c\assembly\dl3\6ffa747c\6eef0e75_1a2acf01\DevExpress.Data.v11.1.DLL'

推荐答案

1.关闭Visual Studio

2.执行iisreset

3.删除所有文件夹和Temporary ASP.NET Files文件夹中的文件(路径在错误消息中引用)

4.删除违规应用程序的obj和bin文件夹

5.Restart Visual Studio并打开解决方案

6.执行Clean Solution后跟Rebuild Solution



解释注意:

-Steps 1-2:从我们需要删除的文件夹/文件中删除资源锁。

-Steps 3-4:删除所有旧的构建文件

-Steps 5-6:创建构建文件的新版本
1.Close Visual Studio
2.Perform an iisreset
3.Delete all the folders and files within the "Temporary ASP.NET Files" folder (the path is referenced in the error message)
4.Delete the offending application's "obj" and "bin" folders
5.Restart Visual Studio and open the solution
6.Perform a "Clean Solution" followed by a "Rebuild Solution"

Explanations:
-Steps 1-2: remove resource locks from the folders/files we need to delete.
-Steps 3-4: remove all of the old build files
-Steps 5-6: create new versions of the build files


这篇关于如何解决这个div表达dll问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆