Open kirsan31 opened 1 year ago
@KlausLoeffelmann has this been an issue for you lately? I haven't heard reports in a very long time. @kirsan31, how about you?
I think if #8348 not actual, then this can be safely closed too. Or just close this one due to low priority :)
Environment
Microsoft Visual Studio Community 2022 Version 17.4.2 VisualStudio.17.Release/17.4.2+33122.133 Microsoft .NET Framework Version 4.8.09032
.NET version
.Net6 .Net7
Did this work in a previous version of Visual Studio and/or previous .NET release?
No
Issue description
This also coming from our discussion with @KlausLoeffelmann. Working on porting chart control designer I ran into the following issues.
In the solution I have control itself and test WinForms project that reference nuget package of the control. So we must have 2 controls on ToolBox (one from project and one from nuget):
*
reference to package and more of it with nuget restore before build - this not help. Designer populate and cache ToolBox only on first load (even close and reopen solution not helps). May be add some way to reload / repopulate ToolBox manually? It's also helps with previous bug :)Steps to reproduce
Form1
fromDesignerTest
project in designer and see on TooLbox. a. If you see onlyhere - you've got it :) b. If you see both versions - restart VS and do point 3. Repeat (sometimes the bug appears immediately, sometimes it takes about 10 restarts) until you see only one.
Diagnostics
No response