-
Notifications
You must be signed in to change notification settings - Fork 3
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
Code Issue/Question #3
Comments
Are you trying to modify it somehow? Normally you'd want to just download the zip from the release page and just run the already-complied version via the command line. |
Huh. I haven't found a file that will run through the command line. I
appreciate the info, will start cycling through again.
…On Tue, Mar 1, 2022, 10:14 PM Joshua Shaffer ***@***.***> wrote:
Are you trying to modify it somehow? Normally you'd want to just download
the zip from the release
<https://github.com/Xeio/SwlRdbExporter/releases/tag/v1.1> page and just
run the already-complied version via the command line.
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARXC3FOFJTBVOYWGSXP7I6LU53MK5ANCNFSM5PVXAPJA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Make sure you download the "SwlRdbExporter.zip" file from that link, not the ones that say "source code". |
And that would be the problem! Thanks so much for your help!
…On Wed, Mar 2, 2022, 11:52 AM Joshua Shaffer ***@***.***> wrote:
Make sure you download the "SwlRdbExporter.zip" file from that link, not
the ones that say "source code".
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARXC3FOWBIVDNHTD3DRXJXDU56MGLANCNFSM5PVXAPJA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I know this is an old tool and probably not much of a concern to you, but I'm experiencing an issue with line 104 of the program.cs
I'm a graphic artist. I couldn't code to save my life. I have entered the path directory and even put in the -i parameter in visual studio, but when I try to run the program, the cmd prompt pops up and gives me this warning.
Unhandled exception. Microsoft.Extensions.CommandLineUtils.CommandParsingException: Unrecognized command or argument 'rdbexporter.exe'
at Microsoft.Extensions.CommandLineUtils.CommandLineApplication.HandleUnexpectedArg(CommandLineApplication command, String[] args, Int32 index, String argTypeName)
at Microsoft.Extensions.CommandLineUtils.CommandLineApplication.Execute(String[] args)
at RdbExporter.Program.Main(String[] args) in C:\Users\Admin\Desktop\SwlRdbExporter-master\SwlRdbExporter-master\RdbExporter\Program.cs:line 104
C:\Users\Admin\Desktop\SwlRdbExporter-master\SwlRdbExporter-master\RdbExporter\bin\Debug\net5.0\RdbExporter.exe (process 18004) exited with code -532462766.
I've tried building the .exe and running it that way, but it just blips off as soon as I open it. I assume it has to do with the above issue. If you could take some time to help me out, I'd greatly appreciate it.
The text was updated successfully, but these errors were encountered: