Giter VIP home page Giter VIP logo

Comments (3)

hradilm avatar hradilm commented on June 12, 2024

Hello. Projects you are referencing above are Windows .NET Framework projects and therefore need to be compiled by Visual Studio, not VS Code. Those projects are Design Automation AppBudles, which are running on the Autodesk servers not your machine, so if you want to make there changes you need to upload them to DA afterwards. This can be either done manually, or automatically by running the server with the argument dotnet run bundles=true from the WebApplication folder.

from forge-configurator-inventor.

hamdidamar avatar hamdidamar commented on June 12, 2024

I am compiling from visual studio already. and I run the project from there. After the compilation, it works successfully on 13 projects. But errors appear where I point. And although I changed the code and compiled it, there is no change on the boom list.
I simply want to do, for example, I'll add the total quantity column. I write this
new Shared.Column { Label = "Material" }, new Shared.Column { Label = "Total Quantity" }
here and add the property inside the object.Like material.Value, row.TotalQuantity then I compile and run the project. But there is no change in the boom data and the new column does not appear.

image

as you can see in the picture when i print the boom data to console, there is no change
image

from forge-configurator-inventor.

hradilm avatar hradilm commented on June 12, 2024

Hello.

Let me elaborate on my earlier post in regards to your finding, that changes you make in the AppBundles has no effect. This project consist of two independent parts:

  1. Most of the content of the WebApplication folder can run on your local machine, you can debug it there and any change you make there is visible in runtime right after you compile it and run it
  2. Sources in the AppBundles directory are on the other hand compiled to dlls (we call them AppBundles), which does not run on your machine. Since Design Automation is a Cloud service allowing customers to run their code (AppBundles) on the Autodesk machines on the internet, those DLLs needs to be deliver there. That can be accomplished by the Design Automation API, which is in this case already employed in our WebApplication server. So, once you compile the AppBundles using Visual Studio, you need to ask the WebApplication code to publish your changed dlls on the Autodesk server. And that can be done by running the web server using this command dotnet run bundles=true.

Regards, Michal

from forge-configurator-inventor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.