1-I created the report pull report. Add reference. Then
2-I have added the Import code:
Imports ICSharpCode.Reports.Core
Imports ICSharpCode.Reports.Core.Exporter
it stands with ICSharpCode lighted by no contains public memmber desite intelisense show me Reports
3-Then
It always goes with error BC30002 when
Dim engine as new reportengine
and
El espacio de nombres o el tipo especificado en las importaciones 'ICSharpCode.Reports.Core' no contienen ningún miembro público o no se encuentran. Asegúrese de que el espacio de nombres o el tipo se hayan definido y de que contengan al menos un miembro público. Asegúrese de que el nombre del elemento importado no utilice ningún alias. (BC40056) - C:\tsp\TSFTcuponera\TSFTCupones\MainForm.vb:13,9
When of declare the namespace
I have change permission of the dll,
I have even chopy to project folder.
I have deleted the default Global Alias it has as property (the reference)
I clean solution, rebuild.
4-It still fails with the same error
...
5-I change form framework 4 client to framwork 4 and it seems that disappera the error