Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

I an earlier threadearlier thread I got some help to track down a deprecated .Net assembly reference and I was successfully able to port my project to build within Visual Studio 2010.

Is there any option to get this ReportViewer to work within Mono? Building the project with MonoDevelp 2.2.2 currently gives me similar errors:

Assembly "Microsoft.ReportViewer.Common Version=8.0.0 [...] not found Assembly "Microsoft.ReportViewer.WinForms [...] not found 

Thanks for all help :)

I an earlier thread I got some help to track down a deprecated .Net assembly reference and I was successfully able to port my project to build within Visual Studio 2010.

Is there any option to get this ReportViewer to work within Mono? Building the project with MonoDevelp 2.2.2 currently gives me similar errors:

Assembly "Microsoft.ReportViewer.Common Version=8.0.0 [...] not found Assembly "Microsoft.ReportViewer.WinForms [...] not found 

Thanks for all help :)

I an earlier thread I got some help to track down a deprecated .Net assembly reference and I was successfully able to port my project to build within Visual Studio 2010.

Is there any option to get this ReportViewer to work within Mono? Building the project with MonoDevelp 2.2.2 currently gives me similar errors:

Assembly "Microsoft.ReportViewer.Common Version=8.0.0 [...] not found Assembly "Microsoft.ReportViewer.WinForms [...] not found 

Thanks for all help :)

Source Link
wishi
  • 7.4k
  • 17
  • 67
  • 105

Install .Net assembly reference in Mono

I an earlier thread I got some help to track down a deprecated .Net assembly reference and I was successfully able to port my project to build within Visual Studio 2010.

Is there any option to get this ReportViewer to work within Mono? Building the project with MonoDevelp 2.2.2 currently gives me similar errors:

Assembly "Microsoft.ReportViewer.Common Version=8.0.0 [...] not found Assembly "Microsoft.ReportViewer.WinForms [...] not found 

Thanks for all help :)