As my example shows, I am passing the assembly name...
> As my example shows, I am passing the assembly name...
And as my reply shows in comparison, you are passing it incorrectly.
Yours should look something like:
GL.DAL.GL_ACCOUNT_TBL_DAL, DALLibrary, Version=<assembly version>,
Culture=neutral, PublicKeyToken=<assembly public key>
Replace <assembly version> with the version of DALLibrary. Replace the
neutral culture with the assembly culture if it has one. Replace
<assembly public key> with the public key token for the assembly, or
null if it doesn't have one. The basic format is:
Namespace.Class, Assembly, Version, Culture, PublicKeyToken

Signature
Tom Porterfield
OldButStillLearning - 16 Jul 2007 20:16 GMT