简体   繁体   中英

"The system cannot find the file specified." I get an error

I am developing a revit plugin. This plugin allows me to export my revit file as gltf but I am getting this error. When I tried other codes that did the same thing, I got the same similar error in a different nuget package. Could this have something to do with revit? How can I fix this error?

'Could not load file or assembly 'AssimpNet, Version=4.1.0.0, Culture=neutral, PublicKeyToken=0d51b391f59f42a6' or one of its dependencies.

In the first instance it is worth checking that the properties of the AssimpNet reference dll has its CopyLocal property set to true.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM