Open yegord69 opened 2 years ago
Does it work if you move them to another location?
Nope
Try running the binder as administrator.
Nope it doesn't work, and the error always occurs for the 2nd file. (2 files added)
Try redownloading the binder here https://github.com/UnamSanctam/UnamBinder/releases and see if that works.
No it doesn't, I am using the latest version.
Hmm I uploaded a hotfix for some bug like that I think 17 days ago, I just bound 5 files together with the latest one.
have same problem in vm
have same problem in vm
Sorry for the late answer, I was away from home for a bit. Try redownloading the latest build from the "releases" page.
have same problem in vm
Sorry for the late answer, I was away from home for a bit. Try redownloading the latest build from the "releases" page.
The compiled build works. Are you planning on uploading the source code for the newest build? The source code that is attached to that release is code with the bug still in it.
The compiled build works. Are you planning on uploading the source code for the newest build? The source code that is attached to that release is code with the bug still in it.
Yes I just don't want to release a new version with only one line of code changed so I was trying to think of other things to add or change for it. The change is moving this line: https://github.com/UnamSanctam/UnamBinder/blob/b79b6f3eb56bd417e089da35393efa4396f31163/UnamBinder/Forms/Builder.cs#L75 into the for loop right beneath it on line 80.
The compiled build works. Are you planning on uploading the source code for the newest build? The source code that is attached to that release is code with the bug still in it.
Yes I just don't want to release a new version with only one line of code changed so I was trying to think of other things to add or change for it. The change is moving this line:
into the for loop right beneath it on line 80.
Completely makes sense not wanting to release a whole new version for a 1 line change. Thanks very much for the fix!
Hi @UnamSanctam !
When I try to build two files in the same directory as the binder I get an error that the file on the given path is missing. Same issue happens if I entry the absolute path of the file. The issue only happens in Managed (.NET/C# mode). It works with the Native one.
Can you please help me in resolving this issue?