user3003821
user3003821

Reputation:

Validation (): Element 'xxx' is not supported

I am getting this error in aspx page and I found a solution for this. I'm getting this error for each tag I used in the page.

Computer -> OS (C:) -> Users -> {username} -> AppData -> Roaming -> Microsoft -> VisualStudio -> 9.0 folder. In this we have to delete "ReflectedSchemes" folder. But I don't have access to this path.

Is there any solution for this?

Upvotes: 1

Views: 384

Answers (2)

Vivekh
Vivekh

Reputation: 4259

He its working fine for. check whether u are in root directory (if not type

 cd /

in ur cmd and then run this command

explorer C:\users\Mydocs\blahbalah

please make sure u are entering it properly

Upvotes: 0

Vivekh
Vivekh

Reputation: 4259

You copy that path and try to open it in command Prompt

explorer C:\users\Mydocs\blahbalah

Upvotes: 1

Related Questions