Ent Lib DAAB 2.0 Quickstart

  • Thread starter Thread starter moondaddy
  • Start date Start date
M

moondaddy

I'm checking out the Ent Lib for the first time and tried to run the
Quickstart for data access. upon clicking the first button in the sample
app I get an error saying there may be an error trying to connect to sql
server 2005.... Is this really expecting sql server 2005? or is this just
the way the msg was keyed in? I'm running sql server 2000 which is where
the entlib quickstart db is installed.

Also, is there a more appropriate place to place these type of questions /
and look for related answers?

Thanks.
 
Nevermind. I found it.

in the app config file i had to revise the connection string from

connectionString="server=(local)\SQLEXPRESS;database=EntLibQuickStarts;Integrated
Security=true" />

to

connectionString="server=(local)\SQLEXPRESS;database=EntLibQuickStarts;Integrated
Security=true" />

to remove SQLEXPRESS.
 
However, I still didnt answer my 2nd question asking if there is a better
place to post such questions. Does anyone know where i can find
EntLib.2005Dec help documentation?
 
Hello,

You can post questions related to Enterprise Library in :
microsoft.public.dotnet.distributed_apps.

Regards,

Luke
 
Back
Top