473,770 Members | 2,137 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Outlook addin + .net + COM

Hi All

This is the error i am getting when i try to install my addin in some
other machine and works fine in development machine. I checked the
..net framework version it is 1.1 in developement and installation
machine. Also the outlook version is Outlook 2002 in both development
and installation machines.

I ma using a listview to populate the mails in this form. lvwDetails
is listview. frmIn is the form's name.

System.Runtime. InteropServices .COMException (0x80040154): COM object
with CLSID {741BEEFD-AEC0-4AFF-84AF-4F61D15F5526} is either not valid
or not registered.
at frmIn.lvwDetail s_SelectedIndex Changed(Object sender, EventArgs e)

Also using redemption to read mail items to avoid security alerts.
Does any specific installation setup required for Redemption

Wot is the problem???

Anushya
Jul 21 '05 #1
3 4497
The GUID corresponds to Redemption.Safe MailItem. Did you install
redemption.dll with regsvr32.exe or by marking the dll as self-registering
in your installer?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"Anushya" <v_*******@hotm ail.com> wrote in message
news:80******** *************** ***@posting.goo gle.com...
Hi All

This is the error i am getting when i try to install my addin in some
other machine and works fine in development machine. I checked the
.net framework version it is 1.1 in developement and installation
machine. Also the outlook version is Outlook 2002 in both development
and installation machines.

I ma using a listview to populate the mails in this form. lvwDetails
is listview. frmIn is the form's name.

System.Runtime. InteropServices .COMException (0x80040154): COM object
with CLSID {741BEEFD-AEC0-4AFF-84AF-4F61D15F5526} is either not valid
or not registered.
at frmIn.lvwDetail s_SelectedIndex Changed(Object sender, EventArgs e)

Also using redemption to read mail items to avoid security alerts.
Does any specific installation setup required for Redemption

Wot is the problem???

Anushya

Jul 21 '05 #2
Hi dmitry
the dll's property is vsdrfDoNotRegis ter. Setting it to
vsdrfCOMSELFREG will solve the problem? Or shud i need to set sth
else?
Anushya

"Dmitry Streblechenko \(MVP\)" <dm****@dimastr .com> wrote in message news:<e2******* *******@tk2msft ngp13.phx.gbl>. ..
The GUID corresponds to Redemption.Safe MailItem. Did you install
redemption.dll with regsvr32.exe or by marking the dll as self-registering
in your installer?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"Anushya" <v_*******@hotm ail.com> wrote in message
news:80******** *************** ***@posting.goo gle.com...
Hi All

This is the error i am getting when i try to install my addin in some
other machine and works fine in development machine. I checked the
.net framework version it is 1.1 in developement and installation
machine. Also the outlook version is Outlook 2002 in both development
and installation machines.

I ma using a listview to populate the mails in this form. lvwDetails
is listview. frmIn is the form's name.

System.Runtime. InteropServices .COMException (0x80040154): COM object
with CLSID {741BEEFD-AEC0-4AFF-84AF-4F61D15F5526} is either not valid
or not registered.
at frmIn.lvwDetail s_SelectedIndex Changed(Object sender, EventArgs e)

Also using redemption to read mail items to avoid security alerts.
Does any specific installation setup required for Redemption

Wot is the problem???

Anushya

Jul 21 '05 #3
Yes, vsdrfCOMSELFREG is what you need.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"Anushya" <v_*******@hotm ail.com> wrote in message
news:80******** *************** ***@posting.goo gle.com...
Hi dmitry
the dll's property is vsdrfDoNotRegis ter. Setting it to
vsdrfCOMSELFREG will solve the problem? Or shud i need to set sth
else?
Anushya

"Dmitry Streblechenko \(MVP\)" <dm****@dimastr .com> wrote in message

news:<e2******* *******@tk2msft ngp13.phx.gbl>. ..
The GUID corresponds to Redemption.Safe MailItem. Did you install
redemption.dll with regsvr32.exe or by marking the dll as self-registering in your installer?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"Anushya" <v_*******@hotm ail.com> wrote in message
news:80******** *************** ***@posting.goo gle.com...
Hi All

This is the error i am getting when i try to install my addin in some
other machine and works fine in development machine. I checked the
.net framework version it is 1.1 in developement and installation
machine. Also the outlook version is Outlook 2002 in both development
and installation machines.

I ma using a listview to populate the mails in this form. lvwDetails
is listview. frmIn is the form's name.

System.Runtime. InteropServices .COMException (0x80040154): COM object
with CLSID {741BEEFD-AEC0-4AFF-84AF-4F61D15F5526} is either not valid
or not registered.
at frmIn.lvwDetail s_SelectedIndex Changed(Object sender, EventArgs e)

Also using redemption to read mail items to avoid security alerts.
Does any specific installation setup required for Redemption

Wot is the problem???

Anushya

Jul 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
327
by: Samuel Bernard | last post by:
Hi, I created an addin for Outlook 2003. It creates a menu in Outlook in order to allow the user to access severals options of our Web site. I use MsiInstaller of MS to install this addin which has some assemblies, all installed into the folder of my application (C:\Programs\CompanyName\ProductName). On two XP Pro SP2 stations I didn't have problems: the installation ran well and the addin also. But on a third station (part of the...
1
586
by: Jon | last post by:
I want to send an email using the Outlook Redemption addin. 1. I ran their standard install.exe file. Does this register the dll on the system also or is that a seperate thing I have to do? 2. Does anyone have a sample piece of code of how to send a simple plain text email using this addin? I just can't seem to work it out. Thanks,
4
5996
by: Nathan Carroll | last post by:
Why am I able to use this in Outlook and not do the same from .Net. My problems centers around the Items in the xp version of below i used the interop references. Does something similar exist for 2000? 'this works fine in ol 2000 Dim item As Object Dim items As Outlook.items Dim itemcount As Integer Dim subfolder As MAPIFolder Dim mi As MailItem
0
982
by: Oliver Guo | last post by:
The outlook sample in the URL as below is fine. But I came with the problem about the installer that VS.net 2005 generated for me. When I ran this installer on another computer with no VS.net 2005 installed, the process of installation seems fine but the installed addin didn't start with outlook! But when I install VS.net 2005 on that machine, the addin started! This is quite strange and I've been searching for solution for days. Anyone...
0
2254
by: guilligan.geo | last post by:
Hello, I'm trying to create an addin for Outlook 2002 using the one provided in the demo of win32com as a starting point. I've been able to do my addin and test it if I go the "standard" way (using the python interpreter). But now, I want other poeple to use it to I want to freeze it for windows using py2exe and py2exe is giving me a headache. First, I cannot seem to be able to register my addin with the resulting executable. I've...
7
2611
by: Joseph Geretz | last post by:
I've been working on an Addin for Outlook in C#. It hasn't been long now, just a couple of days. Suddenly though, running my project in Debug launches Outlook as specified, but no breakpoints are hit in my source code. The Addin isn't being loaded. If I create a new Addin program from scratch, e.g. AddIn1, it loads up fine from Outlook. I archived my existing code, cleared out the registry and recreated a brand new Addin project with...
6
8778
by: Joseph Geretz | last post by:
I'm porting a C# Outlook Addin originally engineered as a COM Addin over to use VSTO. I've gotten this to the point where my VSTO Addin installs its Menu items and Toolbar buttons when Outlook launches. I've wired up my event handler to each Menu item and toolbar button. (I use the same Event handler and I use the Tag property which is different for every Menu Item and Toolbar buton to determine which menu or button is being clicked and to...
6
1692
by: Pieter | last post by:
Hi, I developed an Outlook Add In (VB.NET 2005, for Outlook 2003) that sometimes suddenly stops loading. I've put everywhere in the code Exception Handlers, but no Exception is catched. it seems that other add ins aren't loaded afterwarths (nod32). Does anybody know a way to find out why an outlook add could do this? and find out after the problem what caused the problem?
1
2410
by: John | last post by:
Hi I have a simple Outlook 2003 AddIn created using Outlook 2003 AddIn template in vs 2008. The full code is given below at the end. I got warnings on Interop assemblies as I have Office 2007 installed while AddIn is 2003 but as I need to target both 2003 and 2007 I am sticking to lowest common denominator. I installed the AddIn by running the vs 2008 generated setup.
5
2210
by: John | last post by:
Hi I have an Outlook add-in solution which includes a setup project. If I install the Outlook add-in by right clicking on the setup project and sleeting Install then the add-in gets installed fine in Outlook. However if I use the setup generated in the setup project Release folder then even though setup runs and finishes, the Outlook Add-in does not appear in Outlook. What is the problem and how can I fix it? Thanks
0
9454
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10260
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10101
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10038
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9906
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8933
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
4007
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3609
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2850
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.