chuongmep/RevitAddInManager

File load is invalid

a-littlecat opened this issue · 3 comments

Describe the bug
Load DLL file display “File load is invalid”

To Reproduce

Expected behavior
Click to load the selected file, and this prompt box will appear.
DLL file address is"D:\03 其他\C#\revit\re_s_02\re_s_02\bin\Debug\net6.0\re_s_02.dll"

Screenshots
image

Desktop (please complete the following information):
win10 21H2
VS2022
.net 6.0
revit2020

Dear @a-littlecat, Revit not support dll build use NET6 origin now, only use .NET6 for apply Style SDK and select target framework is NET 4.8.

<TargetFramework>net48</TargetFramework>

Thank you for replying to this silly question. It has been solved. Because I just started, I don't understand a lot. ̄▽ ̄@chuongmep

Nice, i will close this issue.