Answered Unable to enable Intellitrace

  • Thursday, February 23, 2012 6:00 AM
     
     

     I've run into a problem that whenever I start debugging a project with intellitrace enabled, I do not get any logging, just a warning that 'Intellitrace is not collecting data for this debugging session'.  Along with that I get the following event in the event log.

    Application: IntelliTrace.exe
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    Exception Info: System.TypeInitializationException
    Stack:
       at Microsoft.VisualStudio.Diagnostics.Logging.LoggerEngine.Run()
       at Microsoft.VisualStudio.IntelliTrace.TraceLogger.<StartThread>b__11()
       at System.Threading.ThreadHelper.ThreadStart_Context(System.Object)
       at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
       at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
       at System.Threading.ThreadHelper.ThreadStart()

    The machine is Windows 7 Ent SP1 x64, Visual Studio Ultimate 2010 SP1, the project I'm testing with is a x86 console app, framework version V4.  There are several addins installed, ANTS reSharper reflector, but they are at the same versions as working machines.  The problem is still there if you run devenv /safemode. 

    I've tried this on several different project types, web etc, all with the same effect.

    I've checked the settings inside VS with a working machine and they look the same.

    I would just wipe the machine and re-install, but all machines coming from our deployment image have the same problem, and I'd lke to avoid rebuilding that!

    So, anyone got any ideas, I'm out of them and google-fu has let me down on this image.

    Cheers,

    Stephen.


All Replies