4
Answers

Model Binding using imodelbinder in .Net Core

Abhi

Abhi

1y
559
1

How to implement model binding using imodelbinder in .Net Core?

Answers (4)
0
Tejas Trivedi

Tejas Trivedi

610 1.8k 183.5k 8y
Hi Nikhil,
 
MMC means Microsoft Management Console, its an interface console, usually you get by using Services.msc command in Run window.
 
Hope, this will answer your query. Feel free to write if you need more information.
 
Please don't forget to mark as answer if this helps.
0
Nikhil Ladva

Nikhil Ladva

NA 129 84.9k 8y
thanks for answer
but what is MMC?
0
Tejas Trivedi

Tejas Trivedi

610 1.8k 183.5k 8y
Hi Nikhil,
 
The one of the reason for this error is your service code is throwing some exception and because of that service is not being started by MMC.
 
Now, to get the exact exception, you need to check event viewer. it must be logged in event viewer under Application/windows error logs.
 
Hope, this will help you to diagnose the issue. Feel free to write if you need more information on this.
 
Please don't forget to mark as answer if this helps.