Could not read state file "obj\Debug\Helpers.csprojResolveAssemblyReference.cache" error when publishing project
The answer is actually quite simple: first clean the whole solution and then publish again. Now everything should work.
The problem was due to the fact that the state file was in an older format (VS2012 RC format) and I was trying to publish from VS2012 RTM.
just exclude "Obj\Debug" folder.Rebuild project and host.