WebOps Home > Resources > Troubleshooting
Problem: network connectivity lost after installing a CS3 product (ie. Dreamweaver, Contribute, Acrobat) on a Windows 7 machine.
Solution:
when you install an Adobe Creative Suite CS3 product on Windows, Apple's 'Bonjour' for Windows is installed and registered as a Windows service on the machine, which causes the issue.
- as Administrator, open a command window (type cmd)
- right-click on cmd.exe and choose 'run as administrator' from the sub-menu
- change to C: drive (type C: )
- change directory to Program Files (type cd Program Files)
- change directory to Bonjour (type cd Bonjour)
- remove mDNSResponder.exe (type mDNSResponder.exe -remove)
- an echo-back with "Removed service "B""
- rename mdnsNSP.dll to "old" (type rename mdnsNSP.dll *.old)
- type exit
- restart the PC.