How to copy files from gac c: \ Windows \ assembly, gacassembly
Method 1: copy a command line.
Start -- run -- cmd -- "cd C: \ WINDOWS \ assembly ". generally, the self-developed dll files are under the GAC_MSIL folder. You can copy the required DLL files as follows.
Method 2: Use WinRAR
Open the WinRAR tool and input the C: \ WINDOWS \ assembly address to the address bar, as shown in. The file structure in GAC is listed in detail in WinRAR.
Go to the GAC_MSIL folder,
In this example, you can copy it directly by using "Ctrl + C" (right-click and do not copy this option) and paste it to your computer. OK!
Method 3:
When some programs are installed on the machine, the DLL in Assembly will become more and more abundant.
Let's take a look at the FAQ.
After ReportViewer is installed, the following DLL will appear.
Microsoft. ReportViewer. ProcessingObjectModel. dll
Microsoft. ReportViewer. WinForms. dll
Microsoft. ReportViewer. Common. dll
The following two files can be found in the VS installation directory, but Microsoft. ReportViewer. ProcessingObjectModel. dll cannot be searched in any way, and the entire hard disk cannot be searched.
Then, run the following command:
Subst B: % windir % \ assembly
After the execution, you will find that the hard disk partition has multiple B disks. After opening the disk, you will see all the DLL files under the assembly, so Microsoft is found here. reportViewer. processingObjectModel. dll.
Then, the virtual B partition is no longer needed, so execute the following command to delete it:
Subst B:/d
As long as the DLL is installed on this machine or can be seen in the assembly, you can use the above method.
Reports can be generated on the computer in the development environment, but An error occurred during local report processing error is prompted on the client.
The conjecture is that dll is missing.
Microsoft. ReportViewer. Common. dll
Microsoft. ReportViewer. WinForms. dll
The problem persists. Is it still missing?
Google knows there is still one missing
Microsoft. ReportViewer. ProcessingObjectModel. dll
This is not easy to find. It can be seen in C: \ Windows \ assembly, but cannot be copied directly.
So at the command prompt
C: \ Users \ Thinkpad> cd C: \ Windows \ assembly
C: \ Windows \ assembly> cd GAC_MSIL \ Microsoft. ReportViewer. ProcessingObjectModel \ 10.
0.0.0 _ b03f5f7f11d50a3a
C: \ Windows \ assembly \ GAC_MSIL \ Microsoft. ReportViewer. ProcessingObjectModel \ 10.0.0
. 0 _ b03f5f7f11d50a3a> copy Microsoft. ReportViewer. ProcessingObjectModel. dll d: \ Mi
Crosoft. ReportViewer. ProcessingObjectModel. dll