Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Change URI process start.#299

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
babichhunter wants to merge1 commit intodropbox:master
base:master
Choose a base branch
Loading
frombabichhunter:patch-1

Conversation

@babichhunter
Copy link

@babichhunterbabichhunter commentedMay 8, 2022
edited
Loading

When attempting to run a windows service, "File not found error" was raised. Proposed change fixes this issue.

Checklist

General Contributing

  • Have you read the Code of Conduct and signed theCLA?

Is This a Code Change?

  • Non-code related change (markdown/git settings etc)
  • SDK Code Change
  • Example/Test Code Change

Validation

  • Does this code build successfully?
  • Do all tests pass?
  • Does Stylecop pass?

When attempting to run a windows service, "File not found error" was raised. Proposed change fixes this issue.
@CLAassistant
Copy link

CLAassistant commentedMay 8, 2022
edited
Loading

CLA assistant check
All committers have signed the CLA.

@greg-db
Copy link
Contributor

Can you share some more information about the error you're referring to? For instance, the specific steps to reproduce the error, as well as the full error output you're getting would be helpful reference for this. Thanks in advance!

@babichhunter
Copy link
Author

Running windows service using .Net 6.0 in Visual Studio.
Output Type: Console Application (debug)
Log file from the service attached with the Win32Exception. (client ID is masked)
Looks like it tries to open the authentication URL as a file and not as a webpage.

HDBS_LogFile.txt

@greg-db
Copy link
Contributor

Thanks! I'll ask the team to review this.


System.Diagnostics.Process.Start(authorizeUri.ToString());
System.Diagnostics.Process.Start(newProcessStartInfo(authorizeUri.ToString()){UseShellExecute=true});
//System.Diagnostics.Process.Start(authorizeUri.ToString());

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Not sure this will work for all use cases. Please instead leave the original code, and add a comment explaining this alternative method and when you'd need to use it.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

1 more reviewer

@sdericksonsdericksonsderickson requested changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@babichhunter@CLAassistant@greg-db@sderickson

[8]ページ先頭

©2009-2025 Movatter.jp