Fixes Issue 18

Fixes issue 18
  *  Issue 18 was caused by the file type association icon extraction.  If no file type associations were set up, the object was not defined which resulted in an error
  *  Fix was to check if the object exists prior to looking at values in it
This commit is contained in:
Mr. Brian Gale
2020-06-19 10:06:53 -06:00
parent f0062b7c07
commit bb9de629a1
2 changed files with 10 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ Imports System.Runtime.InteropServices
<Assembly: ComVisible(False)>
'The following GUID is for the ID of the typelib if this project is exposed to COM
<Assembly: Guid("fbd55db5-06ea-4e43-92a4-6e96893013cc")>
<Assembly: Guid("fbd55db5-06ea-4e43-92a4-6e96893013cc")>
' Version information for an assembly consists of the following four values:
'
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("5.4.0.0")>
<Assembly: AssemblyFileVersion("5.4.0.0")>
<Assembly: AssemblyVersion("5.4.0.18")>
<Assembly: AssemblyFileVersion("5.4.0.18")>