Dereferencing error report

Hi all why would we receive the following error, with the reporting request:

Running 1.2.2.91 inside Revit 2017

regards

Kenyon

Hi @Kenyon_Graham ,
do you have Rhynamo installed? It has a class named Point , causing this issue.
Try Autodesk.DesignScript.Point.ByCoordinates(10,10,2);

Thanks Mostafa, I do have Rhynamo installed on my office machine, as do a number of the graduates who also have the issue.

I have DS at home and the code blocks self populate when the key words are initiated. The Point.ByCoordinates does work in studio.

I do not have Rhynamo on the DS install.

I’ll look into it, but have a feeling that you are correct about Rhynamo.

Certainly it is not an issue on DS.

regards

Kenyon