Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 [2]  Send TopicPrint
Locked Topic SOLVED in 1905.29.4: Serial Monitor broken in VS2019 after Windows 1903 Update (Read 8510 times)
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Serial Monitor broken
Reply #20 - May 31st, 2019 at 10:28pm
 
@qrtio thanks for this observation. It is very interesting. If we create a tool window with an empty window user control then all tool windows work well. We don't have to show the tool window just make sure it is created.

The platform explorer and serial monitor are not connected therefore I think that Microsoft have some sort of timeout issue when we attempt to load a tool window that contains many controls created in the visual studio designer. The serial window is such as window, whereas the platform explorer has zero "designed controls".  all platform explorer controls are created dynamically at run time.

We will create a hidden empty tool window which is little overhead and that fixes the issue until Microsoft find the problem.

Thanks again!
  
Back to top
WWW  
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Serial Monitor broken
Reply #21 - Jun 1st, 2019 at 12:12pm
 
Visual Micro 1905.29 sp2 has been released with a workaround for vs2019 tool window issues. The issues relate to all previous versions of Visual Studio 2019 on the new windows 1903 build.

The latest release has been updated in the forum and will shortly be posted to the gallery.
https://www.visualmicro.com/forums/YaBB.pl?board=VS_ARDUINO_EXT_RELEASES


The workaround creates a hidden tool window with an empty windows user control called "Vs2019 has issues". You will not see the tool window, it does not affect performance and will not provide any indication that it has been created other than the Serial Monitor now works.


Thanks again for all the effort, this obvious issue is disappointing but vs 2019 is a good IDE so maybe we have to suffer a few hiccups  Sad
  
Back to top
WWW  
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: SOLVED in 1905.29.4: Serial Monitor broken in VS2019 after Windows 1903 Update
Reply #22 - Jul 8th, 2019 at 6:24pm
 
Sorry for the delay. The latest release 1907.6.7 resolves the issue if it continued for you. The issue was related to the recent conversion to asnyc packages for VS2019 (vs2017 uses same vm code so was also affected).
  
Back to top
WWW  
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: SOLVED in 1905.29.4: Serial Monitor broken in VS2019 after Windows 1903 Update
Reply #23 - Aug 13th, 2019 at 10:34pm
 
Please note. Microsoft have changed Visual Studio 2019 to only support dpi scaling for tool windows build using WPF. Visual Micro currently uses win forms for the Serial and Micro Explorer tool windows. We are currently re-developing our tool windows in the meantime please switch off 

Tools>Options>Environment>General>Optimize rendering for screens with different pixel densities
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1 [2] 
Send TopicPrint