Message 1 of 3
Publishing Revit app issue
Not applicable
11-16-2018
11:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I want to publish a revit app in autodesk app store. I have question about the .bundle folder containing the .dll file and add-in manifest. Can I upload the .bundle folder containing the class libraries .dll files and the main .dll file along with the add-in manifest? Because I have used Nuget Packages like Newtonsoft and when I run the add-in, it shows the error "could not find NewtonSoft.json" when there are no class libraries .dll files along with the main .dll and add-in manifest. But when I run the add-in along with class libraries .dll, it works fine. Any work around will be appreciated if the above is not possible.