Click here to Skip to main content
15,917,176 members
Home / Discussions / C#
   

C#

 
GeneralRe: Access Bios Information Pin
TigerNinja_20-May-04 16:55
TigerNinja_20-May-04 16:55 
GeneralDataGrid "logical" row from HitTest Pin
ABean20-May-04 11:48
ABean20-May-04 11:48 
GeneralRe: DataGrid "logical" row from HitTest Pin
Heath Stewart20-May-04 12:00
protectorHeath Stewart20-May-04 12:00 
GeneralRe: DataGrid "logical" row from HitTest Pin
ABean20-May-04 13:44
ABean20-May-04 13:44 
GeneralRe: DataGrid "logical" row from HitTest Pin
ABean20-May-04 20:17
ABean20-May-04 20:17 
GeneralRe: DataGrid "logical" row from HitTest Pin
Heath Stewart21-May-04 3:24
protectorHeath Stewart21-May-04 3:24 
GeneralDLL Pin
Snowjim20-May-04 11:11
Snowjim20-May-04 11:11 
GeneralRe: DLL Pin
Heath Stewart20-May-04 11:25
protectorHeath Stewart20-May-04 11:25 
You don't have to rebuild your application. You can use a publisher policy or add the necessary entries in your assemblyBinding section in your application's .config file. We do it for our massive N-tier application all the time.

Since we also use Internet-based touchless-deployment we only need to change the .config file and upload the new files with the different assembly version. Fusion (binds assemblies in the .NET Framework) downloads the newer assemblies and caches them in the temporary assembly cache. This probably doesn't apply to you, but it doesn't change the fact that you need to recompile your assemblies with dependencies on your Transfer.dll assembly (or whatever it's called) unless you have breaking changes (like removed a method or changed behavior - something to think about when designing your application).

See Redirecting Assembly Versions[^] in the .NET Framework SDK for more information.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: DLL Pin
Snowjim20-May-04 11:28
Snowjim20-May-04 11:28 
GeneralRe: DLL Pin
Heath Stewart20-May-04 11:29
protectorHeath Stewart20-May-04 11:29 
GeneralRe: DLL Pin
Snowjim20-May-04 12:39
Snowjim20-May-04 12:39 
GeneralRe: DLL Pin
Heath Stewart21-May-04 3:14
protectorHeath Stewart21-May-04 3:14 
GeneralRe: DLL Pin
Snowjim21-May-04 4:35
Snowjim21-May-04 4:35 
GeneralRe: DLL Pin
Heath Stewart21-May-04 4:38
protectorHeath Stewart21-May-04 4:38 
GeneralRe: DLL Pin
Snowjim21-May-04 4:42
Snowjim21-May-04 4:42 
GeneralRe: DLL Pin
Heath Stewart21-May-04 4:44
protectorHeath Stewart21-May-04 4:44 
GeneralRe: DLL Pin
Snowjim21-May-04 5:07
Snowjim21-May-04 5:07 
GeneralRe: DLL Pin
Heath Stewart21-May-04 5:11
protectorHeath Stewart21-May-04 5:11 
GeneralRe: DLL Pin
Snowjim22-May-04 0:44
Snowjim22-May-04 0:44 
GeneralRe: DLL Pin
Heath Stewart22-May-04 2:37
protectorHeath Stewart22-May-04 2:37 
GeneralRe: DLL Pin
Snowjim22-May-04 8:15
Snowjim22-May-04 8:15 
GeneralRe: DLL Pin
Heath Stewart22-May-04 8:53
protectorHeath Stewart22-May-04 8:53 
GeneralRe: DLL Pin
Snowjim22-May-04 9:36
Snowjim22-May-04 9:36 
QuestionHow to create Installer that user can checked item he wannt to install (I have more 59 item whether user will install. Pin
god4k20-May-04 9:55
god4k20-May-04 9:55 
AnswerRe: How to create Installer that user can checked item he wannt to install (I have more 59 item whether user will install. Pin
Heath Stewart20-May-04 10:09
protectorHeath Stewart20-May-04 10:09 

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.