I hate to redirect you again, but you should post this in the VSTO forum at
http://social.msdn.microsoft.com/for.../vsto/threads/ where you're
more likely to get an answer.
--
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
"Michael Schmitz" wrote in message
...
Hello NG,
I am new to VSTO and Outlook 2007 Addins,
Well what i am trying, is to use a Outlook 2007-Add-In with
.Net Framework 2.0.
When i switch in my "Hello world" example the Framework version from 3.5
to
2.0 and remove all
linq related stuff i get this error aftercompiling:
'MSB3185: EntryPoint not specified for manifest.'
http://msdn.microsoft.com/de-de/library/ms228185.aspx
Is it not possible to switch this project to 2.0 Framework?
If it is possible, what do i have to do?
Regards
Michael