Expression cannot be evaluated at this time.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • João Santa Bárbara

    Expression cannot be evaluated at this time.

    Hi all
    this message ( Expression cannot be evaluated at this time. ) apears when i
    in the debug window do this
    ?xdrMaster("fie ld1")


    can some one help me ..
    JSB


  • João Santa Bárbara

    #2
    Re: Expression cannot be evaluated at this time.

    Thks for the reply

    of course i´m in the same scope.
    the problem is ( i have found out ) , i have to much lines in my function, i
    have ma a few comments and suprise .. it worked..
    so its a BUG from visual studio IDE ..

    Is there a FIX ?? uhm thats stange microsoft didn´t release yet a fix for
    the Visual Studio .NET...

    JSB


    "Rakesh Rajan" <RakeshRajan@di scussions.micro soft.com> wrote in message
    news:EE9F37BB-952E-4E1D-BC7A-EC7F33EB4BFD@mi crosoft.com...[color=blue]
    > Ensure that the xdrMaster("fiel d1") object is within scope of where the[/color]
    debugger control is now.[color=blue]
    > --
    > Rakesh Rajan
    >
    >
    > "João Santa Bárbara" wrote:
    >[color=green]
    > > Hi all
    > > this message ( Expression cannot be evaluated at this time. ) apears[/color][/color]
    when i[color=blue][color=green]
    > > in the debug window do this
    > > ?xdrMaster("fie ld1")
    > >
    > >
    > > can some one help me ..
    > > JSB
    > >
    > >
    > >[/color][/color]


    Comment

    • Nick Malik

      #3
      Re: Expression cannot be evaluated at this time.

      It is far more likely that the lines you commented out were the ones causing
      the problem.

      Can you post code to illustrate the problem?
      --- Nick

      "João Santa Bárbara" <joaosb@i24port ugal.com> wrote in message
      news:O%23VklFtW EHA.3420@TK2MSF TNGP12.phx.gbl. ..[color=blue]
      > Thks for the reply
      >
      > of course i´m in the same scope.
      > the problem is ( i have found out ) , i have to much lines in my function,[/color]
      i[color=blue]
      > have ma a few comments and suprise .. it worked..
      > so its a BUG from visual studio IDE ..
      >
      > Is there a FIX ?? uhm thats stange microsoft didn´t release yet a fix for
      > the Visual Studio .NET...
      >
      > JSB
      >
      >
      > "Rakesh Rajan" <RakeshRajan@di scussions.micro soft.com> wrote in message
      > news:EE9F37BB-952E-4E1D-BC7A-EC7F33EB4BFD@mi crosoft.com...[color=green]
      > > Ensure that the xdrMaster("fiel d1") object is within scope of where the[/color]
      > debugger control is now.[color=green]
      > > --
      > > Rakesh Rajan
      > >
      > >
      > > "João Santa Bárbara" wrote:
      > >[color=darkred]
      > > > Hi all
      > > > this message ( Expression cannot be evaluated at this time. ) apears[/color][/color]
      > when i[color=green][color=darkred]
      > > > in the debug window do this
      > > > ?xdrMaster("fie ld1")
      > > >
      > > >
      > > > can some one help me ..
      > > > JSB
      > > >
      > > >
      > > >[/color][/color]
      >
      >[/color]


      Comment

      • Nick Malik

        #4
        Re: Expression cannot be evaluated at this time.

        It is far more likely that the lines you commented out were the ones causing
        the problem.

        Can you post code to illustrate the problem?
        --- Nick

        "João Santa Bárbara" <joaosb@i24port ugal.com> wrote in message
        news:O%23VklFtW EHA.3420@TK2MSF TNGP12.phx.gbl. ..[color=blue]
        > Thks for the reply
        >
        > of course i´m in the same scope.
        > the problem is ( i have found out ) , i have to much lines in my function,[/color]
        i[color=blue]
        > have ma a few comments and suprise .. it worked..
        > so its a BUG from visual studio IDE ..
        >
        > Is there a FIX ?? uhm thats stange microsoft didn´t release yet a fix for
        > the Visual Studio .NET...
        >
        > JSB
        >
        >
        > "Rakesh Rajan" <RakeshRajan@di scussions.micro soft.com> wrote in message
        > news:EE9F37BB-952E-4E1D-BC7A-EC7F33EB4BFD@mi crosoft.com...[color=green]
        > > Ensure that the xdrMaster("fiel d1") object is within scope of where the[/color]
        > debugger control is now.[color=green]
        > > --
        > > Rakesh Rajan
        > >
        > >
        > > "João Santa Bárbara" wrote:
        > >[color=darkred]
        > > > Hi all
        > > > this message ( Expression cannot be evaluated at this time. ) apears[/color][/color]
        > when i[color=green][color=darkred]
        > > > in the debug window do this
        > > > ?xdrMaster("fie ld1")
        > > >
        > > >
        > > > can some one help me ..
        > > > JSB
        > > >
        > > >
        > > >[/color][/color]
        >
        >[/color]


        Comment

        Working...