After installing .net 3.5 SP1, get missing DLL error
Posted
by chris
on Stack Overflow
See other posts from Stack Overflow
or by chris
Published on 2010-04-07T18:54:19Z
Indexed on
2010/04/07
19:23 UTC
Read the original article
Hit count: 237
I just installed a number of updates to my machine, and am now encountering the following error when I run an asp.net MVC application on my local machine:
Compiler Error Message: CS0006: Metadata file 'C:\WINNT\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll' could not be found
I have removed the reference to this from the project (not really sure why it was there in the first place) but still get the error.
Any idea on how to resolve this?
© Stack Overflow or respective owner