.net 4.0 - the application requires that assembly microsoft.reportviewer.processingObjectModel version 11.0.0.0 be installed in the global assembly cache first -


i have small windows forms application created in visual studio 2012 uses reportviewer version 11.0.0.0.

the application target framework .net 4.0 , deployment method clickonce

on pc installs on client machines, intallation fails error

the application requires assembly microsoft.reportviewer.processingobjectmodel version 11.0.0.0 installed in global assembly cache first.

on client machines, have installed

  • .net 4.0
  • reportviewer 2010
  • microsoft report viewer 2012 runtime ctp
  • sqlsysclrtypes.msi

in project application files settings, have set microsoft.reportviewer.processingobjectmodel publish status include(auto), in references have set copy local property true.

what missing?

i have followed instructions here http://msdn.microsoft.com/en-us/library/ms251723.aspx

you missing processingobjectmodel.dll file find version 11.0.0.0 in gac assembly c:\windows\assembly\gac_msil\microsoft.reportviewer.processingobjectmodel , add bin dir.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -