data access applicationblock issue

renjivraman

Member
Joined
Sep 9, 2006
Messages
23
Location
India
Programming Experience
1-3
dear ppl im workin with enterprise library 1.1 june 2005

release application blocks..,vb.net2003 and sql server2000.


but when ever i execute an application that is configured to use data

acess application block..i get the following

exception...



An unhandled exception of type

'System.Configuration.ConfigurationException' occurred

in

microsoft.practices.enterpriselibrary.configuration.dll

Additional information: Invalid section name. The

section 'dataConfiguration' does not exist in the

requested configuration file 'F:\My Documents\Visual

Studio Projects\rens1\bin\rens1.exe.config' or the file

'c:\windows\microsoft.net\framework\v1.1.4322\Config\mac

hine.config'. Make sure that the

'enterpriseLibrary.configurationSections' configuration

section exists in one of the files and that the section

'dataConfiguration' is defined.


i would love to know the necessary steps i should take

to avoid this exception....(im just a starter with

application blocks..so pls keep it simple)
by the way im keepin all the application block

assemblies as private ...(not registered to gac..)
 
Last edited:
Back
Top