I'm trying to create simple app that support multiple .NET framework versions (2.0, 3.0, 3.5, 4.0, 4.5) on Windows XP, Vista, 7, 8. All what the programm have to do - it is printing a rdlc report.
Currently i configured supportedRuntime to
- v2.0.50727
- v4.0
- v4.0 sku=.NETFramework,Version=v4.5
What version of ReportViewer i must use?