Click here to Skip to main content
15,919,341 members
Home / Discussions / C#
   

C#

 
GeneralRe: ComboBox and Uppercase Pin
Saamir15-Jun-06 19:36
Saamir15-Jun-06 19:36 
QuestionLoad Combo box with SQL table field [modified] Pin
Saamir15-Jun-06 13:40
Saamir15-Jun-06 13:40 
AnswerRe: Load Combo box with SQL table field Pin
Alexander Wiseman15-Jun-06 13:49
Alexander Wiseman15-Jun-06 13:49 
AnswerRe: Load Combo box with SQL table field Pin
M. Cahid AYDIN15-Jun-06 23:28
M. Cahid AYDIN15-Jun-06 23:28 
QuestionStore Select(Count) result for use in if/else Pin
Saamir15-Jun-06 13:40
Saamir15-Jun-06 13:40 
AnswerRe: Store Select(Count) result for use in if/else Pin
Alexander Wiseman15-Jun-06 13:46
Alexander Wiseman15-Jun-06 13:46 
GeneralRe: Store Select(Count) result for use in if/else Pin
Saamir15-Jun-06 15:11
Saamir15-Jun-06 15:11 
QuestionManaging Dependencies Pin
MrEyes15-Jun-06 13:32
MrEyes15-Jun-06 13:32 
Heres a question thats been floating around in the back on my head since starting to work with the .NET Framework.

Lets say I have produced a Widget application, this application is made up of a main executable and a series of referenced dll assemblies. In the first release of the application everything is version 1.0.0.0. Now lets say that the code in one of the assemblies has to change, this update doesnt change any of the methods just the code within them, and this change merits a version update. So now I have my exe and some dlls at version 1.0.0.0 and the updated assembly at 1.1.0.0.

In the situation above I have found that I cannot simply drop the new assembly onto the install and expect things to continue working. I have to replace all files in order for them to pick up the new referenced version.

However if I do not change the version everything continues to work as normal.

Now for the sake of release management it is obviously more sensible to change versions. So the question is what can I do to prevent having to redeploy Xmb of code becuase a 10kb dll has changed.
QuestionIs it possible? Pin
TheBeginner7715-Jun-06 12:59
TheBeginner7715-Jun-06 12:59 
AnswerRe: Is it possible? Pin
Christian Graus15-Jun-06 13:01
protectorChristian Graus15-Jun-06 13:01 
GeneralA second question ..... Pin
TheBeginner7715-Jun-06 13:38
TheBeginner7715-Jun-06 13:38 
GeneralRe: A second question ..... Pin
Christian Graus15-Jun-06 14:11
protectorChristian Graus15-Jun-06 14:11 
QuestionISupportInitialize.BeginInit............. Pin
subrat_muna15-Jun-06 12:14
subrat_muna15-Jun-06 12:14 
AnswerRe: ISupportInitialize.BeginInit............. Pin
kevin_moxiaoxing15-Jun-06 23:07
kevin_moxiaoxing15-Jun-06 23:07 
AnswerRe: ISupportInitialize.BeginInit............. Pin
leppie16-Jun-06 1:22
leppie16-Jun-06 1:22 
QuestionBest practice- sharing one form Pin
donkaiser15-Jun-06 12:02
donkaiser15-Jun-06 12:02 
AnswerRe: Best practice- sharing one form Pin
Ista15-Jun-06 12:53
Ista15-Jun-06 12:53 
AnswerRe: Best practice- sharing one form Pin
Ray Cassick15-Jun-06 13:05
Ray Cassick15-Jun-06 13:05 
AnswerRe: Best practice- sharing one form Pin
Eric Dahlvang16-Jun-06 3:08
Eric Dahlvang16-Jun-06 3:08 
GeneralRe: Best practice- sharing one form Pin
donkaiser16-Jun-06 5:12
donkaiser16-Jun-06 5:12 
AnswerRe: Best practice- sharing one form Pin
Eric Dahlvang16-Jun-06 9:00
Eric Dahlvang16-Jun-06 9:00 
GeneralRe: Best practice- sharing one form Pin
donkaiser16-Jun-06 10:08
donkaiser16-Jun-06 10:08 
QuestionLooking for component Pin
Jefis15-Jun-06 11:55
Jefis15-Jun-06 11:55 
QuestionCheckListBox and Which Forum Pin
Malcolm Smart15-Jun-06 11:27
Malcolm Smart15-Jun-06 11:27 
GeneralRe: CheckedListBox and Which Forum [modified] Pin
Mike Poz15-Jun-06 14:42
Mike Poz15-Jun-06 14:42 

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.