AddIn fails to load if stored in network share my documents

Hi,

If I have add-in in \Documents and Settings\<user name>\My Documents\Visual Studio 2005\Addins and My Documents are placed in network share, during Visual Studio start up, add-in fails to load. If I redirect my documents back to local disk it works.

And that's problem, because all users have they 'my documents' located on network share.

Any ideas much appreciated, thanks.

[535 byte] By [B.J.] at [2007-12-24]
# 1
By default .NET assemblies are not allowed to run from a network location, only from local disk. You may need to change that policy using the Control Panel, Administrative Tools, .NET Framework Configuration tools or the caspol.exe command-line utility. Check the docs about all this.
CarlosQuinteroMVP at 2007-8-31 > top of Msdn Tech,Visual Studio,Visual Studio Extensibility...

Visual Studio

Site Classified