OS: Windows 8.1
Visual Studio Premium 2013
I have a complex MVC application that I have been running for many years. I can run the application in debugging without problems. However, only today, when I tried to publish the deployment application, I get this error:
Error 8 Metadata file 'f: \ Documents \ Visual Studio 2013 \ GIT \ Maloha \ site \ bin \ System.EnterpriseServices.dll' could not be opened - 'Error Import Module' System.EnterpriseServices.Wrapper. dll 'assembly' f: \ Documents \ Visual Studio 2013 \ GIT \ Maloha \ site \ bin \ System.EnterpriseServices.dll '- the system cannot find the specified file. 'F: \ Documents \ Visual Studio 2013 \ GIT \ Maloha \ site \ CSC site
I rebooted my computer. I tried to clean and rebuild the application.
What can cause this sudden appearance? How to fix it? I need to be able to publish the application.
UPDATE
I uninstalled .NET 3.5 and reinstalled it. Now I can see the file in the specified folder, but I still get the error.
source
share