Replies: 1 comment 1 reply
-
|
@esaMark I created an issue because this looks like a bug. Do have the possibility to share that file? The string itself is probably not the problem. I looks more like a problem with the structure in the file that points to the string. And I cannot solve it without an example file. I can provide you an Owncloud link via mail if that is fine to you. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried the C# console app on the original file sets which were the subject of my question about navigating external links after modifying it as shown here.
I expected to read out 4 strings from each of 6 external groups but for 3 of the groups the dataset.Read() method threw an exception:
(This was the exception which lead me to believe that there was a problem navigating external links.)
The code happily reads strings like
and
then fails on strings like
and
so it does not appear to be anything wierd about the strings themselves.
The HDF Viewer reads all the 24 strings with no problem.
Beta Was this translation helpful? Give feedback.
All reactions