Article Details
Id: | 12192 |
Product: | finPOWER Connect |
Type: | FIX |
Version: | 2.02.00 |
Opened: | 22/08/2014 |
Closed: | 25/08/2014 |
Released: | 29/09/2014 |
Job: | J013877 |
Scripts; Web Summary Page type Scripts do not include a reference to System.Web
As of finPOWER Connect version 2, compiling a Web Summary Page type Script does not include a reference to System.Web.
To work around this issue, add the following to the top of the Script:
#reference System.Web.dll
Imports System.Web