Visual Studio can't start the project

0

I have problem in run my project in Visual Studio.

When I start the project, everything is Ok.

Build succeeds without any error, but suddenly the project stopped without any reason.

And in my output I have:

The program '[7368] dotnet.exe' has exited with code -2147450749 (0x80008083).
The program '[7368] dotnet.exe: Program Trace' has exited with code 0 (0x0).
The program '[6260] iisexpress.exe: Program Trace' has exited with code 0 (0x0).
The program '[6260] iisexpress.exe' has exited with code 0 (0x0).

Can anyone help me?

visual-studio
asked on Stack Overflow Jun 30, 2018 by AmirReza-Farahlagha • edited Jun 30, 2018 by marc_s

2 Answers

0

Actually I don’t like to answer my question. But I resolved this.

If you use of tfs source control, when you want to get latest of project, may in meny reason, get latest will work not correctly.

Because of this issue, your project wil not start or start and stop suddy.

Get latest again, your project.

answered on Stack Overflow Jul 11, 2018 by AmirReza-Farahlagha
-1

Actiolly you have to update your visual-studio, If doesent work you have to check your connection to your source control, because may when want to start, ckeck gou connection

Finally if don't, get again resouce from source controll.

answered on Stack Overflow Oct 2, 2018 by (unknown user)

User contributions licensed under CC BY-SA 3.0