Still having some troubles getting analytics to work.
I thought i was using the correct option in the config to not propagate to child apps
<location path="." inheritInChildApplications="false">
<system.web>
...
</system.web>
</location>
But that did not help. Still was getting same erros for missing DLLs.
and like before if i add the missing DLLs then i get stuck on an error about IKernel
the Details of that error -- Ninject.Core.ActivatiionException: Error activating IKernel: no matching bindings are available, and teh type is not self--bindable (or implicit bindig is disabled)
Any more advise would be appreciated.
Thanks