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 sketch.ino not found (Read 1912 times)
ghell2000_
Newbies
*
Offline


Posts: 1
Joined: Jan 28th, 2016
sketch.ino not found
Jan 28th, 2016 at 1:41pm
Print Post  
When I try to create a project
a) from the c++ => Arduino Project
I get a pop up message saying that sketch.ino can't be found
b) from Arduino Project option (inferior level)
I get this output (not a pop up)
System.NullReferenceException: La référence d'objet n'est pas définie à une instance d'un objet.   à Visual.Micro.Visual.Studio.Arduino.AddInApp.ExecCmd(String commandName)

please note the "normal" IDE works fine on my pc
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: sketch.ino not found
Reply #1 - Jan 28th, 2016 at 1:51pm
Print Post  
Hi,

Arduino code is C++ and I suspect that you did not select the C++ option when installing Visual Studio 2015

You can add C++ via "Control Panel>Add or remove programs>Visual Studio>Change>Custom Setup>C++"
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint