what is and how does fix a svc.host application error?
Collapse
Announcement
No announcement yet.
Collapse
computer troubles
X
-
Re: computer troubles
Assuming you mean Windows
That error message means that an application that runs as a service (computer program that starts up when your computer boots) on your computer committed an fatal error and the operating system is terminating it. This is a good thing as such an error could affect other apps or the operating system if it was allowed to continue. Most likely trying to write to memory that doesn't belong to it. A common bug.
The message as you stated it is not precise enough to debug. Is there more to it? If so then try googling on the entire and exact error message.Cheers,
Richard.
-
Comment
Collapse
Comment