asp.net - Microsoft Report Viewer 2010 Deployment -


is requirement have microsoft report viewer 2010 sp1 redistributable package run on web server in order have users view asp.net pages (built vs2010 sp1) reference microsoft reportviewer controls?

i hoping if referenced dlls in web project listed in ms article, avoid having run redistributable package on server.

no, not necessary have redistributable installed on web server. set copy local property report viewer dll references true.

see following article. discusses deploying azure environment, same idea holds deploying web server without redistributable package.

http://msdn.microsoft.com/en-us/library/gg430128.aspx


Comments

Popular posts from this blog

razor - Is this a bug in WebMatrix PageData? -

c# - How to set Z index when using WPF DrawingContext? -

c# - Cloning WPF controls and object hierarchies -