are there any AUTOTEXT for CSC.exe/VS.Net 2003 ?

  • Thread starter Thread starter babylon
  • Start date Start date
No.

on the other hand if you want to automatically hardcode stuff in you
assembly you have to use attribute.

to set an attribut one the whoel assembly do like that

[assembly MyDateAttribute(DateTime.Now)]

you could also tag class name with the file name if you want (manuall
entered, no define of this)

on the other hand I just guessed that your C background don't make you aware
that you could use the StackTrace of the exception to get extremely usefull
debugging information
 
thank you very much!


Lloyd Dupont said:
No.

on the other hand if you want to automatically hardcode stuff in you
assembly you have to use attribute.

to set an attribut one the whoel assembly do like that

[assembly MyDateAttribute(DateTime.Now)]

you could also tag class name with the file name if you want (manuall
entered, no define of this)

on the other hand I just guessed that your C background don't make you aware
that you could use the StackTrace of the exception to get extremely usefull
debugging information

babylon said:
e.g. __FILE__ or Date, etc.
thx!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top