An error occurred while validating HRESULT 8000000A

2011-05-06


We added a setup project for our Windows Form Application. but sometimes the setup project got the following error when build whole application:

An error occurred while validating. HRESULT = '8000000A'

This happens in Visual Studio 2010 when you use SVN source control.

Work around way is :

Open Setup.vdproj file using Notepad or other Text editor, remove the following lines:

"SccProjectName" = "8:"
"SccLocalPath" = "8:"
"SccAuxPath" = "8:"
"SccProvider" = "8:"

Then, if you rebuild, everything will be OK.