bimangle / forge-engine-samples

ForgeEngine can export your model to other formats, such as Autodesk Forge Viewer SVF/F2D, glTF/glb, Cesium 3D Tiles, etc. No need to rely on other online services, can be run offline.
196 stars 68 forks source link

Rebuild the solution Fail #4

Closed Wingsky6 closed 3 years ago

Wingsky6 commented 3 years ago

您好!Rebuild the solution Fail 180 errors 4 warnings The type or namespace name 'XXX' could not be found 请问如何解决呀?

Wingsky6 commented 3 years ago

谢谢,已经解决了

HAMZA-ROMAN commented 3 years ago

@Wingsky6 Hi, i have same errors and wanings, can you help me please , how you fixed hem ? bimangleErrors

HAMZA-ROMAN commented 3 years ago

hi, Errors and warnings solved 1-https://forums.autodesk.com/t5/revit-api-forum/add-ins-help/m-p/6441862#M17376 2-https://forums.autodesk.com/t5/net/the-type-or-namespace-autodesk-could-not-be-found/td-p/5117774 3-https://github.com/bimangle/forge-engine-samples/issues/2

bimangle commented 3 years ago
  1. Depending on the version you choose, use Visual Studio 2017 to open the corresponding solution file(*.sln)
  2. Copy all nuget scripts from NugetCommands.txt, paste to VS2017 (Menu)Tools -> NuGet Package Manager -> Package Manager Console, and run these nuget scripts, this step will ensure the "BimAngle Engine SDK" available
  3. Rebuild the solution