A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Property Page is not loaded on Vista



 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #7  
Old December 7th 07, 02:47 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Property Page is not loaded on Vista

Framework security should be set by the installer package or manually using
the Framework configuration utility. It's not set by installing or
reinstalling the Framework. For a VSTO addin you need to have full trust set
up for your addin assemblies. That's usually done with the SetSecurity
project as detailed at
http://msdn2.microsoft.com/en-us/library/bb332051.aspx. Those articles also
have information about deploying on Vista, and there's more information
about deployments at http://www.outlookcode.com/article.aspx?ID=42. I'd
suggest carefully studying all the information available at those locations.

If the addin sample from my Web site is working for you then it's a matter
of comparing your code and deployment with the sample and seeing what's
different. I can't do that for you.

If the property page is displaying on some systems and not on others then
you have to try and find out what's different. Again that's detective work
you'll have to do.

--
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


"Dhananjay" wrote in message
...
Hi Ken,
Further I need some clarifications from you.
1 Framework security setup : What is it? How can I check it? Can it
be fixed by installing .net framework again?
2 Dependencies in the project to make sure they exist or are
deployed : Actually I am confused with this part. I have checked my
addin on clean Vista machine without any development platform on it.
It worked for me. For that , I used totally formatted disk to install
Vista & office 2007. So my thinking is that I am deploying all the
necessary files to client machine.
3 Possibly adding lots of logging code : I have added trace after
each line. But as I said before, I can see the trace for
Applications_PagesAdd only & not a single line from Page_Load method.

Thanks again!
Dhananjay


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Property page not loaded in Office 2007 Dhananjay Outlook and VBA 1 November 19th 07 02:11 PM
Property Page back color Mike Add-ins for Outlook 1 September 26th 07 06:01 PM
Background Color for Outlook Property Page paulmcd Add-ins for Outlook 2 February 15th 06 07:38 AM
How to validate a Custom Property Page Jack Zhang Add-ins for Outlook 1 February 9th 06 07:22 PM
why can't you add a page to a form just like you can add a page to the property page donald Outlook - Using Forms 2 January 25th 06 10:50 AM


All times are GMT +1. The time now is 03:46 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.