We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e046842 commit 706804aCopy full SHA for 706804a
src/main/matlab/+symphonyui/+builtin/+daqs/HekaDaqController.m
@@ -18,7 +18,8 @@
18
NET.addAssembly(which('HekaNativeInterop.dll'));
19
catch x
20
if strcmp(x.identifier, 'MATLAB:NET:CLRException:AddAssembly')
21
- error('Unable to load HEKA assemblies. Are you sure you have the HEKA drivers installed?');
+ 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.']);
23
end
24
rethrow(x);
25
0 commit comments