B
Beemer Biker
I have an app that binds to 5003 and 5004. It works fine on a desktop
VS2005/sp1 dotnet 2. It will not run on a laptop VS2005/sp1 dotnet 2 giving
the above error on the very first bind.
I cannot spot what is causing the problem. There is something different
about the laptop no? Both system have xp, sp2 with latest patches and
firewall off. The program should behave the same. I start guessing and
disable spampal, snagit, whatever I can think of but I still cant bind nor
see what is causing the program to fail.
I set a breakpoint at the first bind and examine thecontents of
"audioEndPoint" and sure enough something is different. On the desktop I
see "m_address" and "m_port" listed in the watch window. They are missing
in the laptop but if I expand [+]Non-Public members then I see those two
variables. I would think that since both VS2005 with SP1 and DX90SDK (same
december) one would see the exact layout on each. I do not see the
corresponding [+]Public Members but both system do show [+]Static members.
Maybe that is not significent.
Could port 5002 and 5003 be un-available on my laptop?
The desktop is on a "domain" but the laptop isnt. Could this be a security
policy problem? If anything, I would think that the desktop beiing on a
domain might have a more restrictive security policy. FWIW, the laptop has
wireless.
VS2005/sp1 dotnet 2. It will not run on a laptop VS2005/sp1 dotnet 2 giving
the above error on the very first bind.
I cannot spot what is causing the problem. There is something different
about the laptop no? Both system have xp, sp2 with latest patches and
firewall off. The program should behave the same. I start guessing and
disable spampal, snagit, whatever I can think of but I still cant bind nor
see what is causing the program to fail.
I set a breakpoint at the first bind and examine thecontents of
"audioEndPoint" and sure enough something is different. On the desktop I
see "m_address" and "m_port" listed in the watch window. They are missing
in the laptop but if I expand [+]Non-Public members then I see those two
variables. I would think that since both VS2005 with SP1 and DX90SDK (same
december) one would see the exact layout on each. I do not see the
corresponding [+]Public Members but both system do show [+]Static members.
Maybe that is not significent.
Could port 5002 and 5003 be un-available on my laptop?
The desktop is on a "domain" but the laptop isnt. Could this be a security
policy problem? If anything, I would think that the desktop beiing on a
domain might have a more restrictive security policy. FWIW, the laptop has
wireless.