Click here to Skip to main content
15,881,624 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi, I followed the instructions to use RDLC in WPF in this link :



I have already created a window to use the ReportPreview but I have not been able to solve the following error:

<WindowsFormsHost>
            <rv:ReportViewer x:Name="_rV" />
</WindowsFormsHost>

MissingMethodException: Method not found: 'Void System.AppDomainSetup.set_ActivationArguments(System.Runtime.Hosting.ActivationArguments)'.

Do I need download any other dll?

What I have tried:

I have been looking for help in various forums without results.
Posted
Updated 30-Jan-23 7:35am
Comments
Sandeep Mewara 26-Jan-23 21:47pm    

1 solution

How about this: RDLC Report Using WPF And C#[^]?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900