Hi,
I tried to install NetOffice 1.6 and the corresponding Toolbox 1.2 because I use Visual Studio Express 2013.
The toolbox is located on C:\tools\... but when I try to start it, I get an error message (see attached screenshot):
```
1 | 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. | NotSupportedException | Void .ctor()
```
I run on Windows 7 64bit with Office 2010 and .NET 4.5.
Any ideas?
Thanks.
Comments: ** Comment from web user: flxmx **
I tried to install NetOffice 1.6 and the corresponding Toolbox 1.2 because I use Visual Studio Express 2013.
The toolbox is located on C:\tools\... but when I try to start it, I get an error message (see attached screenshot):
```
1 | 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. | NotSupportedException | Void .ctor()
```
I run on Windows 7 64bit with Office 2010 and .NET 4.5.
Any ideas?
Thanks.
Comments: ** Comment from web user: flxmx **
>
in fact: its not allowed to execute a .NET assembly from a network location.
(default .net policy)
> change the .NET policy(management console) or shift the solution to local hard drive and try again.
It is not located on a network drive.
Btw version 1.1 does start perfectly from the same location.