VS c#.net shared adding project for outlook

  • Thread starter Thread starter zzozo
  • Start date Start date
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
 
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
 
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?
 
Back
Top