Click here to Skip to main content
16,017,279 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to read a binary file created in pure c++ Pin
stancrm28-Jun-06 2:33
stancrm28-Jun-06 2:33 
GeneralRe: How to read a binary file created in pure c++ Pin
Nigor28-Jun-06 4:01
Nigor28-Jun-06 4:01 
GeneralRe: How to read a binary file created in pure c++ Pin
stancrm28-Jun-06 19:57
stancrm28-Jun-06 19:57 
QuestionProblem using Acrobat COM Pin
Awase Ahmed27-Jun-06 17:34
Awase Ahmed27-Jun-06 17:34 
Questionhow to streaming audio/video ? Pin
hdv21227-Jun-06 14:44
hdv21227-Jun-06 14:44 
AnswerRe: how to streaming audio/video ? [modified] Pin
Mike Poz27-Jun-06 15:03
Mike Poz27-Jun-06 15:03 
AnswerRe: how to streaming audio ? Pin
Divyang Mithaiwala27-Jun-06 18:31
Divyang Mithaiwala27-Jun-06 18:31 
QuestionMaking remoting work between multiple versions of the same assembly [modified] Pin
Luis Alonso Ramos27-Jun-06 14:34
Luis Alonso Ramos27-Jun-06 14:34 
Hello,

I currently have my application, which uses remoting to connect to the server. My problem is that if I change the assembly version on the server, the application will have trouble deserializing and the local copy of the assembly must be updated.

However, if I make very small changes to my app, I will only update the build and revision numbers, and not the major or minor versions. I would like my client and server apps to work if the major.minor version is the same, not taking into account the build.revision part.

I have found the bindingRedirect tag in the application config file, but a) it seems from the docs that when the app looks for a range of versions it will be ok to use a new version, and b) it seems to me that it is for loading assemblies locally, and not from remoting (altough I am not so sure about this.)

[EDIT: I tried bindingRedirect and it works as I expected. I will have to use two bindingRedirects, so that lower versions resolve to my version, and higher versions also resolve to my version. Now I'll have to change app.config for every build. No, that won't do it... and I also tried using an * instead of the revision number -- it didn't work either.]

BTW, my assemblies are strong named.

So, any ideas?

Thanks!!

Luis Alonso Ramos
Intelectix
Chihuahua, Mexico

Not much here: My CP Blog!

-- modified at 20:59 Tuesday 27th June, 2006
Questioncreating dynamic classes Pin
Manu_8127-Jun-06 13:36
Manu_8127-Jun-06 13:36 
AnswerRe: creating dynamic classes Pin
Guffa27-Jun-06 13:47
Guffa27-Jun-06 13:47 
GeneralRe: creating dynamic classes Pin
Manu_8127-Jun-06 14:23
Manu_8127-Jun-06 14:23 
GeneralRe: creating dynamic classes Pin
Guffa27-Jun-06 18:56
Guffa27-Jun-06 18:56 
GeneralRe: creating dynamic classes Pin
Karl 200027-Jun-06 20:26
Karl 200027-Jun-06 20:26 
GeneralRe: creating dynamic classes Pin
J4amieC27-Jun-06 21:57
J4amieC27-Jun-06 21:57 
AnswerRe: creating dynamic classes Pin
J4amieC27-Jun-06 21:58
J4amieC27-Jun-06 21:58 
AnswerRe: creating dynamic classes Pin
Rob Philpott27-Jun-06 23:15
Rob Philpott27-Jun-06 23:15 
QuestionSerial Communication (Loopback) Pin
Cadence2.027-Jun-06 12:48
Cadence2.027-Jun-06 12:48 
AnswerRe: Serial Communication (Loopback) Pin
led mike27-Jun-06 20:38
led mike27-Jun-06 20:38 
GeneralRe: Serial Communication (Loopback) Pin
Cadence2.028-Jun-06 5:39
Cadence2.028-Jun-06 5:39 
AnswerRe: Serial Communication (Loopback) Pin
Cadence2.028-Jun-06 6:24
Cadence2.028-Jun-06 6:24 
GeneralRe: Serial Communication (Loopback) Pin
led mike28-Jun-06 7:44
led mike28-Jun-06 7:44 
QuestionResolve UNC Names Pin
HahnTech27-Jun-06 12:13
HahnTech27-Jun-06 12:13 
AnswerRe: Resolve UNC Names Pin
Mike Poz27-Jun-06 14:12
Mike Poz27-Jun-06 14:12 
GeneralRe: Resolve UNC Names Pin
HahnTech27-Jun-06 18:44
HahnTech27-Jun-06 18:44 
GeneralRe: Resolve UNC Names Pin
Mike Poz28-Jun-06 8:13
Mike Poz28-Jun-06 8:13 

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.