Tagged Questions
The publisher-policy tag has no wiki summary.
2
votes
2answers
100 views
How to reference shared assemblies that are still under development (.NET)
I am responsible for developing and maintaining a set of common, framework assemblies that are used to build our product applications. These assemblies are relatively new and in a state of flux as ...
1
vote
1answer
49 views
Wich would be the proper way to install one publisher policy in to the GAC using WIX?
Wich would be the proper way to install one publisher policy in to the GAC using WIX 3.5?
I tried to do this:
<File
Id="LIBGAC"
Assembly=".net"
...
0
votes
0answers
21 views
Build publisher policy assembly as part of an automated build
Has anyone solved the problem of automatically building publisher policy assemblies as part of an automated build? I've trawled the web and there are plenty of people asking about this but no ...
0
votes
1answer
135 views
publisher policy in GAC
I want to redirect consumers of dll v1 to dll v2.
I will add a publisher policy in GAC for that.
Must the policy be in GAC?
Does this mean dll v2 itself must also reside in GAC?
0
votes
1answer
230 views
Is it possible to remove a Publisher Policy file?
I have a situation where a vendor-supplied assembly reference is messed up. Basically, it is pointing to a version of the assembly that I do not want to use. I used FusionLog to view the assembly ...
0
votes
1answer
51 views
Is it possible to apply a publisher policy to a strongly named, privately published assembly?
I have created a common library at work, but unlike in this question, it is not published to the GAC. Instead, it is privately published to a company-specific installation folder.
EDIT: all the ...