Publishing Revit app issue

Publishing Revit app issue

Anonymous
Not applicable
484 Views
2 Replies
Message 1 of 3

Publishing Revit app issue

Anonymous
Not applicable

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.

 

0 Likes
485 Views
2 Replies
Replies (2)
Message 2 of 3

barthbradley
Consultant
Consultant

what does the App do? 

0 Likes
Message 3 of 3

Anonymous
Not applicable

The app uses Rest Sharp and Fire Sharp services to GET and POST data and I am suing NewtonSoft.json to serialize and deserialize the data.

0 Likes