I installed the XmlVisualizer.dll in MyDocuments\Visual Studio 2010\Visualizers and when I select "" to visualize and Xml node, I get the following exception:
System.IO.FileLoadException: Could not load file or assembly 'file:///C:\Users\Serge\Documents\Visual Studio 2010\Visualizers\XmlVisualizer.dll' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
File name: 'file:///C:\Users\Serge\Documents\Visual Studio 2010\Visualizers\XmlVisualizer.dll' ---> System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous
versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See http://go.microsoft.com/fwlink/?LinkId=155569
for more information.
Has anyone seen this before?
Has anyone gotten it to work with SP1?
What network location is it referring to?
Thanks.