RDLC deployment RDLC deployment to IIS missing DLL assemblies

Source: Internet
Author: User

1. Error: opening the RDLC report after deploying to the server from the VS build site prompts for a missing DLL assembly.

Generally, the following files are missing

1. Microsoft.ReportViewer.Common.dll

2. Microsoft.ReportViewer.WebForms.dll

3. Microsoft.ReportViewer.ProcessingObjectModel.dll

2. Cause:vs generates the site without outputting the assembly required by the RDLC report to the bin directory.

3. Workaround: Copy from the development computer to the Web site Bin directory on the server.

4. Detailed steps

4.1: Because some DLL assembly is hidden in the computer, the whole search is not found. So use the following method

4.1: Open cmd Enter the following code

Copy files with path C:\Windows\assembly\GAC_MSIL to file folder in C drive
xcopy C:\Windows\assembly\GAC_MSIL c:\\file/e

4.2: At this point, CMD will display the following prompt (we can enter D)

    

4.3: You can then search for your missing DLL assembly under this folder

    

RDLC deployment RDLC deployment to IIS missing DLL assemblies

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.