locked
Problem with RDLC report RRS feed

  • Question

  • Hi All,
     
    I've try to create RDLC report in vs2010 in WPF application.
    But I can't add dataset to RDLC report. when I'm trying to add dataset to RDLC report,
    VS struck and vs show debug message and all things will closed automatically and show this message. I don't have any option to resolve this problem.
     
    Please help me.
     
    Thanks,
    Chamara.
    Friday, July 13, 2012 3:32 AM

Answers

  • Ensure that you have VS2010 SP1 installed.  Create a new WPF project in a blank solution and try again to see if it is your project or not.  Use a simple dataset generated from a simple test database on SQL Express. 

    Michael Taylor - 7/13/2012
    http://msmvps.com/blogs/p3net

    Friday, July 13, 2012 1:59 PM
    Moderator