Skip to content

Commit f85429a

Browse files
committed
Added some additional text for NI drivers failing to load
1 parent 706804a commit f85429a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/matlab/+symphonyui/+builtin/+daqs/NiDaqController.m

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
NET.addAssembly(which('NIDAQInterface.dll'));
99
catch x
1010
if strcmp(x.identifier, 'MATLAB:NET:CLRException:AddAssembly')
11-
error('Unable to load National Instruments assembly. Are you sure you have the NI-DAQmx drivers installed?');
11+
error(['Unable to load National Instruments assembly. Are you sure you have the NI-DAQmx drivers ' ...
12+
'installed? Make you choose to install ".NET Framework 4.5 Languages Support" during the ' ...
13+
'NI-DAQmx installer.']);
1214
end
1315
rethrow(x);
1416
end

0 commit comments

Comments
 (0)