It was developed in .Net 3.5. I did check the log entries in event viewer and resolved the issue. Thanks. :)
sonalee2304
Posts
-
Windows service error [modified] -
Windows service error [modified]Hi, There is a windows service created and I am trying to start the service from service manager. I am getting an error stating that the service stopped unexpectedly after start. This is happening in Win Server 2008.Prior to that service worked fine in Server 2003. Any ideas? Please help. Thanks in advance.
modified on Thursday, December 2, 2010 7:35 AM
-
Service needs to get the logged in user credentialsHi, I am new to WCF. My application has already been built up. The service had been taking some hard coded credentials. Now the functionality I need to implement is that the service needs to get the credentials from the logged in user(i.e. the user details who logs in to the application). I have been searching this but some places I saw that CredentialCache.DefaultCredentials will return blank username/pwd and not the login details. Can anyone guide me through this? It would be really helpful.
modified on Tuesday, September 22, 2009 8:29 AM
-
Remove tabindex from custom controlHi, I have a custom control which contains a PopupControlExtender. I am using this control in one of the cells of a gridview. I need to remove the tabindex from the custom control. I set myCustomControl.TabIndex = -1; but it is still coming up. Any thoughts will be highly appreciated. :) Thanks in advance.
-
Printing gridviewI have got the solution...Not from the post you mentioned ;P . It was the excat thing I wanted. :-D
-
Printing gridviewHi, :) I have a gridview with paging. I need to print all the data in the gridview...not only the displayed page. Also, if the grid contains only some of the data and the rest will come only when the user clicks on the last page number, printing should print all the other data that the datasource contains. Please help.