Topics

Forum Topics not found

Replies

benco5000
01 May 2015, 22:08

RE: RE:

Fixed:  AccessRights was set to AccessRights.none  changed to AccessRights.FullAccess and it works now.

namespace cAlgo
{
    [Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.FullAccess)]
    public class myTest : Robot
    {...

 

benco5000 said:

When I run the Writing to File example I get an error message:

 

 

Backtesting Started

Crashed OnStart with Security Exception: Request for the permission of the type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.

Backtesting Stopped

Does anyone have any insight?

Thanks in advance.

 

 


@benco5000

benco5000
01 May 2015, 08:00

RE:

When I run the Writing to File example I get an error message:

 

 

Backtesting Started

Crashed OnStart with Security Exception: Request for the permission of the type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.

Backtesting Stopped

Does anyone have any insight?

Thanks in advance.


@benco5000