RevitToolkit icon indicating copy to clipboard operation
RevitToolkit copied to clipboard

Toolkit for Revit plugin development

Results 6 RevitToolkit issues
Sort by recently updated
recently updated
newest added

Hi, I love using the ExternalApplication implementation for the assembly resolution. Since I started using your toolkit I've had no issues with my addins using different versions of libraries. I've...

Hi @Nice3point - There is bug with Dependencies Isolate mechanism in **Revit 2025**, the others version work fine - I have already test on your sample project `MultiProjectApplication` - Can...

At first, thank you for taking the time and effort to create such a helpful toolkit. I have a question rather than an Issue. I'm trying to update a WPF...

I am getting the following exception when I try to boot up Revit 2025 ![image](https://github.com/user-attachments/assets/6625c3cc-6d8c-476b-9d1e-829789eea44f) I am using Revit Toolkit 2025.0.3. I made sure to update my Revit Lookup to...

Hello! When using a modeless wpf dialog with AsyncEventHandler my own project's dll isn't loaded when I need it in an Action given as parameter to AsyncEventHandler. The RaiseAsync() fails...

Hi Roman - I am getting this error when starting Revit 2025 ![image](https://github.com/user-attachments/assets/01a53f3b-6885-4f70-9a1c-ab4085d16069) But that DLL does exist in the folder with the add-in dll ![image](https://github.com/user-attachments/assets/e5a1dd5e-7994-44a2-acc0-00f4c4cbe43f) ![image](https://github.com/user-attachments/assets/1a5cf4c9-c721-4780-9593-df4cc39b8b00) [CSPROJ.txt](https://github.com/user-attachments/files/17319547/CSPROJ.txt) Is there...