One thought though ..... in my "real" add-in, I have a appsetting (in
.... but when I devellop, I want it to be my test-database-server/mypc
and when I publish, I want it to be my production-database-server. How
> Hello M O J O,
>
> From your post, my understanding on this issue is: you are trying to
> publish a Outlook 2007 add-in in Visual Studio 2008, but the add-in does
> not show after it is installed. If I'm off base, please feel free to let me
> know.
>
> I tried the following test, but it fails to reproduce the issue. Please
> check my steps and see if there is anything different from yours.
>
> Step1. Create a Outlook 2007 add-in by File->New->Visual
> C#->Office->2007->Outlook Add-in.
> Step2. Add the line of code: MessageBox.Show("just for test"); in
> ThisAddIn_Startup method.
> Step3. Compile the project by Build->Build Solution
> Step4. Publish the project by Build->Publish OutlookAddin1. In the Publish
> Wizard, I set the "Location to publish this application" to "d:\", and set
> the default installation path to empty. Then click Finish.
> Step5. After the add-in is published successfully, I go to the d:\ and
> click on the setup.exe to install the add-in.
> Step6. I open my Outlook 2007 program and see that a message box "just for
> test" is shown in start up.
>
> Is it possible that some exception occurred in your startup event handler
> and the add-in is disabled by your Outlook? To check if the add-in is
> disabled, please go to Outlook program->Help->Disabled Items.
>
> Regards,
> Jialiang Ge (jialge@online.microsoft.com, remove 'online.')
> Microsoft Online Community Support
>
> ==================================================
> For MSDN subscribers whose posts are left unanswered, please check this
> document:
http://blogs.msdn.com/msdnts/pages/postingAlias.aspx >
> Get notification to my posts through email? Please refer to
>
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif > ications. If you are using Outlook Express/Windows Mail, please make sure
> you clear the check box "Tools/Options/Read: Get 300 headers at a time" to
> see your reply promptly.
>
> Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
> where an initial response from the community or a Microsoft Support
> Engineer within 1 business day is acceptable. Please note that each follow
> up response may take approximately 2 business days as the support
> professional working with you may need further investigation to reach the
> most efficient resolution. The offering is not appropriate for situations
> that require urgent, real-time or phone-based interactions or complex
> project analysis and dump analysis issues. Issues of this nature are best
> handled working with a dedicated Microsoft Support Engineer by contacting
> Microsoft Customer Support Services (CSS) at
>
http://msdn.microsoft.com/subscriptions/support/default.aspx. > ==================================================
> This posting is provided "AS IS" with no warranties, and confers no rights.