Outlook Addins in Office 2003

G

Guest

hi all,

i have written an Outlook Addin which works perfectly in Office 2000 and Xp
but if i compile the same with Oficce 2003....am not able to load the login,
its saying some runtime error..so whats the solution....Igor if u r there pls
do help me..i have written my Addin in VC++ 6.0.

And one more thing - can i write Outlook Addins using .NET in C#, if so
where can i get the tutorials..pls help me..

with regards,
C.C.Chakkaradeep
 
D

Dmitry Streblechenko \(MVP\)

It would help if you provided more details about the errors and the code
that raised them.
"Some runtime error" is not good enough I am afraid.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
G

Guest

hi Dmitry,

thanx for ur reply....when i load my addin in Outlook 2003 there is no
effect at all..when i check with the Tools->Options->Advanced Options->Addin
Manager->MyAddin, it is showing this message,
"Runtime error occured, addin not loaded"

so thats why i told u a runtime error occured,pls do help me,

with regards,
C.C.Chakkaradeep
 
D

Dmitry Streblechenko \(MVP\)

Do you see any errors when you run it under a debugger? What is the
LoadBehavior registry entry of your addin set to?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
D

Dmitry Streblechenko \(MVP\)

You need to specify outlook.exe as the host app when you debug your dll from
within the VC++ IDE.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top