PC Review


Reply
Thread Tools Rate Thread

AddIns and OffXP and WinXP... doesn't Work....

 
 
Falconetti Daniel
Guest
Posts: n/a
 
      9th Oct 2003
Hello,

I've develooped a Comm AddIn using Redemption (commercial version ;-)) with
VB6 that work well with W2K and O2K.
I used the example given by Randy
It work well with W2K and Off XP

I've got a problem on some WINXP + OffXP The addins appear in the COM menu
of Outlook XP but when I check it and click Ok it's unchecked immediately.
The only time I make it work is when I launch the source code from VB6 and
then start Outlook all work as expected!
I don't get any errors during debugging...
Some times in Outlook it says that the Add Ins as been de activated due to a
run time error! But I don't get any infos on that...

I've tried everything I could think about with no results

Any one who's got an idea?

--
Daniel Falconetti
MCSE/MCT
www.falconetti.net


 
Reply With Quote
 
 
 
 
Ken Slovak - [MVP - Outlook]
Guest
Posts: n/a
 
      9th Oct 2003
Running a script stopper, like the ones from Symantec or McAfee? Those
can do that. If you are, see if disabling the script stopper helps.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginners Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Falconetti Daniel" <(E-Mail Removed)> wrote in message
news:#(E-Mail Removed)...
> Hello,
>
> I've develooped a Comm AddIn using Redemption (commercial version

;-)) with
> VB6 that work well with W2K and O2K.
> I used the example given by Randy
> It work well with W2K and Off XP
>
> I've got a problem on some WINXP + OffXP The addins appear in the

COM menu
> of Outlook XP but when I check it and click Ok it's unchecked

immediately.
> The only time I make it work is when I launch the source code from

VB6 and
> then start Outlook all work as expected!
> I don't get any errors during debugging...
> Some times in Outlook it says that the Add Ins as been de activated

due to a
> run time error! But I don't get any infos on that...
>
> I've tried everything I could think about with no results
>
> Any one who's got an idea?
>
> --
> Daniel Falconetti
> MCSE/MCT
> www.falconetti.net
>
>



 
Reply With Quote
 
Falconetti Daniel
Guest
Posts: n/a
 
      10th Oct 2003
Thanks for your answer.
Well I've checked and found nothing like that.
I just noticed the SMS agents thats all!

I really wonder what's going on.

--
Daniel Falconetti
MCSE/MCT
www.falconetti.net
"Ken Slovak - [MVP - Outlook]" <(E-Mail Removed)> a écrit dans le message
de news: (E-Mail Removed)...
> Running a script stopper, like the ones from Symantec or McAfee? Those
> can do that. If you are, see if disabling the script stopper helps.
>
> --
> Ken Slovak
> [MVP - Outlook]
> http://www.slovaktech.com
> Author: Absolute Beginners Guide to Microsoft Office Outlook 2003
> Reminder Manager, Extended Reminders, Attachment Options
> http://www.slovaktech.com/products.htm
>
>
> "Falconetti Daniel" <(E-Mail Removed)> wrote in message
> news:#(E-Mail Removed)...
> > Hello,
> >
> > I've develooped a Comm AddIn using Redemption (commercial version

> ;-)) with
> > VB6 that work well with W2K and O2K.
> > I used the example given by Randy
> > It work well with W2K and Off XP
> >
> > I've got a problem on some WINXP + OffXP The addins appear in the

> COM menu
> > of Outlook XP but when I check it and click Ok it's unchecked

> immediately.
> > The only time I make it work is when I launch the source code from

> VB6 and
> > then start Outlook all work as expected!
> > I don't get any errors during debugging...
> > Some times in Outlook it says that the Add Ins as been de activated

> due to a
> > run time error! But I don't get any infos on that...
> >
> > I've tried everything I could think about with no results
> >
> > Any one who's got an idea?
> >
> > --
> > Daniel Falconetti
> > MCSE/MCT
> > www.falconetti.net
> >
> >

>
>



 
Reply With Quote
 
Ken Slovak - [MVP - Outlook]
Guest
Posts: n/a
 
      10th Oct 2003
Do you see any related errors in the Windows event logs in either the
System or Applications logs? Script stoppers from a software firewall
like ZoneAlarm could also be the problem.

If you look in the registry I assume the LoadBehavior key is set to 0.
Does manually setting it to 3 before you start Outlook help at all?

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginners Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm

"Falconetti Daniel" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Thanks for your answer.
> Well I've checked and found nothing like that.
> I just noticed the SMS agents thats all!
>
> I really wonder what's going on.
>
> --
> Daniel Falconetti
> MCSE/MCT
> www.falconetti.net



 
Reply With Quote
 
Falconetti Daniel
Guest
Posts: n/a
 
      11th Oct 2003
Well, there is no error message in the event log.
The Load behavior in the registry is 3
When I manually check, click Ok and open again ComAddins dialog box it is
unchecked.
If I look at the registry under HKCU.... It's still loadbehavior 3.

The only thing I noticed is the use of profgen in the logging script to
generate script if it doesn't exist. Profgen make an error. I'm going to
investigate it.

Thanks for your help
--
Daniel Falconetti
MCSE/MCT
www.falconetti.net
"Ken Slovak - [MVP - Outlook]" <(E-Mail Removed)> a écrit dans le message
de news: (E-Mail Removed)...
> Do you see any related errors in the Windows event logs in either the
> System or Applications logs? Script stoppers from a software firewall
> like ZoneAlarm could also be the problem.
>
> If you look in the registry I assume the LoadBehavior key is set to 0.
> Does manually setting it to 3 before you start Outlook help at all?
>
> --
> Ken Slovak
> [MVP - Outlook]
> http://www.slovaktech.com
> Author: Absolute Beginners Guide to Microsoft Office Outlook 2003
> Reminder Manager, Extended Reminders, Attachment Options
> http://www.slovaktech.com/products.htm
>
> "Falconetti Daniel" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Thanks for your answer.
> > Well I've checked and found nothing like that.
> > I just noticed the SMS agents thats all!
> >
> > I really wonder what's going on.
> >
> > --
> > Daniel Falconetti
> > MCSE/MCT
> > www.falconetti.net

>
>



 
Reply With Quote
 
Ken Slovak - [MVP - Outlook]
Guest
Posts: n/a
 
      14th Oct 2003
Also check in Help, About Microsoft Outlook, Disabled Items. If it's
listed there see if highlighting it and clicking on Enable then
exiting and restarting Outlook helps.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginners Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Falconetti Daniel" <(E-Mail Removed)> wrote in message
news:Ot$(E-Mail Removed)...
> Well, there is no error message in the event log.
> The Load behavior in the registry is 3
> When I manually check, click Ok and open again ComAddins dialog box

it is
> unchecked.
> If I look at the registry under HKCU.... It's still loadbehavior 3.
>
> The only thing I noticed is the use of profgen in the logging script

to
> generate script if it doesn't exist. Profgen make an error. I'm

going to
> investigate it.
>
> Thanks for your help
> --
> Daniel Falconetti
> MCSE/MCT
> www.falconetti.net



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: My TabletPC doesn't work with WinXP PRO SP2 installed GreenieLeBrun Windows XP General 0 24th Apr 2008 01:00 AM
Re: IE6 SP1 on WinXP fails to work, SP2 doesn't help Don Varnau Windows XP Internet Explorer 11 23rd Feb 2005 03:46 AM
Re: WinXP :Infrared doesn't work philip.moore@london.com Windows XP General 1 14th Dec 2004 05:19 PM
Re: WinXP :Infrared doesn't work philip.moore@london.com Windows XP Hardware 0 6th Dec 2004 03:09 PM
[MSIE6 - WinXP] :: Doesn't work right. Adam Reece Windows XP Internet Explorer 1 12th Oct 2003 02:23 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:03 AM.