TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
titi lope
NA
46
2.1k
Element 'Preview' is not a known element. as tagname
Apr 14 2014 10:57 PM
Hi,
<uct:Preview ID="previewID" runat="server" pPath="" />
In the above line the TagName "Preview" has green underline with warning
"Element 'Preview' is not a known element. This can occur if there is a compilation error in the Web site, or the web.config file is missing".
I have deleted the ReflectedSchema folder, re-opened the VS and the issue is still there.
This is not a massive issue on it own however it is affecting me to modify the control attribute from the code file because the control ID is not recognised, as follows
previewID.Attribute["pPath"] = pIPath;
and i am getting "The name previewID does not exist in the current context".
Thanks for your help.
Reply
Answers (
0
)
Excel Import to web application
Asp.net codes for Converting Asp.net page into pdf ?..