Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I tried so reference a class library I made. This works great as long as this dll has no references to other dll.
But mine does have exactly that. There are methods that reference other project that compile to dll files.
Those dll files are placed next to the class library but that doesnt seam to make diffrence. Is there a way to do this or is this just somethign that is not supported and I need to workaround it?
iLogic Code looks something like this:
AddReference "ILogicLibrary.dll"
Dim iLogicLibrary As New ILogicLibrary.Lib(ThisDoc)
If I now use a method from this library this works if this method does not reference any other file. But there are some that do that and they fail with something like method not found.
regards
Tobias
Solved! Go to Solution.