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 Send TopicPrint
Hot Topic (More than 8 Replies) Big problems since latests update Release 20.03.1 - 17th March 2020 - VS 2017-2019/AS7/CLI (Read 1670 times)
WoeperBe
Junior Member
**
Offline


Posts: 14
Location: Belgium
Joined: Mar 18th, 2020
Big problems since latests update Release 20.03.1 - 17th March 2020 - VS 2017-2019/AS7/CLI
Mar 19th, 2020 at 11:40am
Print Post  
Hello,
Since this latest update i am unable to compile any of my programs anymore.
It claims for all prototypes. I never defined prototypes before and it compiled always without problem.
If i define the prototypes i have strange behavior concerning this lines in the code. There are some errors and when i delete some comments  i have other errors ? ( buffer overflow ? )
« Last Edit: Mar 19th, 2020 at 11:42am by WoeperBe »  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2173
Joined: Feb 13th, 2019
Re: Big problems since latests update Release 20.03.1 - 17th March 2020 - VS 2017-2019/AS7/CLI
Reply #1 - Mar 19th, 2020 at 11:46am
Print Post  
Please try upgrading to the latest update (20.03.18.0) available below, the issues with prototype generation should all be resolved in this version:-

https://www.visualmicro.com/forums/YaBB.pl?board=VS_ARDUINO_EXT_RELEASES

If you wish to disable the automatic prototype generation completely in case of issues (please continue to report any issues):-
1) Right Click Project > Add > Local Board.txt
2) Add the below Line to the file, save and re-compile.
Code
Select All
vm.ctags=false  

  
Back to top
 
IP Logged
 
WoeperBe
Junior Member
**
Offline


Posts: 14
Location: Belgium
Joined: Mar 18th, 2020
Re: Big problems since latests update Release 20.03.1 - 17th March 2020 - VS 2017-2019/AS7/CLI
Reply #2 - Mar 19th, 2020 at 12:04pm
Print Post  
when i try to install this i recieve folowing error --> see attached file

19-Mar-20 13:10:55 - Microsoft VSIX Installer
19-Mar-20 13:10:55 - -------------------------------------------
19-Mar-20 13:10:55 - Initializing Install...
19-Mar-20 13:10:55 - Extension Details...
19-Mar-20 13:10:55 -      Identifier      : c2b94433-1774-4242-8062-987a4484f1ed
19-Mar-20 13:10:55 -      Name            : Arduino IDE for Visual Studio (Visual Micro)
19-Mar-20 13:10:55 -      Author          : Visual Micro
19-Mar-20 13:10:55 -      Version         : 2020.318.0
19-Mar-20 13:10:55 -      Description     : A fully compatible Arduino Edit, Build , Deploy and Debug tool. All Arduino IDE versions are supported. This is an admin install for all users. (optional Arduino debugger and more!). Supports Arduino and all clones (AVR, SAMD, ESP, STM32, Intel, Ti etc.). Supports Hadrware/GDB and Serial debugging of mulitple .ino, cpp files, libraries and core. Teams can split code into shared projects.

NOTE: This extension is upated frequently, please switch off auto-update via 'tools>extensions and updates' if the update prompt annoys you. 

Latest release provides a number of fixes and additions. Please see the 'Release Notes' at www.visualmicro.com

Visual Micro supports many different types of hardware and code libraries. These can be installed manually or using the automated installation tools provided by this extension.
19-Mar-20 13:10:55 -      Locale          : en-US
19-Mar-20 13:10:55 -      MoreInfoURL     : https://www.visualmicro.com/
19-Mar-20 13:10:55 -      InstalledByMSI  : False
19-Mar-20 13:10:55 -      SupportedFrameworkVersionRange : [0.0,2147483647.2147483647]
19-Mar-20 13:10:55 - 
19-Mar-20 13:10:55 -      Supported Products : 
19-Mar-20 13:10:55 -            Microsoft.VisualStudio.Pro
19-Mar-20 13:10:55 -                  Version : [15.0.27220,16.99)
19-Mar-20 13:10:55 -            Microsoft.VisualStudio.Community
19-Mar-20 13:10:55 -                  Version : [15.0.27220,16.99)
19-Mar-20 13:10:55 -            Microsoft.VisualStudio.Enterprise
19-Mar-20 13:10:55 -                  Version : [15.0.27220,16.99)
19-Mar-20 13:10:55 - 
19-Mar-20 13:10:55 -      References      : 
19-Mar-20 13:10:55 - 
19-Mar-20 13:10:55 - Searching for applicable products...
19-Mar-20 13:10:55 - Found installed product - Global Location
19-Mar-20 13:10:55 - Found installed product - AtmelStudio
19-Mar-20 13:10:55 - VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products.
   at VSIXInstaller.App.InitializeInstall(Boolean isRepairSupported)
   at VSIXInstaller.App.InitializeInstall()
   at System.Threading.Tasks.Task.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()
« Last Edit: Mar 19th, 2020 at 12:11pm by WoeperBe »  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2173
Joined: Feb 13th, 2019
Re: Big problems since latests update Release 20.03.1 - 17th March 2020 - VS 2017-2019/AS7/CLI
Reply #3 - Mar 19th, 2020 at 12:11pm
Print Post  
Do you have more than one version of VS and / or Atmel Studio Installed?

If you right click on the VSIX > "Open With" > "Visual Studio Version Selector" it will ensure the right installer is used
  
Back to top
 
IP Logged
 
WoeperBe
Junior Member
**
Offline


Posts: 14
Location: Belgium
Joined: Mar 18th, 2020
Re: Big problems since latests update Release 20.03.1 - 17th March 2020 - VS 2017-2019/AS7/CLI
Reply #4 - Mar 19th, 2020 at 12:18pm
Print Post  
i am unable to install this latest version into visual studio 2007 community version 15.9.21 
I tried to install the atmel version on atmel studio and there everything works again as expected
  
Back to top
 
IP Logged
 
WoeperBe
Junior Member
**
Offline


Posts: 14
Location: Belgium
Joined: Mar 18th, 2020
Re: Big problems since latests update Release 20.03.1 - 17th March 2020 - VS 2017-2019/AS7/CLI
Reply #5 - Mar 19th, 2020 at 12:24pm
Print Post  
that  seems to install now .....
And indeed everything is working again ....

Thank you for the perfect service !

You made my day  Cheesy
  
Back to top
 
IP Logged
 
Paul Di
Newbies
*
Offline


Posts: 5
Joined: Mar 19th, 2020
Re: Big problems since latests update Release 20.03.1 - 17th March 2020 - VS 2017-2019/AS7/CLI
Reply #6 - Mar 19th, 2020 at 12:25pm
Print Post  
I have the same compile problems.  I am not sure what to do.  I have used visual micro for years never had compile problems that I could not resolve myself. I tried reverting to an older version and I still can not compile.
  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2173
Joined: Feb 13th, 2019
Re: Big problems since latests update Release 20.03.1 - 17th March 2020 - VS 2017-2019/AS7/CLI
Reply #7 - Mar 19th, 2020 at 12:31pm
Print Post  
Please attach the build output when it doesn't compile, shown at the top in the yellow box, so we can see more about the error / environment.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Big problems since latests update Release 20.03.1 - 17th March 2020 - VS 2017-2019/AS7/CLI
Reply #8 - Mar 19th, 2020 at 12:40pm
Print Post  
The extension has been posted to the gallery so "extensions>extensions manager" will now offer an update and will use the correct installer.

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


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Big problems since latests update Release 20.03.1 - 17th March 2020 - VS 2017-2019/AS7/CLI
Reply #9 - Mar 22nd, 2020 at 12:19am
Print Post  
Thanks for the report. These issues should now be resolved. Please install 20.03.21

https://www.visualmicro.com/forums/YaBB.pl?board=VS_ARDUINO_EXT_RELEASES


  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint