Debugging in Win98

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jon morgan

    Debugging in Win98

    Hi,

    I need to debug my app. under Windows 98. Although VS.net can't be installed
    it I have been able to install both Framework 1.1 and the SDK.

    Can I debug the app. in VS.net remotely from an XPSP2 system over a peer to
    peer network ?

    Although both machines can see each other fine, DCOM seems to jump in when I
    try to connect to the Win98 machine in Debug>Processes >Name and tells me the
    Win98 machine wasn't found. Is DCOM really telling me this can only be done
    in Domain based networking ?

    Thanks for any help

    Jon


  • Janusz

    #2
    Re: Debugging in Win98


    U¿ytkownik "jon morgan" <jonrmorgan@ntl world.com> napisa³ w wiadomo¶ci
    news:OcpSaUwWFH A.3540@TK2MSFTN GP15.phx.gbl...[color=blue]
    > Hi,
    >
    > I need to debug my app. under Windows 98. Although VS.net can't be
    > installed it I have been able to install both Framework 1.1 and the SDK.
    >
    > Can I debug the app. in VS.net remotely from an XPSP2 system over a peer
    > to peer network ?
    >
    > Although both machines can see each other fine, DCOM seems to jump in when
    > I try to connect to the Win98 machine in Debug>Processes >Name and tells me
    > the Win98 machine wasn't found. Is DCOM really telling me this can only be
    > done in Domain based networking ?
    >
    > Thanks for any help
    >
    > Jon[/color]

    Hi,

    I can easily install NET SDK under Windows 98. When the NET installer
    starts it first unpack setup files.
    Don't close the installer and copy these files into the other directory and
    then run setup.exe.

    Janusz


    Comment

    • jon morgan

      #3
      Re: Debugging in Win98

      Hello Janusz,

      Thanks for replying but as I said I have been able to install the SDK -
      that's not the problem.

      The problem is I can't debug my application over a peer to peer network
      because I can't get my XP machine to recognise the Win98 machine - when I go
      Debug>Processes >Name in VS.net and enter the name of the Win98 machine I get
      a "machine not found" message. My network is working fine otherwise - both
      machines can see each other, swap files etc.

      I think this is a DCOM problem and I want this confirmed - and if possible a
      workaround (that does not require me to install 2003 server !) so I can
      debug the Win98 machine remotely.

      Regards


      Jon


      "Janusz" <mrjanusz.usunt o.@vp.pl> wrote in message
      news:d6dhcq$pd5 $1@news.onet.pl ...[color=blue]
      >
      > U¿ytkownik "jon morgan" <jonrmorgan@ntl world.com> napisa³ w wiadomo¶ci
      > news:OcpSaUwWFH A.3540@TK2MSFTN GP15.phx.gbl...[color=green]
      >> Hi,
      >>
      >> I need to debug my app. under Windows 98. Although VS.net can't be
      >> installed it I have been able to install both Framework 1.1 and the SDK.
      >>
      >> Can I debug the app. in VS.net remotely from an XPSP2 system over a peer
      >> to peer network ?
      >>
      >> Although both machines can see each other fine, DCOM seems to jump in
      >> when I try to connect to the Win98 machine in Debug>Processes >Name and
      >> tells me the Win98 machine wasn't found. Is DCOM really telling me this
      >> can only be done in Domain based networking ?
      >>
      >> Thanks for any help
      >>
      >> Jon[/color]
      >
      > Hi,
      >
      > I can easily install NET SDK under Windows 98. When the NET installer
      > starts it first unpack setup files.
      > Don't close the installer and copy these files into the other directory
      > and then run setup.exe.
      >
      > Janusz
      >
      >[/color]


      Comment

      Working...