I have a report named crystalreport1 added to my web application in visual studio 2005
when i try to create the instance of the report like
dim rpt as new crystalreport1()
it shows an error crystalreport1() not defined
What is the problem and what namespaces need to be included.