Browse by Tags

All Tags » BlackPearl » debugging   (RSS)
Sorry, but there are no more tags available to filter with.
  • Re: Debugging server event code

    Hi DavidL, I've done as you've suggested, however I still get this message when hovering over my breakpoint: no symbols have been loaded for this document any ideas, Martin Edit: when you get to the point in your workflow where you placed the breakpoint... all is well :-)
    Posted to General (Forum) by mgallen on February 18, 2008
  • Re: Debugging server event code

    Thank you, it worked as you've said. But there is an issue when i try to access either K2.ProcessInstance.XmlFields or K2.ProcessInstance.DataFields from the Watch window of the Visual Studio. it throws error:   K2.ProcessInstance.XmlFields    Cannot obtain fields or call methods on the instance of type ...
    Posted to General (Forum) by kornyi on January 31, 2008
  • Re: Debugging server event code

    You're on the right track attaching to the K2HostServer.exe.  When you attach the debugger, choose to debug managed code only.  The exclamation points will go away when the host server loads your assembly and your breakpoint will be hit when it is executed. The host server takes care of versioning your process, so make sure the process ...
    Posted to General (Forum) by DavidL on January 30, 2008