Today I ran WinDirStat to check what is filling up my harddisk. I was surprised to see that this folder contains 4.6 GB (!):

C:\Users\...\AppData\Roaming\Microsoft\VisualStudio\9.0\ReflectedSchemas

What is the purpose of this folder and the files it contains? Is there a way to get rid of these files in a safe way?

Thanks!

link|improve this question

This question is useful for people receiving the following errors: Validation (): Element .. is not supported. 'asp' is an unrecognized tag prefix or device filter Remove the contents of your ReflectedSchemas folder. These XSD schemas are generated on demand when you compile a web controls. Just remove the and Visual Studio will regenerate the schemas when needed. blogs.msdn.com/mikhailarkhipov/archive/2004/05/14/131949.aspx – Patrick de Kleijn Jul 29 '09 at 19:17
feedback

2 Answers

up vote 8 down vote accepted

I've tried to empty the folder completely, and have no problems found since i've done. When launching a project in VS, a new schema was created.

Edit: you can also move the folder and put it back when you believe you screwed things up...

link|improve this answer
When I emptied the folder I found I'd lost all intellisense when working with ascx files. Completely deleting the ReflectedSchemas folder and restarting Visual Studio seemed to correctly regenerate the required xsd. – Daniel Ballinger May 16 '10 at 21:25
feedback

This drives me crazy and hopefully it will be fixed in VS 2010; however, I found another solution to this problem.

My "fix" is to use the "Junction" tool to map the folder to another drive. If you're like me and have a second drive, then you can use window's Junction tool to create something like a symbolic link to map the folder to another drive.

Best of all, you no longer need to use the command line. This freeware tool works great: Junction Link Magic.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.