Report viewer acts differently in 2 projects

rongrace

Member
Joined
Jul 2, 2012
Messages
23
Programming Experience
Beginner
I'm using Visual Studio 2008. I have an existing project to which I've added a new windows forms, I then go to the toolbox and add a 'MicrosoftReportViewer' and I get the following created in the form window (see example1). If I create a new project and do the same thing, add a new form and then add the viewer from the toolbox I get what appears in example2. Any ideas as to why visual studio reacts differently

Example1.JPG
Example2.JPG
 
I've discovered what the problem was. Somehow I was referencing the 2010 version of report viewer in my project, don't ask me how I did it :). When I created a new project it defaulted to the 2008 version. I have now reset the default version in my existing version and all appears to be working as expected
 
Back
Top