Skip to content

Commit

Permalink
v0.4.10-beta.1
Browse files Browse the repository at this point in the history
v0.4.10-beta.1
  • Loading branch information
POPCORNBOOM committed Nov 25, 2024
1 parent 0cd466f commit 7d1cf67
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

/AutoSaves
/temp
Error.md
2 changes: 1 addition & 1 deletion EZcarddotNet.dll.config
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<applicationSettings>
<EZcarddotNet.Properties.Settings>
<setting name="Version" serializeAs="String">
<value>v0.4.10-beta</value>
<value>v0.4.10-beta.1</value>
</setting>
<setting name="ExpireDate" serializeAs="String">
<value>2024-12-31</value>
Expand Down
Binary file modified EZcarddotNet.exe
Binary file not shown.
Binary file modified EZcarddotNet.pdb
Binary file not shown.
57 changes: 57 additions & 0 deletions Error.md
Original file line number Diff line number Diff line change
Expand Up @@ -2948,3 +2948,60 @@ PresentationFramework
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)


|Checked|Type|DateTime|MachineName|OSVersion|UserName|
|---|---|---|---|---|---|
|[]|Error|2024-11-22 20:54:54|FOLIC|Microsoft Windows NT 10.0.26100.0|YiguWang|

* Message:在窗口关闭期间,无法将可见性设置为可见,也无法调用 Show、ShowDialog、Close 或 WindowInteropHelper.EnsureHandle。
* Source:
PresentationFramework
* InnerException:

* StackTrace:
at System.Windows.Window.VerifyNotClosing()
at System.Windows.Window.InternalClose(Boolean shutdown, Boolean ignoreCancel)
at System.Windows.Application.DoShutdown()
at System.Windows.Application.ShutdownImpl()
at System.Windows.Application.ShutdownCallback(Object arg)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)


|Checked|Type|DateTime|MachineName|OSVersion|UserName|
|---|---|---|---|---|---|
|[]|Error|2024-11-22 21:09:52|FOLIC|Microsoft Windows NT 10.0.26100.0|YiguWang|

* Message:在窗口关闭期间,无法将可见性设置为可见,也无法调用 Show、ShowDialog、Close 或 WindowInteropHelper.EnsureHandle。
* Source:
PresentationFramework
* InnerException:

* StackTrace:
at System.Windows.Window.VerifyNotClosing()
at System.Windows.Window.InternalClose(Boolean shutdown, Boolean ignoreCancel)
at System.Windows.Application.DoShutdown()
at System.Windows.Application.ShutdownImpl()
at System.Windows.Application.ShutdownCallback(Object arg)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)


|Checked|Type|DateTime|MachineName|OSVersion|UserName|
|---|---|---|---|---|---|
|[]|Error|2024-11-25 16:00:27|FOLIC|Microsoft Windows NT 10.0.26100.0|YiguWang|

* Message:在窗口关闭期间,无法将可见性设置为可见,也无法调用 Show、ShowDialog、Close 或 WindowInteropHelper.EnsureHandle。
* Source:
PresentationFramework
* InnerException:

* StackTrace:
at System.Windows.Window.VerifyNotClosing()
at System.Windows.Window.InternalClose(Boolean shutdown, Boolean ignoreCancel)
at System.Windows.Application.DoShutdown()
at System.Windows.Application.ShutdownImpl()
at System.Windows.Application.ShutdownCallback(Object arg)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

0 comments on commit 7d1cf67

Please sign in to comment.