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) Tip: Your Project is using the old Visual Micro Intellisense System. (Read 5502 times)
EricDuino
Junior Member
**
Offline


Posts: 33
Joined: Jun 13th, 2016
Tip: Your Project is using the old Visual Micro Intellisense System.
Sep 18th, 2023 at 11:38am
Print Post  
I converted my project to use the new Intellisense System,but I got this message:

Tip: Your Project is using the old Visual Micro Intellisense System.

I can't see "Arduino" after the project name In the solution explorer.

Everything works fine when I started a new project.   
I did all the updates on VS en VM.
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2709
Joined: Feb 13th, 2019
Re: Tip: Your Project is using the old Visual Micro Intellisense System.
Reply #1 - Sep 18th, 2023 at 12:21pm
Print Post  
If you look on the vMicro Menu you should see an option "vMicro > Convert Solution To Latest Format (Affects Arduino Project(s) Intellisense Only. Required!)", which when pressed will convert the project.

Documentation: https://www.visualmicro.com/page/Upgraded-Intellisense-System-in-Visual-Micro.as...

If you cannot see this option please confirm which version of Visual Micro you are using from Extensions > Manage Extensions > Installed, clicking on "Arduino IDE for Visual Studio" will show the full version number on the right hand side.
  
Back to top
IP Logged
 
EricDuino
Junior Member
**
Offline


Posts: 33
Joined: Jun 13th, 2016
Re: Tip: Your Project is using the old Visual Micro Intellisense System.
Reply #2 - Sep 18th, 2023 at 1:14pm
Print Post  
Yes, as did mentioned in my message.
I saw the text in the editor flicker a moment while converting,
and when I compared my project files before and after the conversion,
there was a difference.
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2709
Joined: Feb 13th, 2019
Re: Tip: Your Project is using the old Visual Micro Intellisense System.
Reply #3 - Sep 18th, 2023 at 1:24pm
Print Post  
Thanks for the update, were there any errors shown when performing the conversion?

Is the conversion button still visible on your vMicro Menu?
  
Back to top
IP Logged
 
EricDuino
Junior Member
**
Offline


Posts: 33
Joined: Jun 13th, 2016
Re: Tip: Your Project is using the old Visual Micro Intellisense System.
Reply #4 - Sep 18th, 2023 at 1:32pm
Print Post  
Yes the button is still available, and there where no errors.
I've tried it more then once, and also restarted windows 10.
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2709
Joined: Feb 13th, 2019
Re: Tip: Your Project is using the old Visual Micro Intellisense System.
Reply #5 - Sep 18th, 2023 at 1:37pm
Print Post  
Can you confirm you are using the very latest version available (2023.09.15.0), which can be seen in Extensions > Manage Extensions > Installed, then click on "Arduino IDE for Visual Studio" and the version number is shown on the right hand side.

Once its' definitely up to date can you run the converter again, and attach the output as a text file for us to review?
  
Back to top
IP Logged
 
EricDuino
Junior Member
**
Offline


Posts: 33
Joined: Jun 13th, 2016
Re: Tip: Your Project is using the old Visual Micro Intellisense System.
Reply #6 - Sep 18th, 2023 at 1:48pm
Print Post  
Version is 
2023.731.2207

When I converting there is no output in the output window.
« Last Edit: Sep 18th, 2023 at 1:49pm by EricDuino »  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2709
Joined: Feb 13th, 2019
Re: Tip: Your Project is using the old Visual Micro Intellisense System.
Reply #7 - Sep 18th, 2023 at 1:59pm
Print Post  
Can you download and install the latest update from our downloads page below:
https://www.visualmicro.com/page/Arduino-Visual-Studio-Downloads.aspx

Also ensure that the vMicro > Compiler > Verbose setting is enabled before trying the conversion again.  There should be some output in the Output > Micro Build window even if verbose is off.
  
Back to top
IP Logged
 
EricDuino
Junior Member
**
Offline


Posts: 33
Joined: Jun 13th, 2016
Re: Tip: Your Project is using the old Visual Micro Intellisense System.
Reply #8 - Sep 18th, 2023 at 2:09pm
Print Post  
I will,

This is the verbose text:

Backup To: tBackup/45187,6645344676
1. Scanning Lora_2023 for Projects...
NULL: No Projects Require Conversion

Verbose
Backup To: tBackup/45187,6645344676
1. Scanning Lora_2023 for Projects...
     Identified Non-Arduino Project @ C:\ONTWIKKELING\Arduino\Projecten\Lora_2023 - V3.1\Lora_2021.vcxproj
NULL: No Projects Require Conversion
Reloading 'C:\ONTWIKKELING\Arduino\Projecten\Lora_2023 - V3.1\Lora_2023.sln'
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2709
Joined: Feb 13th, 2019
Re: Tip: Your Project is using the old Visual Micro Intellisense System.
Reply #9 - Sep 18th, 2023 at 2:13pm
Print Post  
Thanks for the detail, the latest version should give further information and logging once installed about any issue encountered.

I'm assuming you have more than one project in your solution? (a mixture of vMicro and Non-vMicro Projects?)
  
Back to top
IP Logged
 
EricDuino
Junior Member
**
Offline


Posts: 33
Joined: Jun 13th, 2016
Re: Tip: Your Project is using the old Visual Micro Intellisense System.
Reply #10 - Sep 18th, 2023 at 2:18pm
Print Post  
No, there is no mixture of vMicro and Non-vMicro Projects in my solution.

When I download the latest VM from the website, is this one newer then the one from the extension manager ?
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2709
Joined: Feb 13th, 2019
Re: Tip: Your Project is using the old Visual Micro Intellisense System.
Reply #11 - Sep 18th, 2023 at 2:19pm
Print Post  
Thanks for clarifying.

The one in Extension Manager is being updated as we speak, and will be the same as the one from the website.
  
Back to top
IP Logged
 
EricDuino
Junior Member
**
Offline


Posts: 33
Joined: Jun 13th, 2016
Re: Tip: Your Project is using the old Visual Micro Intellisense System.
Reply #12 - Sep 18th, 2023 at 2:29pm
Print Post  
I installed the latest version now : 2023.915.2200

Converted again, restarted, but nothing is changed, same output message after compile:

Tip: Your Project is using the old Visual Micro Intellisense System.

Output from the conversion is also the same.

Is there an other way to see if the conversion worked ? 
maybe only the messages are wrong? and the "Arduino text"
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2709
Joined: Feb 13th, 2019
Re: Tip: Your Project is using the old Visual Micro Intellisense System.
Reply #13 - Sep 18th, 2023 at 2:35pm
Print Post  
If the conversion messages are identical to before then then it has definitely not converted your project for some reason.

Would it be possible to ZIP and send us your VCXProj and SLN files so we can investigate this further?
  
Back to top
IP Logged
 
EricDuino
Junior Member
**
Offline


Posts: 33
Joined: Jun 13th, 2016
Re: Tip: Your Project is using the old Visual Micro Intellisense System.
Reply #14 - Sep 19th, 2023 at 10:45am
Print Post  
Here are my VCXProj and SLN files (zipped)
« Last Edit: Sep 20th, 2023 at 2:13pm by EricDuino »  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2709
Joined: Feb 13th, 2019
Re: Tip: Your Project is using the old Visual Micro Intellisense System.
Reply #15 - Sep 20th, 2023 at 11:19am
Print Post  
Thanks for the files, can you try the latest release (23.0915.01) which is available from the top of the below board:
https://www.visualmicro.com/forums/YaBB.pl?board=VS_ARDUINO_EXT_RELEASES
  
Back to top
IP Logged
 
EricDuino
Junior Member
**
Offline


Posts: 33
Joined: Jun 13th, 2016
Re: Tip: Your Project is using the old Visual Micro Intellisense System.
Reply #16 - Sep 20th, 2023 at 1:23pm
Print Post  
Thank you for the quick fix, 
It works fine now, but not right away.

At first the "Arduino" text was visual, but Intellisense was not working.
In the background task files where indexing, so I waited for that.

I restarted my system, and still no Intellisense.
I went to a new project I early on converted en saved that project.
I went back to my newly converted program, and YES Intellisense works. 
Thank you very much, I love Visual Micro  Grin
« Last Edit: Sep 20th, 2023 at 1:23pm by EricDuino »  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2709
Joined: Feb 13th, 2019
Re: Tip: Your Project is using the old Visual Micro Intellisense System.
Reply #17 - Sep 20th, 2023 at 1:24pm
Print Post  
Thanks for confirming the fix works, we will look to see if we can improve the intellisense refresh after the conversion has completed.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint