Skip to content
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

Open
yegord69 opened this issue Jun 12, 2022 · 12 comments
Open

Path not find in Managed (.NET/C#) mode #29

yegord69 opened this issue Jun 12, 2022 · 12 comments

Comments

@yegord69
Copy link

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?

@UnamSanctam
Copy link
Owner

Does it work if you move them to another location?

@yegord69
Copy link
Author

Nope

@UnamSanctam
Copy link
Owner

Try running the binder as administrator.

@yegord69
Copy link
Author

Nope it doesn't work, and the error always occurs for the 2nd file. (2 files added)

@UnamSanctam
Copy link
Owner

Try redownloading the binder here https://github.com/UnamSanctam/UnamBinder/releases and see if that works.

@yegord69
Copy link
Author

No it doesn't, I am using the latest version.

@UnamSanctam
Copy link
Owner

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.

@tarekxxx
Copy link

have same problem in vm

@UnamSanctam
Copy link
Owner

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.

@Riddle1337
Copy link

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.

@UnamSanctam
Copy link
Owner

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:

string resourceid = RandomString(16, true, true);

into the for loop right beneath it on line 80.

@Riddle1337
Copy link

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:

string resourceid = RandomString(16, true, true);

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants