Yes, it has .NET framework 2.0, same as development machine. It is
installed during set up if it is not on the machine already. I have
tried just about everything (except what it needs). Even if I select
Just Me on the set up I still can't see the addin in the Options menu.
I'm about ready to revert back to VB6, but really hate to do this after
all the time I have put into getting it to work in .NET.
Helmut Obertanner - 07 Dec 2005 18:38 GMT
Hello,
I don't know how you created your addin with Visual Studio 2005.
Is it using the VSTO extension / runtime. Then you have to redistribute
the VSTO runtime on the target machines.
There also exists an update for Office - but I don't know if it helps
for Outlook 2003.
I recommend: when creating an Outlook AddIn use VS2003 against Framework
1.1 and put the folowing file into the Outlook.exe path named
Outlook.exe.config:
<configuration>
<startup>
<supportedRuntime version="v1.1.4322"/>
<supportedRuntime version="v1.0.3705"/>
</startup>
</configuration>
Until you didn't use new VSTO / .Net 2.0 features you should be able to
compile your solution against Framework 1.1.
Office Update Issue with .Net 2.0
http://www.microsoft.com/downloads/details.aspx?FamilyID=1b0bfb35-c252-4
3cc-8a2a-6a64d6ac4670&DisplayLang=en
Hope this helps,
with regards / mit freundlichen Grüßen
Helmut Obertanner
MCSD.NET MCSE CACP
Microsoft Licensing Specialist 2005
X4U electronix | web: www.x4u.de
... X4U rocks !
> -----Original Message-----
> From: Rick H [mailto:rickh_1960@hotmail.com]
[quoted text clipped - 10 lines]
> I'm about ready to revert back to VB6, but really hate to do
> this after all the time I have put into getting it to work in .NET.