Click here to Skip to main content
15,896,154 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionIExtenderProvider - How to create editor for extended property? Pin
Vasil_m29-Jan-07 21:13
Vasil_m29-Jan-07 21:13 
AnswerRe: IExtenderProvider - How to create editor for extended property? Pin
nileshkolnoorkar1-Feb-07 2:02
nileshkolnoorkar1-Feb-07 2:02 
Questionasp.net Pin
AndersLind29-Jan-07 20:50
AndersLind29-Jan-07 20:50 
AnswerRe: asp.net Pin
Vasudevan Deepak Kumar29-Jan-07 21:57
Vasudevan Deepak Kumar29-Jan-07 21:57 
Questionchanging Version of an Assembly. Pin
indian14329-Jan-07 18:04
indian14329-Jan-07 18:04 
AnswerRe: changing Version of an Assembly. Pin
Christian Graus29-Jan-07 18:35
protectorChristian Graus29-Jan-07 18:35 
GeneralRe: changing Version of an Assembly. Pin
indian14329-Jan-07 18:45
indian14329-Jan-07 18:45 
GeneralRe: changing Version of an Assembly. Pin
Christian Graus29-Jan-07 18:54
protectorChristian Graus29-Jan-07 18:54 
I've got to be honest.  I always give answers that assume a minimal amount of intelligence, especially from someone who is obviously writing code for a job.  It seems to me that you're always looking for people to tell you how to do your job, when you should be asking how to find the info you need.  If you can't work out how to fill in a file that looks like this:

[ assembly: AssemblyTitle( "" ) ]
[ assembly: AssemblyDescription( "" ) ]
[ assembly: AssemblyCompany( "" ) ]
[ assembly: AssemblyProduct( "" ) ]
[ assembly: AssemblyCopyright( "" ) ]
[ assembly: AssemblyTrademark( "" ) ]
[ assembly: CLSCompliant( true ) ]

//  Version information for an assembly consists of the following four values:
//
//       Major Version
//       Minor Version
//       Build Number
//       Revision
//
//  You can specify all the values or you can default the Build and Revision Numbers
//  by using the '*' as shown below:

[ assembly: AssemblyVersion( "6.1.8111.*" ) ]

or use google to find this info, then I'm not sure how you got a job writing code.  The only thing I can see here that is not 100% self documenting, is that the * gets turned into a number by the runtime for you, but a simple trial and error would tell you that.



Christian Graus - C++ MVP

'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert

GeneralRe: changing Version of an Assembly. Pin
indian14329-Jan-07 19:19
indian14329-Jan-07 19:19 
QuestionSide by Side execution Pin
indian14329-Jan-07 18:02
indian14329-Jan-07 18:02 
AnswerRe: Side by Side execution Pin
Christian Graus29-Jan-07 18:33
protectorChristian Graus29-Jan-07 18:33 
GeneralRe: Side by Side execution Pin
indian14329-Jan-07 18:47
indian14329-Jan-07 18:47 
GeneralRe: Side by Side execution Pin
Christian Graus29-Jan-07 18:55
protectorChristian Graus29-Jan-07 18:55 
GeneralRe: Side by Side execution Pin
indian14329-Jan-07 19:17
indian14329-Jan-07 19:17 
GeneralRe: Side by Side execution Pin
Christian Graus29-Jan-07 21:11
protectorChristian Graus29-Jan-07 21:11 
GeneralRe: Side by Side execution Pin
indian14330-Jan-07 0:53
indian14330-Jan-07 0:53 
QuestionTreeView mouse hover event Pin
gshen29-Jan-07 14:10
gshen29-Jan-07 14:10 
QuestionDisplaying pictures on a web page from a folder Pin
Member 377430729-Jan-07 11:59
Member 377430729-Jan-07 11:59 
AnswerRe: Displaying pictures on a web page from a folder Pin
Christian Graus29-Jan-07 22:59
protectorChristian Graus29-Jan-07 22:59 
QuestionCannot Uninstall Windows Services.... Pin
Draqonis29-Jan-07 10:00
Draqonis29-Jan-07 10:00 
AnswerRe: Cannot Uninstall Windows Services.... Pin
Vasudevan Deepak Kumar29-Jan-07 22:39
Vasudevan Deepak Kumar29-Jan-07 22:39 
QuestionHow doI scroll a webbrowser element via code? (c#) Pin
Jasmin Tabatabai29-Jan-07 3:24
Jasmin Tabatabai29-Jan-07 3:24 
AnswerRe: How doI scroll a webbrowser element via code? (c#) Pin
Thomas Stockwell3-Feb-07 16:04
professionalThomas Stockwell3-Feb-07 16:04 
QuestionCan any body tell me what are the steps and requisites to host an asp.net Pin
indian14328-Jan-07 19:35
indian14328-Jan-07 19:35 
AnswerRe: Can any body tell me what are the steps and requisites to host an asp.net Pin
Christian Graus28-Jan-07 19:44
protectorChristian Graus28-Jan-07 19:44 

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.