Click here to Skip to main content
15,890,512 members
Home / Discussions / C#
   

C#

 
GeneralRe: RegEx Pin
Iulian Serban23-Jul-03 7:08
Iulian Serban23-Jul-03 7:08 
QuestionListViewItem drag drop example? Pin
azusakt22-Jul-03 23:41
azusakt22-Jul-03 23:41 
AnswerRe: ListViewItem drag drop example? Pin
Rocky Moore23-Jul-03 1:36
Rocky Moore23-Jul-03 1:36 
GeneralRe: ListViewItem drag drop example? Pin
azusakt23-Jul-03 15:41
azusakt23-Jul-03 15:41 
Generalwrite code behind Pin
KETUINHA22-Jul-03 23:05
KETUINHA22-Jul-03 23:05 
GeneralTurn off dynamic versioning Pin
eggie522-Jul-03 22:19
eggie522-Jul-03 22:19 
GeneralRe: Turn off dynamic versioning Pin
freshthinking22-Jul-03 22:40
freshthinking22-Jul-03 22:40 
GeneralRe: Turn off dynamic versioning Pin
Arun Bhalla24-Jul-03 12:12
Arun Bhalla24-Jul-03 12:12 
I was about to ask a question related to this.

Right now my code looks like:

[assembly: AssemblyVersion("1.0.0.0")]

But I have versions like 1.0.1300.27939, anyway! That's fine with me, actually, since I wanted to have build numbers included, too -- it seemed like that would make sense to have some sort of subminor version. So I'm really confused where it's getting "1.0.*" from...

The funny thing is, if I set the assembly version to "1.0.*", then I build a new installer (setup.msi), and it won't install! It only installs when assembly version is set to "1.0.0.0".

And then, it's a really minor thing, but when browsing C:\Windows\Assembly, I see that the System assemblies have different Versions vs. Assembly/Product versions (which seem to be the same in the Properties dialog). And I don't see how to set that -- perhaps it's set by an Installer?

What's the reasoning behind having it be major.minor.build.revision, anyway? Doesn't it make more sense as major.minor.revision.build?
GeneralRe: Turn off dynamic versioning Pin
Arun Bhalla24-Jul-03 13:08
Arun Bhalla24-Jul-03 13:08 
GeneralRe: Turn off dynamic versioning - revision v build Pin
NigelAston24-Apr-05 22:22
NigelAston24-Apr-05 22:22 
QuestionHow to add the XP theme support to VC# .Net Application? Pin
EastDragon22-Jul-03 20:30
EastDragon22-Jul-03 20:30 
AnswerRe: How to add the XP theme support to VC# .Net Application? Pin
Nick Parker22-Jul-03 20:54
protectorNick Parker22-Jul-03 20:54 
QuestionA decent alternative to MSHTML? Pin
Arun Bhalla22-Jul-03 15:58
Arun Bhalla22-Jul-03 15:58 
GeneralWorkarounds for dealing with Large Objects Pin
Arun Bhalla22-Jul-03 15:47
Arun Bhalla22-Jul-03 15:47 
GeneralRe: Workarounds for dealing with Large Objects Pin
apferreira23-Jul-03 7:25
apferreira23-Jul-03 7:25 
GeneralRe: Workarounds for dealing with Large Objects Pin
Arun Bhalla23-Jul-03 7:40
Arun Bhalla23-Jul-03 7:40 
GeneralRe: Workarounds for dealing with Large Objects Pin
Arun Bhalla23-Jul-03 8:10
Arun Bhalla23-Jul-03 8:10 
GeneralRe: Workarounds for dealing with Large Objects Pin
apferreira23-Jul-03 8:29
apferreira23-Jul-03 8:29 
QuestionIs Invalidate() inefficient? Pin
Arun Bhalla22-Jul-03 15:33
Arun Bhalla22-Jul-03 15:33 
AnswerRe: Is Invalidate() inefficient? Pin
EastDragon22-Jul-03 20:28
EastDragon22-Jul-03 20:28 
GeneralRe: Is Invalidate() inefficient? Pin
Arun Bhalla23-Jul-03 7:01
Arun Bhalla23-Jul-03 7:01 
GeneralRow selection for datagrid control Pin
eric feng22-Jul-03 11:49
eric feng22-Jul-03 11:49 
GeneralRe: Row selection for datagrid control Pin
A.Wegierski23-Jul-03 3:33
A.Wegierski23-Jul-03 3:33 
GeneralRe: Row selection for datagrid control Pin
eric feng23-Jul-03 6:13
eric feng23-Jul-03 6:13 
GeneralRe: Row selection for datagrid control Pin
A.Wegierski23-Jul-03 19:22
A.Wegierski23-Jul-03 19:22 

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.