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 Debugger Install Issue (Read 2966 times)
Fabien
Junior Member
**
Offline


Posts: 13
Location: Redmond, WA
Joined: Nov 23rd, 2012
Debugger Install Issue
Dec 28th, 2012 at 6:33am
Print Post  
Hi Tim,

I thought that I'd give you an update on my latest attempt to get the debugger to work: once again, I installed Visual Micro and the debugger (version 121104) on yet another pristine 64-bit Windows 8 machine with VS 2010, following exactly the documented installation steps. As previously, VM works except for the debugger which consistently fails to start.

Based on John's feedback above, I also tried installing VM and the debugger while logged in as 'Administrator'... with the same results. Btw, this should never be required: the Administrator account is disabled by default and should never be needed for anything since privilege elevation prompts show up as needed.

I wish I could spend more time on this, but have to move on for the time being. All I can say is that there's something wrong with the way the installer registers the debugger extension, with all signs pointing to mismatched ACL(s) on some of the debugger's files. Sorry that I can't provide any more details at the moment but I'll gladly investigate further if you can provide specifics as to what I should be looking for.

As always, thanks for your hard work Smiley

Cheers,
-Fabien.
« Last Edit: Dec 28th, 2012 at 3:35pm by Tim@Visual Micro »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Debugger Install Issue
Reply #1 - Dec 28th, 2012 at 2:14pm
Print Post  
I agree admin should never be needed and yes I always see the admin prompt for elevated privs.

The plugin system is very simple and the plugin installer is responsible for installing the shared dll that must reside in the windows GAC.

When you have time please confirm that you see the dll in the .net 3.5 GAC.

The debugger installer does not install files that need registering. All it does is copies over some arduino source and the c# graphical controls such as analog pins, digital pins and memory usage graph.

Visual Studio is responsible for the loading the c# controls when the debugger starts. The c# controls are set to be COm Visible so should auto register when the first load. All the controls have a reference to the Visual.Micro.Debugger.Data.Extension.dll which needs to be located in the GAC.

I hope you manage to look at this sometime but appreciate that you are busy.
« Last Edit: Dec 28th, 2012 at 3:36pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint