We used TeamCity for our .Net Framework 4 build server and ASP.NET MVC2 and NHibernate Our build server recently shut down due to the release of Amazon EC2. We are installing a new build server.
However, although nothing has changed in our code base, Teamcity gives the following error.
ResGen error RG0000: Could not load referenced assembly "C:\TeamCity\buildAgent\work\1e7706dcd512f467\xxx\Lib\Antlr3.Runtime.dll". Caught a FileLoadException saying "Could not load file or assembly 'C:\TeamCity\buildAgent\work\1e7706dcd512f467\xxx\Lib\Antlr3.Runtime.dll' or one of its dependencies. Provider DLL failed to initialize correctly. (Exception from HRESULT: 0x8009001D)".
This DLL file exists along with other necessary DLL files. Any solution?
source share