|
| |||||||||
| Tags: local, port, standard, tcpip, types |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Missing port types : local port and Standard TCP/IP port
Hi Guys , I work in a small office as the in house programmer , but I am expected to support a the network as well. The boss's computer does not have port types " local port" and "Standard TCP/IP port" under files > server properties > ports > add new port > port types. I do not want to re-install Windows XP. And by the way , he did delete the port types ( reasons best known to the man himself) Please be generous and respond to this post , I am in a bind . thanks kpt |
|
#2
| |||
| |||
| Re: Missing port types : local port and Standard TCP/IP port
Hi, if you have netsupport manager (remoting software) installed, uninstall it and try again. If not check settings at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Monitors I have here multiple entries. For "local port", Driver=localspl.dll and one for "Standard TCP/IP Port", Driver = tcpmon.dll . Perhaps the dlls cannot be loaded. You can detect the dependencies with depends.exe from microsoft. For tcpmon.dll these are msvcrt.dll, ws2_32.dll and spoolss.dll and the standard dlls. (msvcrt.dll could be a candidate). For localspl.dll you can download a debug-version from my homepage, which gives debug output in dbgview from sysinternals. It is renamed to ddklocalmon.dll (search for it it google newsgroup) Good luck Dieter > Hi Guys , > > I work in a small office as the in house programmer , but I am expected > to support a the network as well. > > The boss's computer does not have port types " local port" and > "Standard TCP/IP port" under files > server properties > ports > add > new port > port types. > > > I do not want to re-install Windows XP. And by the way , he did delete > the port types ( reasons best known to the man himself) > > > Please be generous and respond to this post , I am in a bind . > > thanks > kpt > |
|
#3
| |||
| |||
| Re: Missing port types : local port and Standard TCP/IP port
Hi, if you have netsupport manager (remoting software) installed, uninstall it and try again. If not check settings at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Monitors I have here multiple entries. For "local port", Driver=localspl.dll and one for "Standard TCP/IP Port", Driver = tcpmon.dll . Perhaps the dlls cannot be loaded. You can detect the dependencies with depends.exe from microsoft. For tcpmon.dll these are msvcrt.dll, ws2_32.dll and spoolss.dll and the standard dlls. (msvcrt.dll could be a candidate). For localspl.dll you can download a debug-version from my homepage, which gives debug output in dbgview from sysinternals. It is renamed to ddklocalmon.dll (search for it it google newsgroup) Good luck Dieter > Hi Guys , > > I work in a small office as the in house programmer , but I am expected > to support a the network as well. > > The boss's computer does not have port types " local port" and > "Standard TCP/IP port" under files > server properties > ports > add > new port > port types. > > > I do not want to re-install Windows XP. And by the way , he did delete > the port types ( reasons best known to the man himself) > > > Please be generous and respond to this post , I am in a bind . > > thanks > kpt > |
|
#4
| |||
| |||
| Re: Missing port types : local port and Standard TCP/IP port
thanks for the tip Dieter , I shall give it a try thanks kpt On Dec 27, 7:38 am, Dieter <dieter.riek...@lvbprint.de> wrote: > Hi, > > if you have netsupport manager (remoting software) installed, > uninstall it and try again. > If not check settings at > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Monitors > I have here multiple entries. For "local port", Driver=localspl.dll > and one for "Standard TCP/IP Port", Driver = tcpmon.dll . Perhaps the > dlls cannot be loaded. You can detect the dependencies with depends.exe > from microsoft. For tcpmon.dll these are msvcrt.dll, ws2_32.dll and > spoolss.dll and the standard dlls. (msvcrt.dll could be a candidate). > For localspl.dll you can download a debug-version from my homepage, > which gives debug output in dbgview from sysinternals. It is renamed > to ddklocalmon.dll (search for it it google newsgroup) > > Good luck > > Dieter > > > Hi Guys , > > > I work in a small office as the in house programmer , but I am expected > > to support a the network as well. > > > The boss's computer does not have port types " local port" and > > "Standard TCP/IP port" under files > server properties > ports > add > > new port > port types. > > > I do not want to re-install Windows XP. And by the way , he did delete > > the port types ( reasons best known to the man himself) > > > Please be generous and respond to this post , I am in a bind . > > > thanks > > kpt |
|
#5
| |||
| |||
| Re: Missing port types : local port and Standard TCP/IP port
thanks for the tip Dieter , I shall give it a try thanks kpt On Dec 27, 7:38 am, Dieter <dieter.riek...@lvbprint.de> wrote: > Hi, > > if you have netsupport manager (remoting software) installed, > uninstall it and try again. > If not check settings at > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Monitors > I have here multiple entries. For "local port", Driver=localspl.dll > and one for "Standard TCP/IP Port", Driver = tcpmon.dll . Perhaps the > dlls cannot be loaded. You can detect the dependencies with depends.exe > from microsoft. For tcpmon.dll these are msvcrt.dll, ws2_32.dll and > spoolss.dll and the standard dlls. (msvcrt.dll could be a candidate). > For localspl.dll you can download a debug-version from my homepage, > which gives debug output in dbgview from sysinternals. It is renamed > to ddklocalmon.dll (search for it it google newsgroup) > > Good luck > > Dieter > > > Hi Guys , > > > I work in a small office as the in house programmer , but I am expected > > to support a the network as well. > > > The boss's computer does not have port types " local port" and > > "Standard TCP/IP port" under files > server properties > ports > add > > new port > port types. > > > I do not want to re-install Windows XP. And by the way , he did delete > > the port types ( reasons best known to the man himself) > > > Please be generous and respond to this post , I am in a bind . > > > thanks > > kpt |
|
#6
| |||
| |||
| Re: Missing port types : local port and Standard TCP/IP port
Hi Dieter, The tip you gave allowed my printer installer to add my printer and create enteries for various ports. thanks for the advise. I contacted Microsoft support before you responded and they are yet to get back to me. Once I get the official method , I shall post it here. thanks kpt On Dec 27, 7:38 am, Dieter <dieter.riek...@lvbprint.de> wrote: > Hi, > > if you have netsupport manager (remoting software) installed, > uninstall it and try again. > If not check settings at > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Monitors > I have here multiple entries. For "local port", Driver=localspl.dll > and one for "Standard TCP/IP Port", Driver = tcpmon.dll . Perhaps the > dlls cannot be loaded. You can detect the dependencies with depends.exe > from microsoft. For tcpmon.dll these are msvcrt.dll, ws2_32.dll and > spoolss.dll and the standard dlls. (msvcrt.dll could be a candidate). > For localspl.dll you can download a debug-version from my homepage, > which gives debug output in dbgview from sysinternals. It is renamed > to ddklocalmon.dll (search for it it google newsgroup) > > Good luck > > Dieter > > > Hi Guys , > > > I work in a small office as the in house programmer , but I am expected > > to support a the network as well. > > > The boss's computer does not have port types " local port" and > > "Standard TCP/IP port" under files > server properties > ports > add > > new port > port types. > > > I do not want to re-install Windows XP. And by the way , he did delete > > the port types ( reasons best known to the man himself) > > > Please be generous and respond to this post , I am in a bind . > > > thanks > > kpt |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Missing port types : local port and Standard TCP/IP port" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to do port forwarding in weird Linksys WRT54G at port 80 and 443? | HamsiniI | Networking & Security | 5 | 02-07-2011 06:00 AM |
| Port Checker says the port is open, but utorrent still has yellow icon | Sarasi | Networking & Security | 5 | 26-06-2010 06:21 PM |
| "Standard TCP/IP port" option missing when adding printer | dclist | Windows XP Support | 5 | 25-05-2010 07:50 PM |
| NETGEAR Prosafe 24-port FSM7226RS and 48-port FSM7250RS L2 Managed Stackable Switch | Baltazar | Networking & Security | 1 | 02-03-2009 11:15 PM |
| Source port of 1079 (asprovatalk) to destination port 1025 (blackjack) - required for Microsoft Windows networking? | Spin | Windows Server Help | 1 | 08-10-2008 02:39 AM |