'Error: The type or namespace name 'DesignAutomation' does not exist in the namespace 'Autodesk.Forge'
I'm trying to run Forge Sample to scale a model using .Net Core.
I get the Error: The type or namespace name 'DesignAutomation' does not exist in the namespace 'Autodesk.Forge' because of the Using Autodesk.Forge.DesignAutomation;
statement. I have added the package Autodesk.Forge 1.9.0. The same for Using Autodesk.Forge.Core;
Solution 1:[1]
The problem is solved by adding packages Autodesk.Forge.Core and Autodesk.Forge.DesignAutomation old versions (1.0.0 and 3.0.0)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Abdelmonem Mahmoud Amer |