Click here to Skip to main content
15,905,913 members
Home / Discussions / C#
   

C#

 
GeneralRe: C++ and MFC -> .net and C# advice Pin
Salil Khedkar13-Oct-04 20:45
Salil Khedkar13-Oct-04 20:45 
GeneralRe: C++ and MFC -> .net and C# advice Pin
pixor13-Oct-04 22:46
pixor13-Oct-04 22:46 
GeneralIs it possible to use server.mappath in class file Pin
Irsh13-Oct-04 0:19
Irsh13-Oct-04 0:19 
GeneralRe: Is it possible to use server.mappath in class file Pin
Vasudevan Deepak Kumar13-Oct-04 2:29
Vasudevan Deepak Kumar13-Oct-04 2:29 
GeneralUse of GAC and registry Pin
ting66812-Oct-04 23:57
ting66812-Oct-04 23:57 
GeneralRe: Use of GAC and registry Pin
Vasudevan Deepak Kumar13-Oct-04 0:01
Vasudevan Deepak Kumar13-Oct-04 0:01 
GeneralPrinter Name Pin
lighting_blue12-Oct-04 23:34
lighting_blue12-Oct-04 23:34 
GeneralAbout time stamp Pin
wk_vigorous12-Oct-04 22:51
wk_vigorous12-Oct-04 22:51 
I try to get the time when the source code is compiled.

The code is :

string filename = System.Reflection.Assembly.GetExecutingAssembly().FullName;
System.IO.FileInfo fil = new System.IO.FileInfo(filename);
string thetime = fil.CreationTime.ToString();

But "thetime" is "12/31/1600 4:00:00 PM". What's wrong with it?
My mathine time is 13/10/2004.

Thanks

vigorous
GeneralRe: About time stamp Pin
Anonymous12-Oct-04 23:31
Anonymous12-Oct-04 23:31 
GeneralDataGrid not showing Date & Time Pin
StrayGrey12-Oct-04 21:36
StrayGrey12-Oct-04 21:36 
GeneralRe: DataGrid not showing Date & Time Pin
Colin Angus Mackay12-Oct-04 23:58
Colin Angus Mackay12-Oct-04 23:58 
GeneralRe: DataGrid not showing Date & Time Pin
StrayGrey13-Oct-04 18:50
StrayGrey13-Oct-04 18:50 
GeneralASDI Blues Pin
MadDogm1612-Oct-04 20:03
MadDogm1612-Oct-04 20:03 
GeneralRe: ASDI Blues Pin
Vasudevan Deepak Kumar13-Oct-04 2:39
Vasudevan Deepak Kumar13-Oct-04 2:39 
GeneralRe: ASDI Blues Pin
MadDogm1613-Oct-04 16:31
MadDogm1613-Oct-04 16:31 
GeneralASDI Blues Pin
MadDogm1612-Oct-04 19:59
MadDogm1612-Oct-04 19:59 
GeneralRe: ASDI Blues Pin
Vasudevan Deepak Kumar12-Oct-04 23:54
Vasudevan Deepak Kumar12-Oct-04 23:54 
GeneralVisual style and check boxes Pin
12-Oct-04 19:38
suss12-Oct-04 19:38 
GeneralRe: Visual style and check boxes Pin
Jim Stewart14-Oct-04 5:24
Jim Stewart14-Oct-04 5:24 
GeneralRe: Visual style and check boxes Pin
Member 134336314-Oct-04 8:21
Member 134336314-Oct-04 8:21 
Generalloading different version dll .net assembly Pin
ting66812-Oct-04 19:15
ting66812-Oct-04 19:15 
GeneralClient - Server Pin
The_Soul_Of_Rock12-Oct-04 18:22
The_Soul_Of_Rock12-Oct-04 18:22 
GeneralRe: Client - Server Pin
Colin Angus Mackay12-Oct-04 23:56
Colin Angus Mackay12-Oct-04 23:56 
GeneralCrystal Report Error Message Pin
MMFT12-Oct-04 17:58
MMFT12-Oct-04 17:58 
GeneralWindows Service problem 2 Pin
ting66812-Oct-04 17:10
ting66812-Oct-04 17:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.