Writer supports plugins built against either the .NET 1.1 or .NET 2.0 Framework. However, the Writer application itself depends only the installation of the .NET 1.1 Framework (it can work with either version, if both are present it will run against the .NET 2.0 Framework).
Therefore, if you wish to build your plugin against the .NET 2.0 Framework (which will always be the case if you use Visual Studio.NET 2005) you need to ensure that users have a copy of the .NET 2.0 Framework installed in order for your plugin to load (it will silently fail to load if your plugin depends on .NET 2.0 and it is not installed).
You can accomplish this by providing your users a link to the .NET 2.0 download page or by creating an installer that uses the Visual Studio 2005 Bootstrapper (which provides automatic detection and download of the .NET 2.0 Framework).
Note: |
|---|
|
If your plugin is built against the .NET 1.1 Framework then none of this discussion applies since the installation of Writer will not succeed unless the .NET 1.1 Framework (or higher) is already installed.
|