Showing posts with label Error. Show all posts
Showing posts with label Error. Show all posts

Sunday, January 2, 2011

Windows could not start the service Error 1053: The service did not respond

I was getting this error when I try to run one Window services application

Windows could not start the service on Local Computer.



Error 1053: The service did not respond to the start or control request in a timely fashion.
 
I was able to resolve this issue by doing this
 
Double click on the service, click on the Log On tab, select "Local System Account" and

"Allow service to interact with desktop".

Thursday, October 21, 2010

Error - The remote name could not be resolved - Resolved

I was working on dotnet application, which was trying to connect to CRM application thorugh CRM API.

I was getting error to connect to CRM server when I try to connect through code, but the application was opening in the browser properly.


The Error I was getting is "The remote name could not be resolved". I tried all the methods explained in different websites, but no use.

Finally, It started working after installing "ISA Client". you can download this based on your operating system.

Thursday, October 7, 2010

Could not load file or assembly 'Microsoft.IdentityModel

I was getting this error after upgrading my system from Windows 2008 standard to Windows 2008 R2

[Window Title]

Visual Studio Just-In-Time Debugger
[Main Instruction]
An unhandled exception ('System.IO.FileNotFoundException') occurred in OWSTIMER.EXE [3492].


The Just-In-Time debugger was launched without necessary security permissions. To debug this process, the Just-In-Time debugger must be run as an Administrator. Would you like to debug this process?

[V] View process details [Yes, debug OWSTIMER.EXE] [No, cancel debugging]


[Expanded Information]
Process Name: OWSTIMER.EXE
User Name: NETWORK SERVICE
 
Could not load file or assembly 'Microsoft.IdentityModel ...........
 
 
try this
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=eb9c345f-e830-40b8-a5fe-ae7a864c4d76&displaylang=en