Skip to content

Commit 706804a

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
NET.addAssembly(which('HekaNativeInterop.dll'));
1919
catch x
2020
if strcmp(x.identifier, 'MATLAB:NET:CLRException:AddAssembly')
21-
error('Unable to load HEKA assemblies. Are you sure you have the HEKA drivers installed?');
21+
error(['Unable to load HEKA assemblies. Are you sure you have the HEKA drivers installed? ' ...
22+
'If so, you may also try running MATLAB as Administrator to see if that fixes this problem.']);
2223
end
2324
rethrow(x);
2425
end

0 commit comments

Comments
 (0)