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 Error when I debug my own VS extension (Read 1088 times)
Alon
Newbies
*
Offline


Posts: 1
Joined: Nov 18th, 2018
Error when I debug my own VS extension
Nov 18th, 2018 at 8:08pm
Print Post  
When I debug my own VS extension, I get lots of exception with this stack trace:

>      er.GetMembers(String MemberName, Boolean ReportErrors) Line 1246      Basic
     InApp.IsSketchProject(object oProject)      Unknown
     InApp.ActiveProject.get()      Unknown
     InApp._processTimerEvents()      Unknown
     InApp._UITimer_Elapsed(object sender, System.Timers.ElapsedEventArgs e)      Unknown
     System.dll!System.Timers.Timer.MyTimerCallback(object state) Line 316      C#
     mscorlib.dll!System.Threading.TimerQueueTimer.CallCallbackInContext(object state) Line 722      C#
     utionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) Line 954      C#
     text executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) Line 902      C#
     mscorlib.dll!System.Threading.TimerQueueTimer.CallCallback() Line 705      C#
     mscorlib.dll!System.Threading.TimerQueueTimer.Fire() Line 662      C#
     mscorlib.dll!System.Threading.TimerQueue.FireNextTimers() Line 417      C#
     mscorlib.dll!System.Threading.TimerQueue.AppDomainTimerCallback() Line 202      C#


Thanks,

Alon.
« Last Edit: Nov 19th, 2018 at 11:59am by Tim@Visual Micro »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Error when I debug my own VS extension
Reply #1 - Nov 19th, 2018 at 12:01pm
Print Post  
I have to debug visual micro in an experimental instance very often but never see this problem.

It would help to see the entire error message you are seeing because what you have posted does not show anything useful.
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint