When I try to deploy this is the error:
System.Exception: Visual Micro: Unable to save new program settings file
C:\Program Files (x86)\Arduino\examples\01.Basics\Blink\Visual Micro\Configuration.Debug.vmps.xml ---> System.UnauthorizedAccessException: Access to the path 'C:\Program Files (x86)\Arduino\examples\01.Basics\Blink\Visual Micro\Configuration.Debug.vmps.xml' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.Xml.XmlDocument.Save(String filename)
at Visual.Micro.ProgramConfiguration.ProgramSettingsReader.Save()
--- End of inner exception stack trace ---
at Visual.Micro.ProgramConfiguration.ProgramSettingsReader.Save()
at Visual.Micro.Visual.Studio.Arduino.AddInApp.CompileDo(Project oProject, Boolean IsDebugStartCommand)
at Visual.Micro.Visual.Studio.Arduino.AddInApp.Compile(Project oProject, Boolean IsDebugStartCommand)
But deploying from my Arduino IDE 1.0.1 it does perfectly.
My Windows 8 on my Notebook, always ask me about admin permission to install softwares, but I'm the administrator. My UAC is down.
I tried to load libraries from ZIP, but nothing hapenned even restarting VS2012 or doing Rescan Solution.
Tnx,