This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
The references to provider DLLs such as IBM, Oracle, SQLLite, SimpleDB and others are cuasing trouble when trying to embed the lightspeed assembly as part of the application EXE using a tool such as ILMerge or smartassembly or the preemptive dotfuscator assembly linking feature. So, I was unable to achieve the "one EXE" solution when using lightspeed. I think multiple provider support can be achieved without referencing provider DLLs.
I hope there is a remedy for this problem.
Thanks |
|
|
Unused provider DLLs never get loaded at runtime and therefore do not need to be linked (just as they don't need to be present in a normal deployment scenario). Just exclude the un-needed DLLs from linking. |
|