Book a Demo

Author Topic: CreateObject("System.Collections.ArrayList") not working....  (Read 6896 times)

michielper

  • EA User
  • **
  • Posts: 176
  • Karma: +2/-1
    • View Profile
CreateObject("System.Collections.ArrayList") not working....
« on: August 05, 2021, 06:45:43 pm »
I installed EA on another machine and tried to run a script I wrote. The script stops on calls to CreateObject("System.Collections.ArrayList") and similar calls of CreateObject. Why would that be? Is something wrong in my set-up?
« Last Edit: August 05, 2021, 06:47:34 pm by michielper »

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: CreateObject("System.Collections.ArrayList") not working....
« Reply #1 on: August 18, 2021, 02:14:13 am »
You need to install .net framework 3.5 to have ArrayList

Geert