Creating a set up that installs a dll to gac (and register)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • buddhagrammer
    New Member
    • Jun 2012
    • 1

    Creating a set up that installs a dll to gac (and register)

    hi yall!
    first you should know i followed the instructions from here:
    http://bytes.com/topic/asp-net/answers/309994-creating-setup-install-into-gac-where-can-i-find-example (2nd post, by Mike)
    i followed his exact instructions.
    after i added my assembly i had to put the .tbl in an other folder (i picked one randomly: Desktop of user) After compiling i revcieve the setup.exe.

    When i run this on a target pc the dll apears in GAC but isnt registered... can some1 help me? I have to put a dll into crystal reports and therfore i have to be able to register the dll on a server (or testwise on a other pc).
    Therefore i need this setup.

    ah, and i didnt rlly get that with the strong name... i just added a key (.snk) to the original project which creates the (to be registered) dll

    do you think it has to do with "removing" the .tbl file? or any other problems?

    ty community!
Working...