Walaa wrote:
I received this error,"Unrecognized escape sequence" from the generated code when connecting to SQLServer Express.
So that's a compilation error as the one in the other thread, right?
Which LLBLGen Pro Designer version(release date) are you using? (Help->About)
Tip: I always use SQL Server 2005 Express, I create databases using the Management Studio, which results in a normal connection string, not with file paths.
Could you please try this out?
Yes, I'm getting a compilation error.
I'm using version 2.5 Final DEMO.
I re-attached the database, but instead of using the defaults (which make the db name the same as the path), I changed it to a "real" database name and this seems to have helped.
Thanks