Digg it UP
#1 in Business Subscribe Email Print

You are here: Home > Computers and Technology > Software > Where's My VSTO Outlook Add-in?! (Part I)

Tags

  • created
  • pretty
  • still
  • pretty simple
  • multiple assemblies
  • pretty simple

  • Links

  • Bank Student Credit Cards
  • NBA Playoffs - D Comes Before O!
  • The Act of Blessing
  • Digg it UP - Where's My VSTO Outlook Add-in?! (Part I)

    Buying A Home After Bankruptcy - How Long Should You Wait to Buy?
    Individuals interested in purchasing their own home strive to maintain a positive credit rating. This is achieved by paying bills on time, having a low debt to income ratio, and so forth. Nevertheless, several lenders are eager to offer home mortgages to individuals with bad credit. These mortgages have a higher interest rate, which increases the monthly
    3 with SP1 (with Outlook 2003 - remember you created an Outlook 2003 addin :))

    VSTO2005 Beta Redistributable (vstor.exe)

    (VSTO2005 for Office - Outlook (Beta) (UPDATE: this isn't necessary if you use VSTO2005 BETA RC1))

    Microsoft Office Outlo

    How Should Real Estate Agents Respond To The Recent Tightening Of Subprime Loan Programs?
    We have seen the writing on the wall. Now, the hammer has dropped. Many subprime lenders tightening up their loan guidelines and 100% financing for subprime borrowers is getting harder to find.How should Real Estate agents respond?1. Align yourself with loan officers who have access to FHA/My Community loans.2. Ask your lender if they
    So, you've created you're first Outlook addin with VSTO support and now it's time you create the setup project and distribute it.

    Well the setup project is already done - the Outlook Addin wizard created the setup project for you.

    But the generated setup project isn't complete - it only contains registry keys that are neccessary for Outlook to recognize your addin - you still need to grant the full trust in the security policy for addin assembly and all other referenced assemblies. (You don't need to set the security policy on your development machine because VS does that for you).

    As I wrote in some previous post(s), Mads posted a custom installer code for granting full trust to your assembly - the code is pretty simple so I think you'll have no problems setting policies for multiple assemblies (if needed).

    The MSI installer is created and you can try installing it on other machine - it doesn't work ....

    First, check if everything what needs to be installed is installed:

    Microsoft Office 2003 with SP1 (with Outlook 2003 - remember you created an Outlook 2003 addin :))

    VSTO2005 Beta Redistributable (vstor.exe)

    (VSTO2005 for Office - Outlook (Beta) (UPDATE: this isn't necessary if you use VSTO2005 BETA RC1))

    Microsoft Office Outloo

    Free Exposure for Your Business with Press Releases
    Press releases are a great way to get plenty of free exposure for your business. Simply put: 1. You write a newsworthy story about your business into a certain format 2. Send the story to various media outlets. 3. If they’re interested, they may publish your press release or interview you. A story that the media picks up will
    setup project isn't complete - it only contains registry keys that are neccessary for Outlook to recognize your addin - you still need to grant the full trust in the security policy for addin assembly and all other referenced assemblies. (You don't need to set the security policy on your development machine because VS does that for you).

    As I wrote in some previous post(s), Mads posted a custom installer code for granting full trust to your assembly - the code is pretty simple so I think you'll have no problems setting policies for multiple assemblies (if needed).

    The MSI installer is created and you can try installing it on other machine - it doesn't work ....

    First, check if everything what needs to be installed is installed:

    Microsoft Office 2003 with SP1 (with Outlook 2003 - remember you created an Outlook 2003 addin :))

    VSTO2005 Beta Redistributable (vstor.exe)

    (VSTO2005 for Office - Outlook (Beta) (UPDATE: this isn't necessary if you use VSTO2005 BETA RC1))

    Microsoft Office Outlo

    Sell Your Home Fast - Get the Buyer's Perspective
    Are you interested in selling your home quickly? Have you tried or are currently attempting to sell a house without much success (be it unable to find a buyer or perhaps not reaching the target price range you were hoping to hit.)?If you are having these kinds of problems, there are many reasons as to why you might not be having much success with y
    the security policy on your development machine because VS does that for you).

    As I wrote in some previous post(s), Mads posted a custom installer code for granting full trust to your assembly - the code is pretty simple so I think you'll have no problems setting policies for multiple assemblies (if needed).

    The MSI installer is created and you can try installing it on other machine - it doesn't work ....

    First, check if everything what needs to be installed is installed:

    Microsoft Office 2003 with SP1 (with Outlook 2003 - remember you created an Outlook 2003 addin :))

    VSTO2005 Beta Redistributable (vstor.exe)

    (VSTO2005 for Office - Outlook (Beta) (UPDATE: this isn't necessary if you use VSTO2005 BETA RC1))

    Microsoft Office Outlo

    College Health Insurance
    Just because you are young does not mean that you cannot get sick. It happens over and over again. A young man or young woman is at the pinnacle of his or her health. He thinks that nothing can touch him. Then suddenly, tragedy strikes. This happened to me when I was in college. Although I had college health insurance, provided through the university, it
    s setting policies for multiple assemblies (if needed).

    The MSI installer is created and you can try installing it on other machine - it doesn't work ....

    First, check if everything what needs to be installed is installed:

    Microsoft Office 2003 with SP1 (with Outlook 2003 - remember you created an Outlook 2003 addin :))

    VSTO2005 Beta Redistributable (vstor.exe)

    (VSTO2005 for Office - Outlook (Beta) (UPDATE: this isn't necessary if you use VSTO2005 BETA RC1))

    Microsoft Office Outlo

    Business Administration Degrees
    To learn the art of management and administration, it is very beneficial to have a business administration degree. Business administration degrees help in that they represent an organized and systematic body of knowledge. They also play a pivotal part in formalizing methods of acquiring knowledge and skills followed by existence of an ethical code to regu
    3 with SP1 (with Outlook 2003 - remember you created an Outlook 2003 addin :))

    VSTO2005 Beta Redistributable (vstor.exe)

    (VSTO2005 for Office - Outlook (Beta) (UPDATE: this isn't necessary if you use VSTO2005 BETA RC1))

    Microsoft Office Outlook 2003 PIA

    (Great think to do is to check for this prerequisites during addin installation (same way you can check if .NET 2.0 is installed) - UPDATE: More about the complete deployment solutions for VSTO Outlook Addins.).

    That's pretty much it. Now try to install your addin .... If the addin fails to load it means Outlook has disabled it. There are 2 ways Outlook can disable an addin :

    "the hard way" (hard disable): it occurs when addin causes (throws an exception) Outlook to close unexpectedly. When this happes the addin is located in About dialog box, under disabled items.

    "the soft way" (soft disable): again, addin throws an exception but Outlook doesn't shutdown - addin gets soft disabled and it's located in COM Addins dialog box.

    You'll know when addin is hard disabled because at startup Outlook will display a dialog box and inform you that there was a problem with your addin.

    So, if your addin gets soft disabled when you run Outlook the common things to check are the prerequisites, reg

    HTTP = HTML link (for blogs, profiles,phorums):
    <a href="http://www.diggitup.net/article/178770/diggitup-Wheres-My-VSTO-Outlook-Addin-Part-I.html">Where's My VSTO Outlook Add-in?! (Part I)</a>

    BB link (for phorums):
    [url=http://www.diggitup.net/article/178770/diggitup-Wheres-My-VSTO-Outlook-Addin-Part-I.html]Where's My VSTO Outlook Add-in?! (Part I)[/url]

    Related Articles:

    CE Marking Explained

    Identifying the Key Decision Makers

    How To Sell Your Products Online?

    Bookmark it: del.icio.us digg.com reddit.com netvouz.com google.com yahoo.com technorati.com furl.net bloglines.com socialdust.com ma.gnolia.com newsvine.com slashdot.org simpy.com shadows.com blinklist.com

    quick cash personal loans Hotele Wrocław pożyczki na samochód Tanie Hotele Wrocław