Syste.Data.Sqlite can not loaded

Syste.Data.Sqlite can not loaded

Anonymous
Not applicable
597 Views
1 Reply
Message 1 of 2

Syste.Data.Sqlite can not loaded

Anonymous
Not applicable

I am writing an app that use sqlite to write to db and I make a refrence to System.Data.Sqlite but when I run the app inside Revit I got the error message "Could not load file or assembly or one of its dependencies"

What can be the cause of that error? Thank you

0 Likes
598 Views
1 Reply
Reply (1)
Message 2 of 2

Revitalizer
Advisor
Advisor

Hi,

 

Autodesk itself uses a bunch of NET dll files in its own add-ins, which are shipped with Revit.

Since they are loaded before your add-in, there may be conflicts if different versions are used.

 

So make sure you use the same dll versions as Autodesk uses.

 

Sqlite, Log4Net, ...

 

 

Revitalizer




Rudolf Honke
Software Developer
Mensch und Maschine





0 Likes