Coder Social home page Coder Social logo

Comments (5)

Nice3point avatar Nice3point commented on July 20, 2024

The RevitApi libraries are not copied to the bin folder, they are included in the project as a ref. If you need a dll, get it from https://github.com/Nice3point/RevitApi/tree/develop/RevitAPI/Content or C:\Program Files\Autodesk\Revit 2023

What do you need them for?

from revitapi.

WallanceLee avatar WallanceLee commented on July 20, 2024

OK, but I am very confused when I use RevitProductUtility.GetAllInstalledRevitProducts() to encapsulate an API in ProjectA, and I reference ProjectA in ProjectB and call this API but it would cause
System.IO.FileNotFoundException: 'Could not load file or assembly 'RevitAddInUtility, Version=20.0.0.0, Culture=neutral, PublicKeyToken=null'. '
Could you help me?
BTW, this runtime error led me to the last question. So I suppose RevitAPI.dll and all Revit DLL should be runtime dependencies.

from revitapi.

Nice3point avatar Nice3point commented on July 20, 2024

изображение

All of these libraries are loaded into the application domain. Therefore, these libraries do not need to be supplied with the plugin, and do not need to be copied into the bin folder. System.IO.FileNotFoundException is most likely caused by this project not being loaded into the Revit domain, can you drop the archive with the solution or show a screenshot of the assembly dependency diagram from dotPeek

изображение

from revitapi.

Related Issues (6)

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.