Deploying VSTO Add-In using Click-Once on x64

G

Greg

I have an Outlook add-in that I have created using VS 2008 and VSTO 3. I can
deploy the add-in with no issues on 32 bit machines, but when I try to deploy
on my main desktop which is running Vista x64 I get a message stating that
"The referenced assembly is not installed on your system".

I have in the past developed VSTO Add-Ins from this machine using VS 2008
and VSTO 3 so I'm not sure what it is referring to. The only thing I can
think of is that there is something I haven't done to enable deployment on
x64 versions of Windows.

Thanks for the help,

Greg
 
A

Andrei Smolin [Add-in Express]

Hello Greg,

What the target platform did you set in the project properties of your
assemly? I suppose it should be set to Any CPU or x64.

Regards from Belarus (GMT+2),

Andrei Smolin
Add-in Express Team Leader
www.add-in-express.com
 
G

Greg

Andrei, it is set to Any CPU.

Thanks,

Greg

Andrei Smolin said:
Hello Greg,

What the target platform did you set in the project properties of your
assemly? I suppose it should be set to Any CPU or x64.

Regards from Belarus (GMT+2),

Andrei Smolin
Add-in Express Team Leader
www.add-in-express.com
 
A

Andrei Smolin [Add-in Express]

Greg,
I didn't tested it but you probably need to set the target platform to x64
and re-publish the project.

Regards from Belarus (GMT+2),

Andrei Smolin
Add-in Express Team Leader
www.add-in-express.com
 

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