VS c#.net shared adding project for outlook

Z

zzozo

Hi, all.

I am trying to create c#.net addin for outlook 2003 using Visual
Studio. The addin is working ok on the developer's machine, but it
doesn't on others. I am trying include the PIAs into the Installer by
turning on the switch for 'Copy Local'. However, I found out that the
Installer sizes with Copy Local switch 'on' or 'off' are the same. Do
this mean I can't include the PIAs into Installer?

Thanks in advance!
Seungchan
 
Z

zzozo

I just ran the installer, and everything looks good, but the addin is
not working... What I am suspecting is if machines don't have proper
PIAs,,, so I am trying to include PIAs from developer machine into the
installer... Am I wrong?

Thanks,
Seungchan
 
J

Jim

welll yes you should be able to include the PIA's from my experience.
Another thing I have done to help with install is use a Shim to load the
assembly. Is that an option?
 
Z

zzozo

I am new to this field... I don't know about shim yet... Thank you
for your help!
 

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