Ent Lib DAAB 2.0 Quickstart

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.
 
M

moondaddy

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.
 
M

moondaddy

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?
 
L

Luke Zhang [MSFT]

Hello,

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

Regards,

Luke
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top