Encountered this error in Microsoft Visual Studio 2005 while building the web project.
Error 123 Could not find file 'Microsoft.Windows.CommonLanguageRuntime, Version=2.0.50727.0'.
Resolution:
Do not use project reference, but use the dll or exe reference instead.
Then try to compile again.
It should work.
Reference: here
No comments:
Post a Comment