Click here to Skip to main content
15,885,720 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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'
Posted

1 solution

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
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900