Jump to content
  • 0

DT9814 - 'The Device driver cannot be initialized' - C# .NET 4.8 Visual Studio 2022


mitchellm

Question

I am currently updating the code on which our DAQ device is communicating with within Visual Studio 2022 with .NET 4.8.  DT-Open Layers is used to get devices and set and recieve DAQ values.

This is part of the code:

deviceNames = deviceMgr.GetDeviceNames()

deviceMgr.GetDevice(deviceNames[1])   <- This is where it throws an exception saying 'The Device Driver cannot be initialized'

 

It seems to be getting the device names just fine. Any ideas on how to fix this issue?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...