Click to See Complete Forum and Search --> : Microsoft.office.Interop.Outlook,version=11.0.0.0


damu maddy
September 11th, 2008, 02:02 AM
Hi all

Microsoft.Office.Interop.Outlook.Application objOutlook;
Microsoft.Office.Interop.Outlook.NameSpace objNamespace;
Microsoft.Office.Interop.Outlook.MAPIFolder objMAPIFolder;
Microsoft.Office.Interop.Outlook.MailItem objItem;
Microsoft.Office.Interop.Outlook.UserProperty objProp;

I use this piece of code to generate new message window

I am using the reference Microsoft.office.Interop.Outlook,version=11.0.0.0 from the Product Microsoft office 2003
It works in fine in development System
When I Install my application in the clinet machine ,where I dont have Microsoft office 2003
So It throws Assembly missing Exception


How Can I achieve this ,With out Installing Microsoft office 2003 in the Client machine

foamy
September 11th, 2008, 02:42 AM
Download this (http://www.microsoft.com/downloads/details.aspx?FamilyID=3c9a983a-ac14-4125-8ba0-d36d67e0f4ad&displaylang=en) and install it on the client machine

damu maddy
September 11th, 2008, 05:55 AM
When I try to install Microsoft Office 2003 PIA ,It asks to install the Microsoft word
Without Word Can PIA be installed?
Or else PIA should be Installed before Visual Studio 2005


thanks
DAM

foamy
September 11th, 2008, 01:08 PM
Hmm, maybe it's not possible... Anyway, for what kind of pop-up are you using this?

damu maddy
September 12th, 2008, 12:11 AM
I ahve attached the Pop up Image

foamy
September 12th, 2008, 03:06 AM
Outlook uses Word as its e-mail editor, so your client will need Word (and Outlook) to use this function...