Matt Driver
Matt
Posts: 152
Joined: 2004-08-17
|
Hi
with the latest premium .NET build is it now ok to have Visual Studio 2003 & 2005 installed on same machine. Can you 1.1 and 2.0 add-ins on the same machine ?
Do you still have to use the manifest file to deploy for specific framework versions ?
Thanks
Matt |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi Matt.
There is no need to use the configuration file if you use the C++ shim.
Otherwise, the configuration file is still needed.
Also, you can create an add-in that supports both versions of .NET Framework. Please see the MultiFrameworkAddin example in the ADX installation package. This example solves the problem occuring due to the fact that two version of .NET framework can not be initialized whithin one process. |
|