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 Visual micro was unable to load a debugger extension (Read 4026 times)
headingwest
Newbies
*
Offline


Posts: 3
Location: Sydney, Australia
Joined: Apr 22nd, 2013
Visual micro was unable to load a debugger extension
Apr 23rd, 2013 at 11:34am
Print Post  
After successfully installing the plugin on my laptop I tried to install on my desktop but got this error. Screenshot attached.

Both machines are Windows 8 64 bit installs.


I can see a previous post with a similar issue that was resolved by logging in as admin. I'm already an admin on both PC's

Thanks for your help.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Visual micro was unable to load a debugger extension
Reply #1 - Apr 23rd, 2013 at 11:43am
Print Post  
Do you have .net3.5 enabled?

The debugger visualizations are open source so the source code is shipped with the install of the plugin. We support VS2008,2010 and 2012 using the same files, it is less complicated this way but does mean you need .net 3.5 installed as the lowest common denominator that works with all versions of windows.
  
Back to top
WWW  
IP Logged
 
headingwest
Newbies
*
Offline


Posts: 3
Location: Sydney, Australia
Joined: Apr 22nd, 2013
Re: Visual micro was unable to load a debugger extension
Reply #2 - Apr 23rd, 2013 at 8:29pm
Print Post  
Hi Tim, yes I've verified with this tool:

http://blogs.msdn.com/b/astebner/archive/2008/10/13/8999004.aspx
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Visual micro was unable to load a debugger extension
Reply #3 - Apr 23rd, 2013 at 8:43pm
Print Post  
It seems strange,

See if a zedgraph.dll exists in the folder with the PerformanceMonitor.dll and see if there is .net3.5 version of the following file in the windows gac :-

Code
Select All
Visual.Micro.Debugger.Data.Extensions.dll 



The gac on my machine is here:-
Code
Select All
C:\Windows\assembly\GAC_MSIL\Visual.Micro.Debugger.Data.Extensions 




If the Visual.Micro.Debugger.Data.Extensions.dll is in the visual micro program folder and not in the gac then this is the problem and is resolved by control panel uninstall (vsiual micro) and then running the installer again with admin privileges. This relates to the main plugin installer which is responsible for the gac registration process (not the debugger installer)


« Last Edit: Apr 23rd, 2013 at 8:43pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint