Archive

Posts Tagged ‘Visual Studio’

The Components Required to Enumerate Web References Are Not Installed

December 20th, 2010 1 comment

I think that if you spend enough time writing code in Visual Studio, sooner or later you will come across this error.

vs-error

I got this error after changing WCF reference configuration to include generation of asynchronous methods

config-wcf-reg-dlg

Next time I went to update references, the error pops up. Cleaning up the solution or deleting all temp files VS creates did not help. What actually solved this problem was starting IDE at the command prompt with ResetSkipPkgs switch like so:

devenv /ResetSkipPkgs
Categories: Visual Studio Tags:
highslide for wordpress