vb.net - Visual C++ 2005 merged modules not installing -
i've written crystal report viewer in vb .net (vs 2013).
it works fine part, found on pcs faced error:
the type initializer 'crystaldecisions.crystalreports.engine.crpe threw , exception
so after long trial , error (and incredible degree of google searching) found out crystalreports vb has dependency visual c++ 2005 redistribution.
so got merged modules , incorporated them installer. find out need specific '8.0.50727.762' versions came atl security update. not '8.0.50727.42' had. had install service pack 1 visual studio 2005 in order these new updated merged modules!
only find i'm faced same error.
the merged modules follows:
visual c++ 8.0 openmp visual c++ 8.0 mfc visual c++ 8.0 mfcloc visual c++ 8.0 crt visual c++ 8.0 atl sap crystal reports runtime engine .net framework 4 (crruntime_12_0_16.msm) (i have corresponding policy .msm's) after run installer , run program, error.
if install microsoft visual c++ 2005 service pack 1 redistributable package atl security update
the program works fine.
does have knowledge of getting these merged modules install vc++ redistribution?
program, merged modules , reidstribution 32-bit x86.
i'm using vs 2013 installshield le. thanks.
Comments
Post a Comment