472,122 Members | 1,440 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,122 software developers and data experts.

How to automatically generate many publisher policies ?

Hello,

I'd like to define a publisher policy which covers many versions of
assembly from which the "major.minor version" are different but it's not
possible to make a such publisher policy.
So it's necessary to create a publisher policy for each new "major.minor
version", which can take a long time to make manually.
Do there exist tools to generate publisher policy for many "major.minor
versions" from a simple and compact configuration file ?

Thank you for your assistance,

-- Seb LM

Jul 21 '05 #1
1 1910
For an application configuration file you should be able to specify a range
of versions all redirected to the same assembly. An xml snippet...

<bindingRedirect oldVersion="0.0.0.0-1.2.3.4" newVersion="1.2.3.4"/>

will redirect all binds up through version 1.2.3.4 to the same assembly
version 1.2.3.4

I believe a publisher policy file allows the same syntax.
"Seb LM" <sl**********************@antispam.antispam> wrote in message
news:OV**************@TK2MSFTNGP11.phx.gbl...
Hello,

I'd like to define a publisher policy which covers many versions of
assembly from which the "major.minor version" are different but it's not
possible to make a such publisher policy.
So it's necessary to create a publisher policy for each new "major.minor
version", which can take a long time to make manually.
Do there exist tools to generate publisher policy for many "major.minor
versions" from a simple and compact configuration file ?

Thank you for your assistance,

-- Seb LM

Jul 21 '05 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

2 posts views Thread by PeterW | last post: by
2 posts views Thread by Justin | last post: by
5 posts views Thread by MeDhanush | last post: by
1 post views Thread by pemigh | last post: by
reply views Thread by Ron | last post: by
1 post views Thread by =?Utf-8?B?U2NvdHQ=?= | last post: by
9 posts views Thread by =?Utf-8?B?U3RldmVuIFRhbmc=?= | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.