Using report viewer control in Windows forms with CLR suppport
-
Hi, I am working on a project in Windows Forms VS 2005 .I want to use the report viewer control in this. I got some information on the net and implemented it in a sample project. It works absolutely fine. I tried implementing it the same way in my project, it does not work. What i am doin is i am adding a data source. On clicking on "Object" icon in data source wizard the assembly should be visible. But it doesn't appear in my final project. I tried finding out the difference in settings between the 2 projects. In the references options of the project,in "Configuration properties", in "General" suboption the "Common lanuguage runtime support" option were different. In the project in which the report viewer control works fine, the "Common lanuguage runtime support" option is selected is :: Pure MSIL Common Language Runtime Support(/clr::pure) In my project I need to make is as Common Language Runtime Support(/clr) because I am using Win32 dlls in my project. Please let me know what changes have to be made so that I ma able to view the assemblies in the wizard. Thanx in advance. shraddha