Error when adding IBM.Data.DB2.iSeries Reference in config file

Discussion in 'Visual Studio' started by GaiaGeek, Aug 17, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. <add assembly='IBM.Data.DB2.iSeries, Version=10.0.0.0, Culture=neutral, PublicKeyToken=9CDB2EBFB1F93A26'/>

    This works locally and connects to my server fine, but when i publish it on my web account on discountasp's server it doesn't like me adding this reference.

    I'm thought that it should work with framework 2.0 but apparently it doesn't...I didn't know if there was something I could do if the problem resides with not having something installed on the server...

    If anyone has any ideas or connects to an as400 box on their site, please let me know...

    Thanks,
    Jenifer
     
  2. The IBM DB2 UDB provider is not installed on DiscountASP servers. If it's a fully-managed .NET assembly (I don't know if it is), you could try copying the DLL in the /bin of your application.

    Aristotle

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page