Questions tagged [csrss]

Client/Server Runtime Subsystem

Client/Server Runtime Subsystem, or csrss.exe, is a component of the Microsoft Windows NT operating system that provides the user mode side of the Win32 subsystem and is included in Windows 2000, Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7, and Windows 8.

6 questions
9
votes
0 answers

Details of program/script which runs when we download a file in windows

Where can I find details of program/script which runs when we download any file in windows. When I click on a download link it automatically starts downloading. Which script is responsible for download on windows ? is it Client server runtime…
Green
  • 653
  • 3
  • 6
  • 13
3
votes
2 answers

Hunting down application errors coming from csrss.exe

I'm the maintainer of a legacy Delphi application. On machines running this program an Application Error appears sometimes with the caption referring to this Delphi app and a message like the following: The instruction at "..." referenced memory…
kol
  • 27,881
  • 12
  • 83
  • 120
2
votes
0 answers

Why I got csrss.exe error at application exit?

I faced a problem and I need your help. There is an exe application, which runs a .net socket, accepts and handle requests. I'm sending to this a "terminate" command, which stops the server, finalize the threads, and teminate the appication. It…
Tamás
  • 21
  • 1
2
votes
2 answers

Killing "System Error" dialog box under csrss.exe

I'm running an automated test of an application that has insufficient dependencies (missing dll), and got this error message: When the test runner kills the application, the above message box isn't disappearing. Apparently it's owned by csrss.exe,…
liorda
  • 1,552
  • 2
  • 15
  • 38
2
votes
1 answer

VS2010 Cannot edit devenv.exe.config as crss.exe has a lock on it

I am attempting to edit devenv.exe.config to implement the solution provided here. as i believe it will solve an issue i am having with building a project. I cannot however edit the file as csrss.exe has a lock on it. A restart did not help. This…
0
votes
1 answer

dynamic Format at ssrs

this one is my report This is my result (but iddescripcion is not visible) my question is. how do i get when iddescripcion=1,3,5,8 or 10 then valor is going to have this format 10,000 (not decimals) when iddescripcion=2,4,6, or 9 then valor is…
angel
  • 4,474
  • 12
  • 57
  • 89