Issues with VS 2019

Issue #11 new
tomasz.kmiecik created an issue

I cannot get it to work with VS 2019.

Attaching activity log.

Comments (3)

  1. Mladen Mihajlovic repo owner

    Have you tried it with the latest update Vs2019? It’s strange because it works fine for me - and I see others are using it as well…

  2. Mladen Mihajlovic repo owner

    The error in the xml file is

    SetSite failed for package [VisualizerPackage]Source: 'VsixHexVisualizer' Description: Could not load file or assembly 'Microsoft.VisualStudio.Threading, Version=16.4.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
    System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualStudio.Threading, Version=16.4.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
    File name: 'Microsoft.VisualStudio.Threading, Version=16.4.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
       at VsixHexVisualizer.VisualizerPackage.InitializeAsync(CancellationToken cancellationToken, IProgress`1 progress)
       at Microsoft.VisualStudio.Shell.AsyncPackage.<>c__DisplayClass16_0.<<Microsoft-VisualStudio-Shell-Interop-IAsyncLoadablePackageInitialize-Initialize>b__1>d.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Microsoft.VisualStudio.Threading.JoinableTask.<JoinAsync>d__68.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at Microsoft.VisualStudio.Services.VsTask.RethrowException(AggregateException e)
       at Microsoft.VisualStudio.Services.VsTask.InternalGetResult(Boolean ignoreUIThreadCheck)
       at Microsoft.VisualStudio.Services.VsTask.GetResult()
    
    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
    

    Which is a little strange - which version of Vs2019 are you using?

  3. Log in to comment