chuongmep/RevitAddInManager

Could not load file or assembly

chuongmep opened this issue · 2 comments

Describe the bug
System.IO.FileLoadException: Could not load file or assembly 'License, Version=1.1.8.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An argument was out of its legal range. (Exception from HRESULT: 0x80131502)
May be problem come from

//TODO : Assembly Can not load because some problem, need check again

To Reproduce
Steps to reproduce the behavior:

  1. Load Assembly
  2. Click Select Class Name in Assembly
  3. Click Run Button
  4. See error

Expected behavior
Assembly will be load to project

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows 10
  • Version 20H2

Problem involve with .NET6, see example in here : https://github.com/chuongmep/NET6rRevitAPI

Resolved in version 22.0.0.5