ReportViewer 2010 in Visual Studio 11 not apearing in design mode

Answered ReportViewer 2010 in Visual Studio 11 not apearing in design mode

  • Monday, July 23, 2012 3:45 PM
     
     

    Hi All,

                  I have just installed Visual Studio 11 beta professional and open one of my VS 2010 WinForm .Net Framework 4 application. One of my form is using reportviewer 10 control. this form is not opening in designer and following error appearing when compiling . Can anyone let me know how can i use reportviewer 10 in VS 11 . reportviewer 10 is already installed on my machine and project was working fine in VS 2010 before installing VS 11.

    The designer cannot process unknown name 'reportViewer1' at line 39.  The code within the method 'InitializeComponent' is generated by the designer and should not be manually modified.  Please remove any changes and try opening the designer again


    Asghar


    • Edited by MAsghar Monday, July 23, 2012 3:46 PM
    •  

All Replies

  • Monday, July 23, 2012 4:22 PM
     
     Answered

    Hi MAsghar,

    The forward compatibility work is not in the Beta release of VS11. When RTM is released, you will be able to use RV10 with Dev11. Until then, you can change the project references to point to RV10 and you can compile, but the designer will not work.


    Brad Syputa, Microsoft Reporting Services This posting is provided "AS IS" with no warranties.

    • Marked As Answer by MAsghar Monday, July 23, 2012 4:23 PM
    •