1
Reply

Can anybody tell me how do we create shared assemblies?

canuja

canuja

Nov 30, 2006
4k
0

    For creating the shared assembly we follows the following steps:

    Create your DLL/EXE source code

    Generate unique assembly name using SN utility

    Sign your DLL/EXE with the private key by modifying AssemblyInfo file

    Compile your DLL/EXE

    Place the resultant DLL/EXE in global assembly cache using AL utility.

    Neha Mehta
    November 30, 2006
    0