Background: I had VS 2022 Enterprise version trial working perfectly. After expiration, I downloaded the Professional version which is the version my company has license for. I removed Enterprise version and installed the Professional one.
Problem presented without invitation. My application is an MVC app framework 472. Every time I run the application this message is shown: Unable to start program "https://localhost:44333" There are no more files.
IIS Express always launches two instances of app in two different ports as shown in image which is surprising for me.
After closing the dialog of the message, app runs perfectly but I cannot debug JavaScript files which is something very important for me due to the nature of app.
What I have done: Repair VS 2022 installation. b. Uninstall IIS Express and reinstall it. The error persist, always present.
Unable to start program "https://localhost:44333" There are no more files
50 views Asked by Frank Gonzalez At
1
There are 1 answers
Related Questions in JAVASCRIPT
- Using Puppeteer to scrape a public API only when the data changes
- inline SVG text (js)
- An array of images and a for loop display the buttons. How to assign each button to open its own block by name?
- Storing the preferred font-size in localStorage
- Simple movie API request not showing up in the console log
- Authenticate Flask rest API
- Deploying sveltekit app with gunjs on vercel throws cannot find module './lib/text-encoding'
- How to request administrator rights?
- mp4 embedded videos within github pages website not loading
- Scrimba tutorial was working, suddenly stopped even trying the default
- In Datatables, start value resets to 0, when column sorting
- How do I link two models in mongoose?
- parameter values only being sent to certain columns in google sheet?
- Run main several times of wasm in browser
- Variable inside a Variable, not updating
Related Questions in DEBUGGING
- How to pass the value of a function of one class to a function of another with the @property decorator
- Visual Studio C++, breakpoints not stopping debugging DLL (GODOT GDExtention)
- Playwright JS: Getting an error when debugging using line numbers
- C++ skips line when promting for user to enter name of person being added to a string array
- Xcode: Can't Attach to process
- unity navmeshsurface prefab not found or whatever
- It seems to be a bug about "base::trace()" or "methods:::.TraceWithMethods()"?
- How to check reference counting issues when doing direct manipulations of CPython objects?
- How to scroll to the bottom of console window in PyCharm2019 automatically?
- need help debugging prolog
- Is there a way to deactivate (but not delete) conditional breakpoints when debugging?
- How can i debug a python exe which is created by using pyinstaller?
- Increment or Decrement volume programmatically on Xiaomi device adjusts it by 10 steps instead of one step
- Checking request JSON with image data
- Why cannot I set font of `xlabel` in `plotmf` in MATLAB?
Related Questions in INSTALLATION
- INSTALL_FAILED_DUPLICATE_PERMISSION: Package
- How can i install pyaudio on MacOS
- Problem installing Manim on Windows 11. Error regarding the wrong "decorator" version
- 'No such file or directory' installing RTC-Tools through pip
- Install Postfix Mail Server
- Plugin with id 'com.android.application' not found in Github Winlator Project
- OSError: [WinError 5] Access is denied: 'c:\\python311\\scripts\\pip.exe' Consider using the `--user` option
- Installing the C compiler for LC3
- Why is installation of MySQL on my mac is always halted
- OS: Parrot OS (hashcat : Depends: libminizip1t64 but it is not installable)
- GROMACS 2024 with CP2K 9.1 BUILD
- After the installation process When the server is running, nothing is displayed on the page myddleware
- PHP php_mongodb.dll for 32bit
- A given package is installed but spyder won't see it
- I cant install libraries?
Related Questions in VISUAL-STUDIO-2022
- Visual Studio scaffolded Create form does not work in ASP.NET Core 8 MVC
- Finding a specific colour within a bitmap range - VB.net 2022
- How to enable warning C6067 during (WDM) Windows driver compilation in VS 2022?
- What should I do if Visual Studio has a restriction on creating files with a long name or a long path to these files?
- new window with c++ qt
- Migrate Old VS 2015 .suo file to the New VS 2022 DocumentLayout.json
- The file "spng.dll" is not founded in my Visual Studio's project and i get an error
- Getting MSB3174 Invalid value for 'AssemblyVersion' in C# .NET 6 Windows Forms app
- Why do I get weird class method redefinition errors when I compile with Visual C++ 2022?
- Opening external files (docs, picttures, ...) form commentlines in VisualStudio 2022
- New install of Visual Studio 2022 does not show project templates
- How to create a REST API with .NET Framework?
- After reinstalling VS 2022 professional, my project compilation returns warning C4566
- Why am I getting intellisense in .cshtml comments and how to do I turn it off in VS2022 17.9.5?
- How to find winform application in visual studio 2022?
Related Questions in IIS-EXPRESS
- Add Virtual Directory to IIS Express with launchsettings.json
- Blazor .NET 8 - Staging launch profile not starting website VS2022
- How do i run IIS Express-only projects via CLI?
- HTTP Error 413.1 - Request Entity Too Large issue
- HTTP Error 401.0 - Unauthorized You do not have permission to view this directory or page when running ASP.NET MVC 5 app from VS 2019 & IIS Express
- Brand new ASP .NET Core Web app gives 404 errors
- Debugging multiple web application within one IIS Express site
- .net 6.0 mvc app shows wwwroot folder directory listing instead of my application when I run the app
- Is it possible to set IIS Express service ID to an AD service Account
- Unable to start program "https://localhost:44333" There are no more files
- Can I use IIS Express using .NET Framework 4.8 using a .csproj file written in the SDK format?
- Unable to launch the IIS Express Web server in vs 2017
- Why is my BackgroundService getting cancelled?
- IIS Express Worker Process preventing Visual Studio 2022 project from building
- IIs Express, Local IIS: Web Config error: Cannot add duplicate collection entry of type add with unique key attribute Path set to '*'
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Your question is an issue reported from windows os, which makes you can't create file when running.
Please make sure there is enough space and check whether another OS have the same problem.
Take a look of this:
https://learn.microsoft.com/en-us/windows/win32/debug/system-error-codes--0-499-