Deploying Private Assemblies

Private assemblies are the simplest to deploy. All you need to do to deploy private assemblies is to copy them to the application's base directory or one of its subdirectories. In this section, you create a simple application that uses a private assembly. You then use this application to experiment with how the CLR locates private assemblies and how to configure the behavior of the CLR by using the application configuration file.

In Step-by-Step 10.1, you create two assemblies: One is a Windows application and the other is a library application, which is used by only the Windows application.

STEP BY STEP

10.1 Creating and Deploying an Application That Uses a Privately Deployed Assembly

1.
Launch Visual Studio .NET. ...

Get MCAD/MCSD Training Guide (70-320): Developing XML Web Services and Server Components with Visual C#™ .NET and the Microsoft .NET Framework now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.