Tuesday, January 4, 2011

Get ReportViewer.dll for asp.net deployment

for asp.net that use reportviewer control, during deployment the reportviewer.dll must be copied into the "bin" directory. To do this follow these steps:


  1. open console, and type "cd c:\windows\assembly"
  2. type "cd gac_msil"
  3. type "xcopy microsoft.reportviewer.processingObjectModel c:\temp /i /h /s /r /y"
that's it. you get the reportviewer.dll copied into c:\temp, just copy them into the "bin" directory of your asp.net project

No comments:

Post a Comment