Click here to Skip to main content
15,899,754 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: DAO Access 2003 Connectivity Problem Pin
manish241-Sep-06 3:33
manish241-Sep-06 3:33 
QuestionOpen Calculator Pin
ghost18131-Aug-06 20:42
ghost18131-Aug-06 20:42 
AnswerRe: Open Calculator Pin
CWIZO31-Aug-06 22:54
CWIZO31-Aug-06 22:54 
GeneralRe: Open Calculator Pin
ghost1814-Sep-06 17:25
ghost1814-Sep-06 17:25 
QuestionCompatible Cryptography .NET and PHP Pin
xclone31-Aug-06 20:38
xclone31-Aug-06 20:38 
Questionemmbed flash player Pin
t3j031-Aug-06 19:25
t3j031-Aug-06 19:25 
QuestionAuto incrementing version numbers Pin
Ray Cassick31-Aug-06 18:01
Ray Cassick31-Aug-06 18:01 
AnswerRe: Auto incrementing version numbers Pin
Dave Kreskowiak1-Sep-06 2:46
mveDave Kreskowiak1-Sep-06 2:46 
You can only put the wildcard in the Build Number (3rd), or Revision (last) position of the Assembly Version.

If you doing this in the My Project Properties, Application Tab, Assembly Information button, you can specify a wildcard for the Build Number by putting an asterisk in the 3rd box for the Assembly Version and clearing the contents of the 4th box. The 4th box MUST be blank for this to work.

Also , when building components or class libraries, it's better to specify the complete Assembly version instead of letting the compiler "fill in the blanks". This is because if you go back and change your component, it will get a new assmebly version number. Default version policy says that an assembly will only work with the components of the version that it was built with. Meaning if you change the version number of one of an applcations components, you either have to rebuild the assemblies that use it to update the the version number that they're expecting, or create a new version policy in the applications config file to override which version the app will look for.

Go to MSDN and search for "AssemblyVersionAttribute Class" for more information.



Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: Auto incrementing version numbers Pin
Ray Cassick1-Sep-06 5:40
Ray Cassick1-Sep-06 5:40 
GeneralRe: Auto incrementing version numbers Pin
Dave Kreskowiak1-Sep-06 6:30
mveDave Kreskowiak1-Sep-06 6:30 
GeneralRe: Auto incrementing version numbers Pin
Ray Cassick1-Sep-06 8:21
Ray Cassick1-Sep-06 8:21 
GeneralRe: Auto incrementing version numbers Pin
Dave Kreskowiak1-Sep-06 9:43
mveDave Kreskowiak1-Sep-06 9:43 
QuestionResize a positioning Pin
Magno R. Vasquez31-Aug-06 11:08
Magno R. Vasquez31-Aug-06 11:08 
AnswerRe: Resize a positioning Pin
hannesHTG31-Aug-06 23:08
hannesHTG31-Aug-06 23:08 
QuestionHelp me with Panels.... Pin
Jakkas31-Aug-06 9:00
Jakkas31-Aug-06 9:00 
QuestionAPI: CopyMemory Pin
mihei8931-Aug-06 8:00
mihei8931-Aug-06 8:00 
AnswerRe: API: CopyMemory Pin
Jun Du31-Aug-06 9:14
Jun Du31-Aug-06 9:14 
AnswerRe: API: CopyMemory Pin
Dave Kreskowiak31-Aug-06 9:23
mveDave Kreskowiak31-Aug-06 9:23 
AnswerRe: API: CopyMemory Pin
hannesHTG31-Aug-06 23:10
hannesHTG31-Aug-06 23:10 
QuestionDatagrid Keypress event Pin
S.Ganesan31-Aug-06 6:31
S.Ganesan31-Aug-06 6:31 
QuestionHow to use resx file? Pin
Krishnaraj Barvathaya B31-Aug-06 2:57
Krishnaraj Barvathaya B31-Aug-06 2:57 
AnswerRe: How to use resx file? Pin
CWIZO31-Aug-06 8:56
CWIZO31-Aug-06 8:56 
GeneralRe: How to use resx file? Pin
Krishnaraj Barvathaya B31-Aug-06 18:06
Krishnaraj Barvathaya B31-Aug-06 18:06 
GeneralRe: How to use resx file? Pin
CWIZO31-Aug-06 20:48
CWIZO31-Aug-06 20:48 
Questionqueuing server Pin
archana muralidhar31-Aug-06 2:47
archana muralidhar31-Aug-06 2:47 

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.