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
|
I've created a Data Connection to an "IBM i" server (previously known as AS400) in Visual Studio. I can open the connection, browse tables, and view table properties. However, when I drag a table over to the LightSpeed designer, it throws the following exception:
I understand that it cannot find the IBM.Data.DB2.dll file, but what I don't understand is why it is looking for it in the first place. The actual DLL that it should be using is IBM.Data.DB2.iSeries.dll. I don't know where to look next. Is this a Lightspeed configuration issue, or a Visual Studio configuration issue? |
|
|
We have a dependancy on IBM.Data.DB2 for our DB2 provider. We dont have any binding to IBM.Data.DB2.iSeries. If that assembly is required to access the database server then LightSpeed is not going to be compatible. Do you have IBM.Data.DB2 installed in the GAC? If not then copy it in place under your Designer folder e.g. C:\Program Files (x86)\Mindscape\LightSpeed\Tools\Designer
|
|
|
Hi Jeremy, IBM.Data.DB2.dll is not included in the System i version of DB2. I guess LightSpeed isn't an option for us. Thanks. |
|