Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. how to conver public assembly to private

how to conver public assembly to private

Scheduled Pinned Locked Moved .NET (Core and Framework)
tutorial
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    laxman m
    wrote on last edited by
    #1

    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.

    S 1 Reply Last reply
    0
    • L laxman m

      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.

      S Offline
      S Offline
      Stephan Samuel
      wrote on last edited by
      #2

      What's a private assembly? For that matter, what's a public assembly?

      I 1 Reply Last reply
      0
      • S Stephan Samuel

        What's a private assembly? For that matter, what's a public assembly?

        I Offline
        I Offline
        Igor Sukhov
        wrote on last edited by
        #3

        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

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups