01-16-2013 03:55 PM
I have an application that will open quickly on one computer and takes a long time on another. What is happening is the icon is displayed in the task bar but the front panel will not open for some period of time. Both computers are running Windows 7 and the application was built in LV 2010. The applications main purpose is capturing images from a USB camera. The communications to the camera is done using .NET components that were developed by the manufacturer of the camera.
I was hoping somebody could give some ideas on where to start troubleshooting?
Terry
Solved! Go to Solution.
01-16-2013 04:47 PM
I've had this exact issue on a computer that couldn't access the network.
It is because .NET is trying to access the network. Can you run this application on a computer connected to internet ? I believe you have to uncheck some options
Control Panel --> Internet options --> Advanced
I believe the three I unchecked were: "Check for Publisher's certificate revocation", "Enable Integrated Windows Authentication", and "Check for Server certificate revocation". I am not sure about the exact 3 I unchecked, but give it a try. Good luck !
01-17-2013 10:01 AM
Thanks. I don't think I would have ever figured this out on my own.