-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Path not find in Managed (.NET/C#) mode #29
Comments
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 |
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. |
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. UnamBinder/UnamBinder/Forms/Builder.cs Line 75 in b79b6f3
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?
The text was updated successfully, but these errors were encountered: