A little advice on Mime Types - plus a general feedback in reply

I have been banging my head on the puzzle using VB dot Net. And I seem to have an issue see the output below:
My debug code log:-
File input name: ‘final.’
Result: ‘UNKNOWN’

At this point it fails with the usual Failure in red with the below:

Found:
U
Expected:
a

This I found confusing as I also output the extensions as they are inputted into the arrays and there is no blank extension. Is their an error with the test system for VB dot Net or is no one else having issues?
This happens on test case 03 and 05 only the rest are fine :confused:

Admin you are welcome to look at my code in the system if you need permission :slightly_smiling:

Any help would be greatly appreciated!

Ignore me.

Although can you please alter the error to include the output of where it failed such as passed “.pdf” expected “a” not “U”?

That would of helped me solve this much sooner! (which I would of if I had moved this to a visual studio)

Cheers, :slight_smile:

Hi! I’m trying to solve this in C++ and am stuck at the same problem.
Is there any hint you could give? Or was this VB.NET specific?
Thanks!