DLL/Assembly

Read 1 posts from DLL/Assembly

Posts

  • Register managed DLL in Windows

    Registering a managed DLL file can be simple process if you know the correct .NET version. Registering process is slightly different for 32, 64 bit and .NET version. There is no straight way to know .NET version, using a tool like JustCompile is useful to get the .NET version, also shows internal properties and method…