ZebraPrinterUtilities 2.3h1 :
- aggiunta gestione eccezione per stampante non presente.
This commit is contained in:
Binary file not shown.
@@ -15,7 +15,7 @@ Imports System.Windows
|
||||
<Assembly: AssemblyDescription("")>
|
||||
<Assembly: AssemblyCompany("")>
|
||||
<Assembly: AssemblyProduct("ZebraPrinterUtilities")>
|
||||
<Assembly: AssemblyCopyright("Copyright © 2021")>
|
||||
<Assembly: AssemblyCopyright("Copyright © 2021 by EgalWare s.r.l.")>
|
||||
<Assembly: AssemblyTrademark("")>
|
||||
<Assembly: ComVisible(false)>
|
||||
|
||||
@@ -55,5 +55,5 @@ Imports System.Windows
|
||||
' usando l'asterisco '*' come illustrato di seguito:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("1.0.0.0")>
|
||||
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
||||
<Assembly: AssemblyVersion("2.3.8.1")>
|
||||
<Assembly: AssemblyFileVersion("2.3.8.1")>
|
||||
|
||||
+4
-1
@@ -34,7 +34,7 @@ Class ZebraPrinter
|
||||
Else
|
||||
m_sDataRoot = sb.ToString
|
||||
End If
|
||||
m_FileLog = m_sDataRoot & "\ZebraPrinterUtilityLog.txt"
|
||||
m_FileLog = m_sDataRoot & "\Temp\ZebraPrinterUtilityLog.txt"
|
||||
If Not File.Exists(m_FileLog) Then
|
||||
Try
|
||||
File.Create(m_FileLog).Close()
|
||||
@@ -66,6 +66,9 @@ Class ZebraPrinter
|
||||
Catch ex As ConnectionException
|
||||
EmitLog("Printer connection error: " & ex.Message)
|
||||
Return False
|
||||
Catch
|
||||
EmitLog("Printer not found error")
|
||||
Return False
|
||||
End Try
|
||||
End Function
|
||||
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
||||
<StartAction>Program</StartAction>
|
||||
<StartProgram>C:\EgtProg\OmagVIEW\ZebraPrinterUtilitiesD32.exe</StartProgram>
|
||||
<StartArguments>c:\Users\nicola.pievani\Desktop\Test4.prn c:\Users\nicola.pievani\Desktop\Test4.ini</StartArguments>
|
||||
<StartArguments>c:\EgtData\OmagVIEW\ZebraPrinter\Test4.prn c:\EgtData\OmagVIEW\ZebraPrinter\Test4.ini</StartArguments>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,11 +1,11 @@
|
||||
#ExternalChecksum("..\..\Application.xaml","{8829d00f-11b8-4213-878b-770e8597ac16}","B4EC3D1F99D2BE32F0C95BCA7B6518256E2BB01F0ECE73E3F01F97D7B947C9E6")
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' Il codice è stato generato da uno strumento.
|
||||
' Versione runtime:4.0.30319.42000
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:4.0.30319.42000
|
||||
'
|
||||
' Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
|
||||
' il codice viene rigenerato.
|
||||
' Changes to this file may cause incorrect behavior and will be lost if
|
||||
' the code is regenerated.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
#ExternalChecksum("..\..\Application.xaml","{8829d00f-11b8-4213-878b-770e8597ac16}","B4EC3D1F99D2BE32F0C95BCA7B6518256E2BB01F0ECE73E3F01F97D7B947C9E6")
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' Il codice è stato generato da uno strumento.
|
||||
' Versione runtime:4.0.30319.42000
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:4.0.30319.42000
|
||||
'
|
||||
' Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
|
||||
' il codice viene rigenerato.
|
||||
' Changes to this file may cause incorrect behavior and will be lost if
|
||||
' the code is regenerated.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -29,4 +29,3 @@ C:\EgtDev\ZebraPrinterUtilities\obj\Debug\ZebraPrinterUtilities.vbproj.CopyCompl
|
||||
C:\EgtDev\ZebraPrinterUtilities\obj\Debug\ZebraPrinterUtilities.exe
|
||||
C:\EgtDev\ZebraPrinterUtilities\obj\Debug\ZebraPrinterUtilities.xml
|
||||
C:\EgtDev\ZebraPrinterUtilities\obj\Debug\ZebraPrinterUtilities.pdb
|
||||
C:\EgtDev\ZebraPrinterUtilities\obj\Debug\ZebraPrinterUtilities.vbprojAssemblyReference.cache
|
||||
|
||||
Binary file not shown.
@@ -4,16 +4,16 @@
|
||||
winexe
|
||||
VB
|
||||
.vb
|
||||
C:\EgtDev\ZebraPrinterUtilities\obj\Debug\
|
||||
c:\EgtDev\ZebraPrinterUtilities\obj\Debug\
|
||||
ZebraPrinterUtilities
|
||||
none
|
||||
false
|
||||
|
||||
C:\EgtDev\ZebraPrinterUtilities\Application.xaml
|
||||
c:\EgtDev\ZebraPrinterUtilities\Application.xaml
|
||||
|
||||
|
||||
633751935
|
||||
311830312596
|
||||
31383730998
|
||||
|
||||
|
||||
False
|
||||
|
||||
@@ -4,16 +4,16 @@
|
||||
winexe
|
||||
VB
|
||||
.vb
|
||||
C:\EgtDev\ZebraPrinterUtilities\obj\Debug\
|
||||
c:\EgtDev\ZebraPrinterUtilities\obj\Debug\
|
||||
ZebraPrinterUtilities
|
||||
none
|
||||
false
|
||||
|
||||
C:\EgtDev\ZebraPrinterUtilities\Application.xaml
|
||||
c:\EgtDev\ZebraPrinterUtilities\Application.xaml
|
||||
|
||||
|
||||
7246719457
|
||||
311830312596
|
||||
31383730998
|
||||
|
||||
|
||||
False
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
#ExternalChecksum("..\..\Application.xaml","{8829d00f-11b8-4213-878b-770e8597ac16}","B4EC3D1F99D2BE32F0C95BCA7B6518256E2BB01F0ECE73E3F01F97D7B947C9E6")
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' Il codice è stato generato da uno strumento.
|
||||
' Versione runtime:4.0.30319.42000
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:4.0.30319.42000
|
||||
'
|
||||
' Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
|
||||
' il codice viene rigenerato.
|
||||
' Changes to this file may cause incorrect behavior and will be lost if
|
||||
' the code is regenerated.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
#ExternalChecksum("..\..\Application.xaml","{8829d00f-11b8-4213-878b-770e8597ac16}","B4EC3D1F99D2BE32F0C95BCA7B6518256E2BB01F0ECE73E3F01F97D7B947C9E6")
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' Il codice è stato generato da uno strumento.
|
||||
' Versione runtime:4.0.30319.42000
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:4.0.30319.42000
|
||||
'
|
||||
' Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
|
||||
' il codice viene rigenerato.
|
||||
' Changes to this file may cause incorrect behavior and will be lost if
|
||||
' the code is regenerated.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -4,16 +4,16 @@
|
||||
winexe
|
||||
VB
|
||||
.vb
|
||||
C:\EgtDev\ZebraPrinterUtilities\obj\Release\
|
||||
c:\EgtDev\ZebraPrinterUtilities\obj\Release\
|
||||
ZebraPrinterUtilities
|
||||
none
|
||||
false
|
||||
|
||||
C:\EgtDev\ZebraPrinterUtilities\Application.xaml
|
||||
c:\EgtDev\ZebraPrinterUtilities\Application.xaml
|
||||
|
||||
|
||||
633751935
|
||||
311830312596
|
||||
31383730998
|
||||
|
||||
|
||||
False
|
||||
|
||||
@@ -4,16 +4,16 @@
|
||||
winexe
|
||||
VB
|
||||
.vb
|
||||
C:\EgtDev\ZebraPrinterUtilities\obj\Release\
|
||||
c:\EgtDev\ZebraPrinterUtilities\obj\Release\
|
||||
ZebraPrinterUtilities
|
||||
none
|
||||
false
|
||||
|
||||
C:\EgtDev\ZebraPrinterUtilities\Application.xaml
|
||||
c:\EgtDev\ZebraPrinterUtilities\Application.xaml
|
||||
|
||||
|
||||
7-1044941030
|
||||
311830312596
|
||||
31383730998
|
||||
|
||||
|
||||
False
|
||||
|
||||
Reference in New Issue
Block a user