c# - Namespace 'Reporting' does not exist -
i bought windows 8 laptop , installed visual studio 2012 on it. opened project i've been working on windows 7 visual studio 2012 , cannot work. have added references:
<add assembly="microsoft.reportviewer.common, version=9.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a"/> <add assembly="microsoft.reportviewer.webforms, version=9.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a"/>
and have changed target framework (tried 3.0, 3.5, 4.0, , 4.5), nothing appears working.
how can fix issue?
i expect project on windows 7 machine worked because had required assemblies in gac, result of installing reportviewer or sql reporting (ssrs) on machine.
things try;
- looking in gac confirm if assembly exists
- installing reportviewer/reportbuilder on windows 8 machine
- copying dlls windows 7 machines gac windows 8 machine , referencing them in project
Comments
Post a Comment