microsoft / vscode-dotnettools

This is a feedback repository to capture issues logged for the C# Dev Kit and related extensions from Visual Studio Code
Other
221 stars 10 forks source link

Command '.NET: Open Solution' resulted in an error #1415

Closed omatrot closed 2 weeks ago

omatrot commented 3 weeks ago

Type: Bug

This started to happen after installing this daily VS-Code release.

Failed at 'processing the solution file "/Users/oliviermatrot/Documents/SC.TM.sln" in Dev Kit server' (4ms) with error: Error: Specified argument was out of the range of valid values.
Failed at 'opening a solution' (4ms) with error: SolutionOpenError: Run into errors while opening the solution: Error: Specified argument was out of the range of valid values.

Extension version: 1.10.12 VS Code version: Code - Insiders 1.93.0-insider (ae45c9d4b0f71d53151edc6d18be09107903c229, 2024-08-29T05:04:03.909Z) OS version: Darwin arm64 23.6.0 Modes:

System Info |Item|Value| |---|---| |CPUs|Apple M1 (8 x 2400)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off| |Load (avg)|2, 2, 2| |Memory (System)|16.00GB (0.08GB free)| |Process Argv|--crash-reporter-id 8ce07cc6-1d80-464b-8454-3f41a0217bf8| |Screen Reader|no| |VM|0%|
A/B Experiments ``` vsliv368:30146709 vspor879:30202332 vspor708:30202333 vspor363:30204092 vsc_aa:30263845 vscod805:30301674 vsaa593:30376534 py29gd2263:31024238 c4g48928:30535728 962ge761:30841072 pythongtdpath:30726887 welcomedialog:30812478 pythonnoceb:30776497 asynctok:30898717 dsvsc014:30777825 dsvsc015:30821418 pythonregdiag2:30926734 pythonmypyd1:30859725 h48ei257:31000450 pythontbext0:30879054 accentitlementst:30870582 dsvsc016:30879898 dsvsc017:30880771 dsvsc018:30880772 cppperfnew:30980852 pythonait:30973460 9c06g630:31013171 a69g1124:31018687 dvdeprecation:31040973 dwnewjupyter:31046869 nb_pri_only:31057983 nativerepl1:31104042 refactort:31084545 pythonrstrctxt:31093868 flighttreat:31119334 wkspc-onlycs-t:31111718 nativeloc1:31118317 wkspc-ranged-c:31125598 cf971741:31111988 fcdif617:31111928 e80f6927:31120813 pme_test_c:31118331 fje88620:31121564 12bdf347:31121875 aajjf12562:31125793 ```
omatrot commented 2 weeks ago

This also happens with the mainstream VS Code release. Same error messages. I'll try to look at the solution file.

omatrot commented 2 weeks ago

Found the brakes and stopped the train. This was a conflict not resolved in the file. Resolving it, solved the problem immediately.