Microsoft Visual C# 2010 Express Non-Fatal Error

Asked By 0 points N/A Posted on -
qa-featured

Dears, I am using Visual Studio from few days it is working properly but it is not working when I am trying to debug any code then given error appear according to my point of view this error is due to a missing file. And I think this is due to virus please tell me clear is this error due to a virus or some reason.

Microsoft Visual C# 2010 Express

Visual Studio cannot start debugging because the debug target ‘C:UsersDesktopOdinSEA.exe’ is missing. Please build the project and retry, or set the OutputPath and AssemblyName Properties appropriately to point at the correct location for the target assembly.

Error:

Non-Fatal Error                                          

Retrieving the list of recent order summaries failed. (mscorlib)  Additional information:                                 DaoProxy : unable to intercept method name 'FindAllSummaries', cause : A transport-level error has occurred when sending the request to server. (provider: TCP Provider, error: 0 – An existing connection was forcibly closed by the remote host.) (IBatisNet.DataAccess)                                

A transport-level error has occurred when sending the request to the server. (Provider: TCP Provider, error: 0 – An existing connection was forcibly closed by the remote host.) (Microsoft SQL Server, Error: 10054)

SHARE
Answered By 0 points N/A #95861

Microsoft Visual C# 2010 Express Non-Fatal Error

qa-featured

There is a solution for debugging but it's complex and not support all types of coding. You can try it. I.e to compile and debug your program through MS DOS.

But the problem you described is due to 2 reasons

The first reason  is that debugging setting is changed or debugging tools to move from their default location

second reason is that your visual studio is affected by a virus which deleted the most wanted mscorlib.dll and mscorlib resources from the Windows folder.

Anyhow for both problems, best solution is first to make sure that your computer is not affected by a virus, update virus definitions from your antivirus window, scan system drive, and reinstall the visual studio so that if any option regarding debugging is changed then it resets to its default.

 

Related Questions