The EntitySpaces Community

Share and learn about the EntitySpaces Architecture.
Welcome to The EntitySpaces Community Sign in | Join | Help
in
Home Forums Photos

New version (RC1) of npgsql.dll

Last post 08-12-2008, 3:21 AM by pycol. 2 replies.
Sort Posts: Previous Next
  •  08-11-2008, 1:39 PM 10691

    New version (RC1) of npgsql.dll

    There is, apparently, a newer version of the npgsql.dll out now.  RC1 was released on 7/29.  A couple of questions:

     

    1.  Is there anyway I can use this with the current version of the ES npgsql provider?  It appears that it's looking for the 1.98.3 (beta 3?) and RC1 is 1.99.1.

    2.  If I had the source code to the provider would I be able to recompile for the new version?

    3.  If #2 above is yes, would you be willing to sell the source to just that provider?

    Thanks!

    Phil

  •  08-12-2008, 1:24 AM 10695 in reply to 10691

    Re: New version (RC1) of npgsql.dll

    Two things:

    • We have two EntitySpaces Npgsql providers. It appears, based on the reported version, that you are using the correct one, EntitySpaces.Npgsql2Provider.dll, for that version of npgsql.dll. But, I just wanted to be clear.
    • Before suggesting that you purchase source code, I would try assembly redirection, first.
      Code:
      <assemblyIdentity name="Npgsql"
                        publicKeyToken="5d8b90d52f46fda7"
                        culture="neutral" />

     


    David Neal Parsons
    www.entityspaces.net
  •  08-12-2008, 3:21 AM 10696 in reply to 10695

    Re: New version (RC1) of npgsql.dll

    The assembly redirection did the trick!  Thank you!
View as RSS news feed in XML