Search the Knowledgebase |
Browse by Category or Article ID |
|
|
|
|
|
| What are the dependency considerations for LM-X? |
| User Opinions (0 votes) |
|
No users have voted.
|
|
Thank you for rating this answer.
|
Article ID: 183
Last Updated: 25th June 2009 08:02:04 am
If you have an application using LM-X that is a Windows Service, you must ensure the dependencies for loading the services are set correctly. Failure to do so will result in runtime errors when starting the service automatically at Windows boot time.
LM-X depends on the service group "Network," which is typically specified as "+Network," and on WMI (Windows Management Instrumentation), which must be specified as "winmgmt."
For more information on how to specify service dependencies, see MSDN and/or other relevant material for your programming environment.
|
| Attachments |
|
No attachments were found.
|