05-01-2024
12:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
05-01-2024
12:43 AM
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
Solved! Go to Solution.