I just ported my SqlServer 2000 database to SqlServer 2005, changed the connection info in my application config file and started the application again.
Everything seems to work fine, but when i try to use a retreival stored procedure i now get a database exception:
Must declare the scalar variable @DebiteurNummer
I am using LLBLGen version 1.0.2004.2.
De file version of the runtime libraries for SqlServer is 1.0.20042.50729
Do i only need an updated driver, or must i regenerate and recompile with different runtime libs?