Lỗi the program 9156 iisexpress.exe has exited with code 0 năm 2024

After Installing Visual studio Ent version 2015 on Latest Windows 10 Version I am getting the following error during the project run.

iisexpress.exe has exited with code 0

After searching I Solved by installing.Net Core tools preview for Visual Studio Download .Net Core tools preview for Visual Studio.

Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

Confindential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

We can't do anything about that for you - your application is exiting as soon as it starts, and we can't see your code at all - and posting code fragments here won't help, because we can;t duplicate your project exactly without the whole code - and I'm not letting that anywhere near my computer! :laugh:

So start smaller. Restart your computer (to make sure it's all "clean"), open VS and create a new project that is the same type as your old one. Build that, and try to run it in the debugger. Does it work?

If it does, then copy a bit of your old project in and try it again. Keep doing that until it fails (or you end up with a working complete project). When it fails, you at least know which bit is causing the problem and can concentrate on that. Take it out again, check it works, put a small bit back and continue with smaller bits until it's obvious.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900

After installing nopCommerce application, it restarts itself. But unfortunately restart application feature has been broken in 4.3 development environment. You will also get same error if click restart application from admin panel.

Check this thread which is related to this issue.

Lỗi the program 9156 iisexpress.exe has exited with code 0 năm 2024

  • Total Posts: 41
  • Karma: 235
  • Joined: 3/12/2018
  • Location: United States

part of log :

info: FluentMigrator.Runner.Processors.SqlServer.SqlServer2016Processor[1003]

      COMMIT TRANSACTION

info: FluentMigrator.Runner.MigrationRunner[1004]

      637200411689037680: AddOrderRewardPointsHistoryFK migrated

info: FluentMigrator.Runner.MigrationRunner[1002]

      => 0.0215033s

info: Microsoft.Hosting.Lifetime[0]

      Application is shutting down...

info: Microsoft.AspNetCore.Mvc.RedirectToRouteResult[1]

      Executing RedirectToRouteResult, redirecting to / from route Homepage.

info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[2]

      Executed action Nop.Web.Controllers.InstallController.Index (Nop.Web) in 23819.8395ms

info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]

      Executed endpoint 'Nop.Web.Controllers.InstallController.Index (Nop.Web)'

info: Microsoft.AspNetCore.Hosting.Diagnostics[2]

      Request finished in 23981.8588ms 302

Lỗi the program 9156 iisexpress.exe has exited with code 0 năm 2024

  • Total Posts: 41
  • Karma: 235
  • Joined: 3/12/2018
  • Location: United States

mhsjaber wrote:

After installing nopCommerce application, it restarts itself. But unfortunately restart application feature has been broken in 4.3 development environment. You will also get same error if click restart application from admin panel.

Check this thread which is related to this issue.

Thanks, how to resolve it? I do not know how change as that guy said. actually when I installed 4.2 on linux, it shows same problem.

Lỗi the program 9156 iisexpress.exe has exited with code 0 năm 2024

  • Total Posts: 668
  • Karma: 6076
  • Joined: 3/30/2018
  • Location: Bangladesh

Lỗi the program 9156 iisexpress.exe has exited with code 0 năm 2024

  • Total Posts: 4
  • Karma: 20
  • Joined: 9/8/2020
  • Location: United Kingdom

During the initial install of 4.3 on development laptop using VS2019, it automatically tries to restart on localhost, then stops and returns to VS. In the VS output window I get the following extract: