how to conver public assembly to private
.NET (Core and Framework)
3
Posts
3
Posters
0
Views
1
Watching
-
hi frenz, i need a answer from u guys, i want to know how to convert apublic assembly to private and viseversa,and some sample code, thanks laxman.
What's a private assembly? For that matter, what's a public assembly?
-
What's a private assembly? For that matter, what's a public assembly?
Private assembly is the assembly deployed in application directory or in subdirectory. Public (or shared) assemblies are those installed in GAC. To convert private assembly to shared - sign it with the key and deploy into the GAC. To make a public assembly out of shared – copy it into the directory where your app resides then delete it from the GAC. Best regards, ----------- Igor Sukhovhttp://sukhov.net