Discussion:
Shim Wizard - Managed Aggregator error
(too old to reply)
Sanjay
2010-09-22 20:55:25 UTC
Permalink
Setup: VS 2010, Outlook 2003, Windows XP

The Shim Wizard created all the components properly but when I try and
build the Managed Aggregator I get the following error:

.Net Framework v3.5 Service Pack 1 was not found. In order to target
".NetFramework,Version=v2.0", .NetFramework v3.5 Service Pack 1 or
later must be installed.

The computer has VS2010 installed so .Net Framework 4.0 is present.

Question:
1. How do I get the Managed Aggregator to build on this computer... is
there some thing in the shim Generated code that I need to change to
target v4 of the Framework.

Thanks
Sanjay
Ken Slovak
2010-09-23 13:49:51 UTC
Permalink
Unlike previous Framework 2 based versions (2, 3, 3.5), version 4 doesn't
include any of those earlier versions. If you want it install it.

Also, I believe Misha wrote about the differences with different frameworks
installed in his blog.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
Post by Sanjay
Setup: VS 2010, Outlook 2003, Windows XP
The Shim Wizard created all the components properly but when I try and
.Net Framework v3.5 Service Pack 1 was not found. In order to target
".NetFramework,Version=v2.0", .NetFramework v3.5 Service Pack 1 or
later must be installed.
The computer has VS2010 installed so .Net Framework 4.0 is present.
1. How do I get the Managed Aggregator to build on this computer... is
there some thing in the shim Generated code that I need to change to
target v4 of the Framework.
Thanks
Sanjay
Loading...