User`s guide

Using .NET with VEE 7
VEE User’s Guide 315
VEE and .NET Security
VEE’s use of the .NET Framework introduces one security
issue. If you see the following dialog box, make the following
adjustments to your .NET Framework security profile:
1 Go to your system drive
2 Go to directory \[winnt or windows]\Microsoft.NET\
Framework\v1.1.4322
3 From the command prompt run the following command:
Caspol –machine –addgroup “All_Code” –url
File://[VEEInstallDir]/* FullTrust
The VEEInstallDir is your VEE installation directory on a
network drive. (Caspol ships with the .NET Framework
Redist package and is installed when VEE is installed). You
can also run the .NET Framework Configuration Wizard to
achieve the same result. You must have administrative
privileges to run either tool.
In addition to this, if your VEE program references .NET
assemblies, VEE often needs to generate and/or save
assemblies to an accessible location. So, for example, if you
open a VEE program (with .NET references) from email or a
network without saving locally first, you might get a
warning.