cancel
Showing results for 
Search instead for 
Did you mean: 

I am using vb.net 2013 and Crystal 2013,

0 Kudos

I am having a problem when deploying the vb.net project via clickOnce, when I try and install it on the client it gives me the message , CrystalDecisions.ReportAPPServer.CommonObjectmode 1 Version 13.3.2000.0 is missing and must be installed in the Gac,  What am I missing on the Client

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Larry,

PLEASE search first. Likely you set your project for AnyCPU and so you need to use the 32 or 64 bit ClickOnce file. If the OS is 64 bit AnyCPU will install the 64 bit runtime, if your app was designed for 32 bit then you are missing the runtime.

Check your BootStrapper.

Don

0 Kudos

I an developing on a 64 bit OS for a 64 bit OS, and and hsve the x86 set on the compile, where do I check the BootStrapper

Answers (0)