Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
can any one tell me why iam facing below pop up error messgae after installing vs 2010

"an unhandled exception(system.io.exception) occurred on lavasoft.search.winservice.exe[6036]"
Posted

1 solution

The problem is not at all with Visual Studio, there is a third-party service by LavaSoft Limited that you are running has thrown an exception. I am not sure what that is, why it threw an exception but I am sure the problem was the service.

If that service allows you to debug, please try to look into the inner exception of the exception it will let you know what was the main problem that raised this exception. Visual Studio is not the culprit, I would recommend that you contact the service programmers and ask them about this. As far as I can understand, the IO exceptions are raised when files or directories are not found, when they are denied access to, or similar input output problems.

Here, have a look at the assembly information, http://www.freefixer.com/library/file/Lavasoft.SearchProtect.WinService.exe-164124/[^]. For manual troubleshooting of this exception, please refer to this MSDN documentation, https://msdn.microsoft.com/en-us/library/ms164917.aspx[^]
 
Share this answer
 

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