I have an existing .NET 2.0 Win Forms solution that's deployed on the client. For the sake of this scenario, lets call it 'WinApp.exe'. WinApp.exe has a direct reference to a private assembly named 'Assembly.dll'. Assembly.dll has a direct reference to another assembly named 'Framework.dll'. Within Framework.dll is a type named 'IPlugIn'. Framework.dll is not strong-named, but the version of the assembly is 1.0. There is a class in Assembly.dll that implements IPlugIn from Framework.dll.I have an existing .NET 2.0 Win Forms solution