Search results

  1. R

    Cannot access a disposed object

    I am using IE browser to launch an application. I receive the error "Cannot access a disposed object. Object name: 'System.Net.Sockets.NetworkStream" frequently. Have attached the screenshot of the code for reference. Please help me on why it would happen and how to resolve the same.
  2. R

    JavaScript from within BP - code stage

    Hi, Could you guide me through my code related to the below issue: Page page = System.Web.HttpContext.Current.Handler as Page; str = "page doesn't exist"; if (page != null) { str = "page exists!!"; } There is runtime exception - object reference not set. I have the dll and reference mentioned...
  3. R

    Unexpected error!

    Hi, I am getting below error for Blue Prism application: System.NullReferenceException: Object reference not set to an instance of an object. at BluePrism.AutomateProcessCore.clsProcess.RunAction(RunActions Action, clsProcessBreakpointInfo& BreakPointInfo, Boolean...
Top