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

After successfully built (generated), the generated application is not starting in Visual Studio. Needs elevated mode. #88

Open
renta75 opened this issue Mar 29, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@renta75
Copy link

renta75 commented Mar 29, 2024

What happened?

After successfully built (generated), the generated application is not starting in Visual Studio. Needs elevated mode.

What version of Intent Architect are you using?

latest

Additional information

No response

@renta75 renta75 added the bug Something isn't working label Mar 29, 2024
@JonathanLydall
Copy link
Member

Hi @renta75,

This is curious as to our knowledge none of our other users need to run Visual Studio in elevated mode.

Intent Architect's role is only to create files on your file system which you then use as usual in IDEs like Visual Studio. For us to get to the bottom of this we will need to understand what it is about the generated files which your Visual Studio is needing elevated privileges for.

Possible things I can think of off the top of my head:

  • The port randomly chosen for launchSettings.json cannot be used without elevated privileges.
  • We have observed that Docker Desktop can sometimes "lock up" TCP ports, preventing the app from being able to start up with an error to the effect of no permission to access the port.
  • The files are generating to somewhere that cannot be accessed normally (this seems quite unlikely to me though).

We advise you start by looking at the console output of the application when you try start it.

@renta75
Copy link
Author

renta75 commented Mar 29, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants