I have my WPF application developed with .NET 3.5 framework and then I migrated it to the .NET 4.0 framework. Linked to my app, I have also created an Addin for Outlook (2007 and 2010) with VSTO using .NET 3.5 framework (the Addin is enabled if my app is on). Obviously my Addin with the client with .NET 4.0 framework doesn't work. How can I upgrade my Addin with .NET 4.0 framework?
N.B. For the architecture of my app, I can't use clickonce.