kitamstudios / rust-analyzer.vs

Rust language support for Visual Studio 2022
https://marketplace.visualstudio.com/items?itemName=kitamstudios.RustAnalyzer
Other
138 stars 10 forks source link

Could not load file or assembly - Threading #50

Open bncdemo opened 4 months ago

bncdemo commented 4 months ago

After installing the vsix, and open a rust project as folder

This popup shows up: _--------------------------- Microsoft Visual Studio

Could not load file or assembly 'Microsoft.VisualStudio.Threading, Version=17.4.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. ---------------------------_

It keeps coming up, not possible to do anything with the rust project.

parthopdas commented 4 months ago

Can you check with the latest VS2022 update? It will also help to attach the vsix extension logs.

image