Thanks to the .NET Framework, deploying namespaces and applications is
very easy: all that is required is to copy the files to the target computer.There
is no need to install or register assemblies or applications because the
Common Language Runtime handles everything for you.There is one
requirement, however, if you want the CLR to make custom assemblies automatically
available to your applications: Place them in a \bin directory in your
application folder.Assemblies in this folder are automatically loaded by the
.NET runtime, though you can manually load assemblies that are not in this
directory. See the .NET Framework Documentation for more details.
Subscribe to:
Post Comments (Atom)
0 Response to "How can I deploy custom namespaces?"
Post a Comment