11-01-2010 07:09 AM
Hej Justin
I have tried install VISA 5.0.2, "route delete 0.0.0.0" and disable the National Instruments mDNSresponder service. Nothing helps. Running Win7 32bit. Do you have any other suggestions?
Vagn
11-01-2010 08:38 AM
Vagn,
You need to do two commands:
C:\ route delete 0.0.0.0
C:\ ipconfig /renew
if you want to confirm that the route is deleted,
C:\ ipconfig
Then look in the output for "Default Gateway". There should only be one ip addess listed
Default Gateway . . . . . . . . . : 172.18.144.5
Mitch
11-01-2010 09:14 AM
Hey Micth
Thanks for the fast reply, but does not work. I have only one default gateway which is different for 0.0.0.0. I think the default gateway is not the problem.
The problem is: the "NI Device Loader" does not start because a dependency service failed to start.
The dependency service is "National Instruments mDNS Responder Service" --> "Error 1075: The dependency service does not exist or has been marked for deletion."
"National Instruments mDNS Responder Service" files are physical on disc.
Tried following;
- Uninstall and reinstall drivers
- route delete 0.0.0.0
- disable "National Instruments mDNS Responder Service"
- Install VISA 5.0.2
Nothing helps. Then what??
Vagn
11-01-2010 09:53 AM
Your problem sounds different than mine. You should probably start a new thread.
I'm new to NI hardware and I am discovering that some simple tasks have relatively complex solutions. For example, I am reading values from a NI card that connects via USB (model: USB6008) and I'm baffled as to why the installer is almost 1 GB, and it installs and run 5 servvices.
Mitch
05-05-2011 08:01 AM
Vagn - I had a similar problem that turned out to be due to not uninstalling LV 2010 beta before installing the released 2010 version
mDNS Responder depends on the NI System Web Server, so if that service does not exist or is named differently, can cause problems.
The NI System Web Server's Service name was NISystemWebServer instead of niSvcLoc. Completely uninstalling all NI software and reinstalling fixed the issue for me.
Steve