Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi

I have an issue in asp.net using vb code

I am using Visual Studio 2012 with MSSQL 2005. I have problem in adding Report viewer, Version=11.0.0.0. I have checked this in google "'ReportViewer' is ambiguous in the namespace ".
But I could not solve..

Please anybody help me to solve this issue

Thank you

Maideen
Posted
Updated 5-Dec-18 18:08pm
v2
Comments
[no name] 1-Sep-13 20:15pm    
So use the fully qualified namespace.
Sergey Alexandrovich Kryukov 2-Sep-13 0:36am    
You should have said "fully-qualified type name", that is, prefixed with required namespace.
—SA

1 solution

hi
there reportviewer namespace has been declared twice in the web form.
Once i have removed. it works fine

Thank for your suggestion

maideen
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900