skip to main
|
skip to sidebar
sanjay
Subscribe To
Posts
Atom
Posts
Comments
Atom
Comments
Popular Posts
No network provider accepted the given network path
Unable to map network drives using windows scripting host object model. Possible resolutions: Run “sfc /scannow” Check Make sure you are abl...
Time Stamped File Names
This worked for me to generate files with timestamp as part of the name. dim TimeStampedFileName as string = Now.ToString("MMMddyyyy_H...
Windows Service Timer Fires only once
Problem Script Public Class FileTransferAgentService Protected Overrides Sub OnStart(ByVal args() As String) Dim FTATimer As System.Threadin...
(no title)
Vista Home Edition Issues encountered when installing a windows service created by visual studio 2008 Could not find the InstallUtil . exe ...
Historical Aged Trial Balance - Microsoft Dynamics GP Hangs
It has been quite some time that the Historical Aged Trial Balance Report seems to process for ever not completing. Decided to get Professio...
Saturday, December 27, 2008
Time Stamped File Names
This worked for me to generate files with timestamp as part of the name.
dim TimeStampedFileName as string = Now.ToString("MMMddyyyy_HHmmss") & ".log"
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
►
2009
(1)
►
January
(1)
▼
2008
(4)
▼
December
(4)
No network provider accepted the given network path
Time Stamped File Names
Windows Service Timer Fires only once
Vista Home Edition Issues encountered when install...
About Me
Sanjay Kumar Rajarao
View my complete profile
No comments:
Post a Comment