(I am running Windows7 and using Visual Studio 2010.)
I use ClamAV in a .NET Azure project, and I run side errors whenever I run clamd.exe either through my code or by running clamd.exe on it.
In Visual Studio 2010, I get the error message:
Win32Exception was not processed. The application could not be started because its side-by-side configuration is incorrect. See application event log or use sxstrace.exe command line tool for more details.
And in Event Viewer I get:
Failed to create activation script for "C: \ Users \ pconerly \ code \ AntiVirus_source \ WorkerRole \ ClamAV \ clamd.exe". Dependent assembly Microsoft.VC80.CRT, processorArchitecture = "x86", PublicKeyToken = "1fc8b3b9a1e18e3b", type = "win32", version = "8.0.50727.6195" cannot be found. For detailed diagnostics, use sxstrace.exe.
When I searched for "8.0.50727.6195", it led me to rename 2005, so I downloaded it http://www.microsoft.com/download/en/details.aspx?id=3387
After rebooting, I still get a side-by-side error. Also, I think the redist installer is not completing its installation - as if it sees visual studio 2010 and says "oh, that's good enough, I don't need to install." I did not try to uninstall 2010 and use 2005 because the rest of my Dev team uses VS 2010.
What a deal? How can this be fixed? I am ready to pull my hair out.
source share