Activation context generation failed. The Application Has Failed to Start Because Its Side-By-Side Configuration Is Incorrect Error
Event Log says:
Activation context generation failed for "<C:\Program Files
(x86)\Common Files\SMART Technologies\SMART Product
Update\activationwizard.exe>". Dependent Assembly
smarttech.log4cxx.vc120.0.10.1,processorArchitecture="x86",publicKeyToken="e7e76aadd9f46776",type="win32",version="1.0.44.1"
could not be found.
Please use sxstrace.exe for detailed diagnosis.
Answers (1)
Like the message says, you need to useĀ sxstrace.exe to get more details of what clapped out.
This video will give you an idea. I presume you know what you are doing with DLLs etc, as that is what I think has clapped out.
https://www.youtube.com/watch?v=ZS_O8zRrM0M&t=51s
Basically
- Start trace
- run app to get error.
- stop trace.
- use the tool to bash the trash to readable format.