Click here to Skip to main content
15,891,184 members
Home / Discussions / C#
   

C#

 
GeneralPassing a Form reference to a new Form Pin
mikemilano15-Oct-03 4:50
mikemilano15-Oct-03 4:50 
GeneralRe: Passing a Form reference to a new Form Pin
Mike Dimmick15-Oct-03 4:59
Mike Dimmick15-Oct-03 4:59 
GeneralBindingContext Pin
Anonymous15-Oct-03 4:45
Anonymous15-Oct-03 4:45 
GeneralWindows Form TabPage Pin
Jubal15-Oct-03 4:19
Jubal15-Oct-03 4:19 
GeneralRe: Windows Form TabPage Pin
Wjousts15-Oct-03 5:49
Wjousts15-Oct-03 5:49 
GeneralUsing C# in MFC Project Pin
Anonymous14-Oct-03 23:53
Anonymous14-Oct-03 23:53 
GeneralVersioning Solution Pin
Member 37818914-Oct-03 20:55
Member 37818914-Oct-03 20:55 
GeneralRe: Versioning Solution Pin
Douglas Troy15-Oct-03 6:26
Douglas Troy15-Oct-03 6:26 
I'm not certain I'll have the exact answer you're looking for, but I'll mention a few things here (also not entirely certain I know what it is you are looking to achieve) ...

If you're using VSS, lock your code down and branch the solution/project. You'll then have a version 1.x.x.x branch and a version 2.x.x.x branch; course, you have to name them yourself.

In the application AssemblyInfo.cs file, you can specify the AssemblyVersion there. By default, it's specified as version ("1.0.*"), and the compiler automatically increments the minor build numbers. Once you've branched your code out, change that to ("2.0.*"); and so on ...

Also, you can create an AssemblyKey file that's different for each release. This is also contained in the AssemblyInfo.cs file that's part of your main solution.

Perhaps if you explained what it is you want to have happen, or not have happen, I could better point in the correct direction(?) ... maybe.

Hope some of that information helped ... Confused | :confused:

D.

GeneralRe: Versioning Solution Pin
Heath Stewart15-Oct-03 11:59
protectorHeath Stewart15-Oct-03 11:59 
GeneralRe: Versioning Solution Pin
Douglas Troy16-Oct-03 4:44
Douglas Troy16-Oct-03 4:44 
GeneralRe: Versioning Solution Pin
15-Oct-03 19:38
suss15-Oct-03 19:38 
GeneralRe: Versioning Solution Pin
Member 37818915-Oct-03 23:20
Member 37818915-Oct-03 23:20 
GeneralRe: Versioning Solution Pin
Douglas Troy16-Oct-03 4:58
Douglas Troy16-Oct-03 4:58 
GeneralVBScript to C# Pin
CyberKewl14-Oct-03 20:29
CyberKewl14-Oct-03 20:29 
GeneralRe: VBScript to C# Pin
Mike Dimmick14-Oct-03 23:53
Mike Dimmick14-Oct-03 23:53 
GeneralRe: VBScript to C# Pin
CyberKewl15-Oct-03 0:51
CyberKewl15-Oct-03 0:51 
GeneralRe: VBScript to C# Pin
Mike Dimmick15-Oct-03 1:30
Mike Dimmick15-Oct-03 1:30 
GeneralRe: VBScript to C# Pin
CyberKewl15-Oct-03 4:14
CyberKewl15-Oct-03 4:14 
GeneralStrange Question.. Pin
hammackj14-Oct-03 18:32
hammackj14-Oct-03 18:32 
GeneralRe: Strange Question.. Pin
Randhir Sinha14-Oct-03 19:03
Randhir Sinha14-Oct-03 19:03 
GeneralRe: Strange Question.. Pin
Corinna John14-Oct-03 19:52
Corinna John14-Oct-03 19:52 
GeneralRe: Strange Question.. Pin
hammackj15-Oct-03 3:22
hammackj15-Oct-03 3:22 
GeneralRe: Strange Question.. Pin
Randhir Sinha15-Oct-03 3:51
Randhir Sinha15-Oct-03 3:51 
GeneralRe: Strange Question.. Pin
hammackj15-Oct-03 4:02
hammackj15-Oct-03 4:02 
GeneralRe: Strange Question.. Pin
Corinna John15-Oct-03 7:23
Corinna John15-Oct-03 7:23 

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.