I have an xml document and schema and when I open the xml document in visual studio I get a bunch of warnings like:
Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
Does anyone know what might be the cause of these warnings? It is making it difficult to validate the xml document. Also when I hover over the squiggly line under the schemaLocation attribute value, the tool tip gives the error "The schema referenced from this location in your document contains errors"
Thanks in advance!