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
Normal Topic Some functionality stopped working (Read 3115 times)
Jason Sypolt
Newbies
*
Offline


Posts: 2
Joined: Mar 1st, 2016
Some functionality stopped working
Mar 1st, 2016 at 2:03am
Print Post  
Still kind of new to Arduino so maybe I'm doing something wrong.

I have a Visual Micro Pro license and am using VS 2015 Enterprise. Was working on a project a few days ago and everything was fine. I go to work on the project again since some flame sensors came in the mail, and I noticed that the Build and Upload menu option doesn't seem to be working.

I restarted Visual Studio, and now the Build, Build and Upload, and the option for managing libraries (forget what it's called) are all missing. I attached a screenshot of the Visual Micro dropdown menu. that's the entire menu. I'm not sure what happened?
  

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


Posts: 12187
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Some functionality stopped working
Reply #1 - Mar 1st, 2016 at 12:24pm
Print Post  
The controls you mention only appear when Visual Micro believes that a valid arduino project is open.

I suspect that you renamed some files so here are the rules:-

The folder name, the project name and an .ino name must all match.

This means, for example, that a project called "blink" would be structured as follows:-

> Directory name = Blink
> Project name = Blink
> The directory contains a source code file called Blink.ino

If you believe these rules apply to your project then please post a screen shot showing the Ide and solution explorer with the project open.

Thanks
  
Back to top
IP Logged
 
Jason Sypolt
Newbies
*
Offline


Posts: 2
Joined: Mar 1st, 2016
Re: Some functionality stopped working
Reply #2 - Mar 1st, 2016 at 4:16pm
Print Post  
Solved, thank you! The problem was that I moved the .ino file to "Source Files" in the Visual Studio project since that made sense to me as a logical place to put it. I moved it back to the project root, restarted VS, and it works fine now.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12187
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Some functionality stopped working
Reply #3 - Mar 1st, 2016 at 4:18pm
Print Post  
Great. 

Yes it's a rule of the Arduino Ide so Visual Micro follows it but I have been considering extending it to support .ino outside of root. However that will be a breakage point if you want to use the arduino ide in the future.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint