Question

My Visual Studio at work is not detecting errors on the fly... I just can see errors when I build my solution.

Does anyone know how can I configure this? Intellisense is working just fine, but this error detection on the fly isn't.

Thanks!!

Was it helpful?

Solution

I think you need Service Pack 1 for this, but even then whether errors get detected depends on the type of error: syntax errors are picked up okay, but (e.g.) a class not implementing an interface requires a rebuild.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top