Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
DME_Ltd
725 Views, 9 Replies

Intellisense in iLogic not working on New Computer + New Install

I've been having some issues with a fresh install on a brand new computer. It seems that a lot of the .NET functions are not showing up in my Intellisense.

Specifically, the .OfType, or .AsQueryable and many others.

I have installed every version of .NET Framework, as well as .NET 8, all their SDKs but can't seem to get it to appear?

 

Running the code:

Dim a As Inventor.AssemblyDocument = ThisDoc.Document
Dim o As IEnumerable(Of Inventor.PlanarSketch) = a.ComponentDefinition.Sketches.OfType(Of Inventor.PlanarSketch)
Logger.Debug(o.Count)

Produces the appropriate "0" in the Log window. But it won't show my the autocomplete.

 

Any ideas?

 

Inventor 2025, Build 162

Windows 11