I installed the VS.NET 2005 December 04 CTP and that installed the .NET Framework 2.0.
My newsgator outlook edition was working perfectly before but after when sync’ing it started giving a bunch of “can’t access disposed object” and other strange errors.
I then saw from the About Newsgator menu in Outlook that it was using .NET Framework 2.0.
So I just had to tell outlook to use the .NET Framework 1.1
If there isn’t a “c:\Program Files\microsoft office\office11\outlook.exe.config” add one with the follow contents.
<configuration>
<startup>
<requiredRuntimeversion="v1.1.4322"safemode="true"/>
</startup>
</configuration>
Related...
http://msmvps.com/anguslogan/archive/2005/01/02/29433.aspx | Comments